Uses of Class
fr.igred.omero.repository.DatasetWrapper
Packages that use DatasetWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains wrapper classes for annotations.
This package contains classes related to the hierarchical organization for images.
-
Uses of DatasetWrapper in fr.igred.omero
Methods in fr.igred.omero that return DatasetWrapperModifier and TypeMethodDescriptionBrowser.getDataset
(Long id) Gets the dataset with the specified id from OMERO.Methods in fr.igred.omero that return types with arguments of type DatasetWrapperModifier and TypeMethodDescriptionBrowser.getDatasets()
Gets all datasets available from OMERO.Browser.getDatasets
(ExperimenterWrapper experimenter) Gets all datasets available from OMERO owned by a given user.Browser.getDatasets
(Long... ids) Gets the datasets with the specified ids from OMERO.Browser.getDatasets
(String name) Gets all datasets with a certain name from OMERO. -
Uses of DatasetWrapper in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type DatasetWrapperModifier and TypeMethodDescriptionGenericAnnotationWrapper.getDatasets
(Client client) Gets all datasets with this annotation from OMERO. -
Uses of DatasetWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return DatasetWrapperModifier and TypeMethodDescriptionProjectWrapper.addDataset
(Client client, DatasetWrapper dataset) Adds a dataset to the project in OMERO.ProjectWrapper.addDataset
(Client client, String name, String description) Creates a dataset and adds it to the project in OMERO.Methods in fr.igred.omero.repository that return types with arguments of type DatasetWrapperModifier and TypeMethodDescriptionImageWrapper.getDatasets
(Client client) Retrieves the datasets containing this imageProjectWrapper.getDatasets()
Gets all the datasets in the project available from OMERO.ProjectWrapper.getDatasets
(String name) Gets the dataset with the specified name from OMEROMethods in fr.igred.omero.repository with parameters of type DatasetWrapperModifier and TypeMethodDescriptionProjectWrapper.addDataset
(Client client, DatasetWrapper dataset) Adds a dataset to the project in OMERO.void
ProjectWrapper.removeDataset
(Client client, DatasetWrapper dataset) Removes a dataset from the project in OMERO.