Uses of Class
fr.igred.omero.repository.DatasetWrapper
-
Packages that use DatasetWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.repository 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 DatasetWrapper Modifier and Type Method Description DatasetWrapper
Browser. getDataset(Long id)
Gets the dataset with the specified id from OMERO.Methods in fr.igred.omero that return types with arguments of type DatasetWrapper Modifier and Type Method Description List<DatasetWrapper>
Browser. getDatasets()
Gets all datasets available from OMERO.List<DatasetWrapper>
Browser. getDatasets(ExperimenterWrapper experimenter)
Gets all datasets available from OMERO owned by a given user.List<DatasetWrapper>
Browser. getDatasets(Long... ids)
Gets the datasets with the specified ids from OMERO.List<DatasetWrapper>
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 DatasetWrapper Modifier and Type Method Description List<DatasetWrapper>
GenericAnnotationWrapper. 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 DatasetWrapper Modifier and Type Method Description DatasetWrapper
ProjectWrapper. addDataset(Client client, DatasetWrapper dataset)
Adds a dataset to the project in OMERO.DatasetWrapper
ProjectWrapper. addDataset(Client client, String name, String description)
Adds a dataset to the project in OMERO.Methods in fr.igred.omero.repository that return types with arguments of type DatasetWrapper Modifier and Type Method Description List<DatasetWrapper>
ImageWrapper. getDatasets(Client client)
Retrieves the datasets containing this imageList<DatasetWrapper>
ProjectWrapper. getDatasets()
Gets all the datasets in the project available from OMERO.List<DatasetWrapper>
ProjectWrapper. getDatasets(String name)
Gets the dataset with the specified name from OMEROMethods in fr.igred.omero.repository with parameters of type DatasetWrapper Modifier and Type Method Description DatasetWrapper
ProjectWrapper. 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.
-