Uses of Class
fr.igred.omero.repository.ProjectWrapper
-
Packages that use ProjectWrapper Package Description fr.igred.omero fr.igred.omero.annotations -
-
Uses of ProjectWrapper in fr.igred.omero
Methods in fr.igred.omero that return ProjectWrapper Modifier and Type Method Description ProjectWrapper
Client. getProject(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 List<ProjectWrapper>
Client. getProjects()
Gets all projects available from OMERO.List<ProjectWrapper>
Client. getProjects(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 List<ProjectWrapper>
GenericAnnotationWrapper. getProjects(Client client)
Gets all projects with this tag from OMERO.
-