Uses of Class
fr.igred.omero.meta.GroupWrapper
Packages that use GroupWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
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 GroupWrapperModifier and TypeMethodDescriptionClient.getGroup
(long groupId) Returns the group which matches the group ID.Returns the group which matches the name. -
Uses of GroupWrapper in fr.igred.omero.meta
Methods in fr.igred.omero.meta that return GroupWrapperModifier and TypeMethodDescriptionExperimenterWrapper.getDefaultGroup()
Returns the default Group for this ExperimenterMethods in fr.igred.omero.meta that return types with arguments of type GroupWrapperModifier and TypeMethodDescriptionExperimenterWrapper.getGroups()
Returns the groups the experimenter is a member of.Methods in fr.igred.omero.meta with parameters of type GroupWrapperModifier and TypeMethodDescriptionboolean
ExperimenterWrapper.isLeader
(GroupWrapper group) Returnstrue
if the user owns the specified group.