Uses of Interface
fr.igred.omero.meta.Group
-
Packages that use Group Package Description fr.igred.omero.client This package contains the client interfaces used to interact with an OMERO server and a class implementing them.fr.igred.omero.meta This package contains wrapper classes for users and groups. -
-
Uses of Group in fr.igred.omero.client
Methods in fr.igred.omero.client that return Group Modifier and Type Method Description default Group
AdminManager. getGroup(java.lang.String groupName)
Returns the group which matches the name. -
Uses of Group in fr.igred.omero.meta
Classes in fr.igred.omero.meta that implement Group Modifier and Type Class Description class
GroupWrapper
Class containing a GroupData object.Methods in fr.igred.omero.meta that return Group Modifier and Type Method Description Group
Experimenter. getDefaultGroup()
Returns the default Group for this ExperimenterGroup
ExperimenterWrapper. getDefaultGroup()
Returns the default Group for this ExperimenterMethods in fr.igred.omero.meta that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>
Experimenter. getGroups()
Returns the groups the experimenter is a member of.java.util.List<Group>
ExperimenterWrapper. getGroups()
Returns the groups the experimenter is a member of.
-