Uses of Class
fr.igred.omero.repository.ProjectWrapper
-
Packages that use ProjectWrapper 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 ProjectWrapper in fr.igred.omero
Methods in fr.igred.omero that return ProjectWrapper Modifier and Type Method Description ProjectWrapper
Browser. getProject(java.lang.Long id)
Gets the project with the specified id from OMERO.Methods in fr.igred.omero that return types with arguments of type ProjectWrapper Modifier and Type Method Description java.util.List<ProjectWrapper>
Browser. getProjects()
Gets all projects available from OMERO.java.util.List<ProjectWrapper>
Browser. getProjects(ExperimenterWrapper experimenter)
Gets all projects available from OMERO owned by a given user.java.util.List<ProjectWrapper>
Browser. getProjects(java.lang.Long... ids)
Gets the projects with the specified ids from OMERO.java.util.List<ProjectWrapper>
Browser. getProjects(java.lang.String name)
Gets all projects with a certain name from OMERO. -
Uses of ProjectWrapper in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type ProjectWrapper Modifier and Type Method Description java.util.List<ProjectWrapper>
GenericAnnotationWrapper. getProjects(Client client)
Gets all projects with this annotation from OMERO. -
Uses of ProjectWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type ProjectWrapper Modifier and Type Method Description java.util.List<ProjectWrapper>
DatasetWrapper. getProjects(Client client)
Retrieves the projects containing this dataset.java.util.List<ProjectWrapper>
ImageWrapper. getProjects(Client client)
Retrieves the projects containing this image
-