Uses of Interface
fr.igred.omero.meta.Experimenter
-
Packages that use Experimenter Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.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.meta This package contains wrapper classes for users and groups. -
-
Uses of Experimenter in fr.igred.omero
Methods in fr.igred.omero that return Experimenter Modifier and Type Method Description Experimenter
ObjectWrapper. getOwner()
Gets the owner IDExperimenter
RemoteObject. getOwner()
Gets the owner ID -
Uses of Experimenter in fr.igred.omero.client
Methods in fr.igred.omero.client that return Experimenter Modifier and Type Method Description default Experimenter
AdminManager. getUser(java.lang.String username)
Returns the user which matches the username.Experimenter
ConnectionHandler. getUser()
Returns the current user.Experimenter
GatewayWrapper. getUser()
Returns the current user.Methods in fr.igred.omero.client with parameters of type Experimenter Modifier and Type Method Description default java.util.List<Dataset>
Browser. getDatasets(Experimenter experimenter)
Gets all datasets available from OMERO owned by a given user.default java.util.List<Folder>
Browser. getFolders(Experimenter experimenter)
Gets all the folders owned by a given user from OMERO.default java.util.List<Plate>
Browser. getPlates(Experimenter experimenter)
Gets all plates available from OMERO owned by a given user.default java.util.List<Project>
Browser. getProjects(Experimenter experimenter)
Gets all projects available from OMERO owned by a given user.default java.util.List<Screen>
Browser. getScreens(Experimenter experimenter)
Gets all screens available from OMERO owned by a given user.default java.util.List<Well>
Browser. getWells(Experimenter experimenter)
Gets all wells available from OMERO owned by a given user.Constructors in fr.igred.omero.client with parameters of type Experimenter Constructor Description GatewayWrapper(Gateway gateway, SecurityContext ctx, Experimenter user)
Constructor of the GatewayWrapper class. -
Uses of Experimenter in fr.igred.omero.meta
Classes in fr.igred.omero.meta that implement Experimenter Modifier and Type Class Description class
ExperimenterWrapper
Class containing an ExperimenterData object.Methods in fr.igred.omero.meta that return types with arguments of type Experimenter Modifier and Type Method Description java.util.List<Experimenter>
Group. getExperimenters()
Returns the experimenters contained in this group.java.util.List<Experimenter>
GroupWrapper. getExperimenters()
Returns the experimenters contained in this group.java.util.List<Experimenter>
Group. getLeaders()
Returns the leaders of this group.java.util.List<Experimenter>
GroupWrapper. getLeaders()
Returns the leaders of this group.java.util.List<Experimenter>
Group. getMembersOnly()
Returns the list of experimenters that are not owners of the group.java.util.List<Experimenter>
GroupWrapper. getMembersOnly()
Returns the list of experimenters that are not owners of the group.
-