Uses of Class
fr.igred.omero.meta.GroupWrapper
-
Packages that use GroupWrapper 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 GroupWrapper in fr.igred.omero
Methods in fr.igred.omero that return GroupWrapper Modifier and Type Method Description GroupWrapper
Client. getGroup(String groupName)
Returns the group which matches the name. -
Uses of GroupWrapper in fr.igred.omero.meta
Methods in fr.igred.omero.meta that return GroupWrapper Modifier and Type Method Description GroupWrapper
ExperimenterWrapper. getDefaultGroup()
Returns the default Group for this ExperimenterMethods in fr.igred.omero.meta that return types with arguments of type GroupWrapper Modifier and Type Method Description List<GroupWrapper>
ExperimenterWrapper. getGroups()
Returns the groups the experimenter is a member of.
-