Uses of Class
fr.igred.omero.meta.GroupWrapper
-
Packages that use GroupWrapper Package Description fr.igred.omero fr.igred.omero.meta -
-
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
Classes in fr.igred.omero.meta with type parameters of type GroupWrapper Modifier and Type Class Description static class
GroupWrapper.SortByName<U extends GroupWrapper>
Class used to sort GroupWrappers.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.
-