Uses of Interface
fr.igred.omero.containers.Project
-
Packages that use Project 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 Project in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type Project Modifier and Type Method Description java.util.List<Project>
ContainerLinked. getProjects(Browser browser)
Retrieves the projects linked to this object, either directly, or through parents/children. -
Uses of Project in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type Project Modifier and Type Method Description java.util.List<Project>
AnnotationWrapper. getProjects(Browser browser)
Gets all projects with this annotation from OMERO. -
Uses of Project in fr.igred.omero.client
Methods in fr.igred.omero.client that return Project Modifier and Type Method Description default Project
Browser. getProject(java.lang.Long id)
Gets the project with the specified id from OMERO.Methods in fr.igred.omero.client that return types with arguments of type Project Modifier and Type Method Description default java.util.List<Project>
Browser. getProjects()
Gets all projects available from OMERO.default java.util.List<Project>
Browser. getProjects(Experimenter experimenter)
Gets all projects available from OMERO owned by a given user.default java.util.List<Project>
Browser. getProjects(java.lang.Long... ids)
Gets the projects with the specified ids from OMERO.default java.util.List<Project>
Browser. getProjects(java.lang.String name)
Gets all projects with a certain name from OMERO. -
Uses of Project in fr.igred.omero.containers
Classes in fr.igred.omero.containers that implement Project Modifier and Type Class Description class
ProjectWrapper
Class containing a ProjectData object.Methods in fr.igred.omero.containers that return types with arguments of type Project Modifier and Type Method Description default java.util.List<Project>
Dataset. getProjects(Browser browser)
Retrieves the projects containing this dataset.default java.util.List<Project>
Project. getProjects(Browser browser)
Reloads and returns this project as a singleton list. -
Uses of Project in fr.igred.omero.core
Methods in fr.igred.omero.core that return types with arguments of type Project Modifier and Type Method Description default java.util.List<Project>
Image. getProjects(Browser browser)
Retrieves the projects containing this image.
-