Uses of Class
fr.igred.omero.meta.ExperimenterWrapper
-
Packages that use ExperimenterWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.meta This package contains wrapper classes for users, groups and planes information. -
-
Uses of ExperimenterWrapper in fr.igred.omero
Methods in fr.igred.omero that return ExperimenterWrapper Modifier and Type Method Description ExperimenterWrapper
GenericObjectWrapper. getOwner()
Gets the owner IDExperimenterWrapper
Client. getUser(String username)
Returns the user which matches the username.ExperimenterWrapper
GatewayWrapper. getUser()
Returns the current user.Methods in fr.igred.omero with parameters of type ExperimenterWrapper Modifier and Type Method Description List<DatasetWrapper>
Browser. getDatasets(ExperimenterWrapper experimenter)
Gets all datasets available from OMERO owned by a given user.List<FolderWrapper>
Browser. getFolders(ExperimenterWrapper experimenter)
Gets all the folders owned by a given user from OMERO.List<PlateWrapper>
Browser. getPlates(ExperimenterWrapper experimenter)
Gets all plates available from OMERO owned by a given user.List<ProjectWrapper>
Browser. getProjects(ExperimenterWrapper experimenter)
Gets all projects available from OMERO owned by a given user.List<ScreenWrapper>
Browser. getScreens(ExperimenterWrapper experimenter)
Gets all screens available from OMERO owned by a given user.List<WellWrapper>
Browser. getWells(ExperimenterWrapper experimenter)
Gets all wells available from OMERO owned by a given user.Constructors in fr.igred.omero with parameters of type ExperimenterWrapper Constructor Description Browser(Gateway gateway, SecurityContext ctx, ExperimenterWrapper user)
Constructor of the Browser class.Client(Gateway gateway, SecurityContext ctx, ExperimenterWrapper user)
Constructor of the Client class.GatewayWrapper(Gateway gateway, SecurityContext ctx, ExperimenterWrapper user)
Abstract constructor of the GatewayWrapper class. -
Uses of ExperimenterWrapper in fr.igred.omero.meta
Methods in fr.igred.omero.meta that return types with arguments of type ExperimenterWrapper Modifier and Type Method Description List<ExperimenterWrapper>
GroupWrapper. getExperimenters()
Returns the experimenters contained in this group.List<ExperimenterWrapper>
GroupWrapper. getLeaders()
Returns the leaders of this group.List<ExperimenterWrapper>
GroupWrapper. getMembersOnly()
Returns the list of experimenters that are not owners of the group.
-