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 and groups. -
-
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.Constructors in fr.igred.omero with parameters of type ExperimenterWrapper Constructor Description 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.
-