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(java.lang.String username)
Returns the user which matches the username.ExperimenterWrapper
GatewayWrapper. getUser()
Returns the current user.Constructors in fr.igred.omero with parameters of type ExperimenterWrapper Constructor Description 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 java.util.List<ExperimenterWrapper>
GroupWrapper. getExperimenters()
Returns the experimenters contained in this group.java.util.List<ExperimenterWrapper>
GroupWrapper. getLeaders()
Returns the leaders of this group.java.util.List<ExperimenterWrapper>
GroupWrapper. getMembersOnly()
Returns the list of experimenters that are not owners of the group.
-