Uses of Class
fr.igred.omero.meta.ExperimenterWrapper
-
Packages that use ExperimenterWrapper Package Description fr.igred.omero fr.igred.omero.meta -
-
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()
Returns the current user.ExperimenterWrapper
Client. getUser(String username)
Returns the user which matches the username. -
Uses of ExperimenterWrapper in fr.igred.omero.meta
Classes in fr.igred.omero.meta with type parameters of type ExperimenterWrapper Modifier and Type Class Description static class
ExperimenterWrapper.SortByLastName<U extends ExperimenterWrapper>
Class used to sort ExperimenterWrappers.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.
-