Uses of Interface
fr.igred.omero.containers.Dataset
-
Packages that use Dataset Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.annotations This package contains interfaces and classes for handling annotations.fr.igred.omero.client This package contains the client interfaces used to interact with an OMERO server and a class implementing them.fr.igred.omero.containers This package contains interfaces and classes related to the hierarchical organization for images,fr.igred.omero.core This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes. -
-
Uses of Dataset in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type Dataset Modifier and Type Method Description java.util.List<Dataset>
ContainerLinked. getDatasets(Browser browser)
Retrieves the datasets linked to this object, either directly, or through parents/children. -
Uses of Dataset in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type Dataset Modifier and Type Method Description java.util.List<Dataset>
AnnotationWrapper. getDatasets(Browser browser)
Gets all datasets with this annotation from OMERO. -
Uses of Dataset in fr.igred.omero.client
Methods in fr.igred.omero.client that return Dataset Modifier and Type Method Description default Dataset
Browser. getDataset(java.lang.Long id)
Gets the dataset with the specified id from OMERO.Methods in fr.igred.omero.client that return types with arguments of type Dataset Modifier and Type Method Description default java.util.List<Dataset>
Browser. getDatasets()
Gets all datasets available from OMERO.default java.util.List<Dataset>
Browser. getDatasets(Experimenter experimenter)
Gets all datasets available from OMERO owned by a given user.default java.util.List<Dataset>
Browser. getDatasets(java.lang.Long... ids)
Gets the datasets with the specified ids from OMERO.default java.util.List<Dataset>
Browser. getDatasets(java.lang.String name)
Gets all datasets with a certain name from OMERO. -
Uses of Dataset in fr.igred.omero.containers
Classes in fr.igred.omero.containers that implement Dataset Modifier and Type Class Description class
DatasetWrapper
Class containing a DatasetData object.Methods in fr.igred.omero.containers that return Dataset Modifier and Type Method Description default Dataset
Project. addDataset(Client client, Dataset dataset)
Adds a dataset to the project in OMERO.Dataset
Project. addDataset(Client client, java.lang.String name, java.lang.String description)
Adds a dataset to the project in OMERO.Dataset
ProjectWrapper. addDataset(Client client, java.lang.String name, java.lang.String description)
Adds a dataset to the project in OMERO.Methods in fr.igred.omero.containers that return types with arguments of type Dataset Modifier and Type Method Description default java.util.List<Dataset>
Dataset. getDatasets(Browser browser)
Reloads and returns this dataset (updated from OMERO) as a singleton list.java.util.List<Dataset>
Project. getDatasets()
Gets all the datasets in the project available from OMERO.default java.util.List<Dataset>
Project. getDatasets(Browser browser)
Reloads this project and retrieves the updated list of datasets contained in this project.default java.util.List<Dataset>
Project. getDatasets(java.lang.String name)
Gets the dataset with the specified name from OMEROjava.util.List<Dataset>
ProjectWrapper. getDatasets()
Gets all the datasets in the project available from OMERO.Methods in fr.igred.omero.containers with parameters of type Dataset Modifier and Type Method Description default Dataset
Project. addDataset(Client client, Dataset dataset)
Adds a dataset to the project in OMERO.void
Project. removeDataset(Client client, Dataset dataset)
Removes a dataset from the project in OMERO.void
ProjectWrapper. removeDataset(Client client, Dataset dataset)
Removes a dataset from the project in OMERO. -
Uses of Dataset in fr.igred.omero.core
Methods in fr.igred.omero.core that return types with arguments of type Dataset Modifier and Type Method Description default java.util.List<Dataset>
Image. getDatasets(Browser browser)
Retrieves the datasets containing this image
-