Uses of Class
fr.igred.omero.repository.DatasetWrapper
-
Packages that use DatasetWrapper Package Description fr.igred.omero fr.igred.omero.annotations fr.igred.omero.repository -
-
Uses of DatasetWrapper in fr.igred.omero
Methods in fr.igred.omero that return DatasetWrapper Modifier and Type Method Description DatasetWrapper
Client. 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>
Client. getDatasets()
Gets all the datasets available from OMERO.List<DatasetWrapper>
Client. 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>
TagAnnotationWrapper. getDatasets(Client client)
Gets all datasets with this tag 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)
Add a dataset to the project in OMERO.DatasetWrapper
ProjectWrapper. addDataset(Client client, String name, String description)
Add 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>
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)
Add a dataset to the project in OMERO.
-