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(long groupId)
Returns the group which matches the group ID.GroupWrapper
Client. getGroup(String groupName)
Returns the group which matches the name.Methods in fr.igred.omero that return types with arguments of type GroupWrapper Modifier and Type Method Description List<GroupWrapper>
Client. getGroups()
Returns all the groups on OMERO. -
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.Methods in fr.igred.omero.meta with parameters of type GroupWrapper Modifier and Type Method Description boolean
ExperimenterWrapper. isLeader(GroupWrapper group)
Returnstrue
if the user owns the specified group.
-