Uses of Class
com.arsdigita.kernel.GroupCollection

Packages that use GroupCollection
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
 

Uses of GroupCollection in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel that return GroupCollection
 GroupCollection Role.getContainedGroups()
          Returns a collection of groups that belong to this role.
 GroupCollection Group.getSubgroups()
          Returns a collection of groups that are direct subgroups of this group.
 GroupCollection Group.getSupergroups()
          Returns a collection of groups that are direct supergroups of this group (that is, groups of which this is a subgroup).
 GroupCollection Group.getAllSubgroups()
          Returns a collection of groups that are subgroups of this group directly or indirectly.
 GroupCollection Group.getAllSupergroups()
          Returns a collection of groups that are directly or indirectly supergroups of this group.
static GroupCollection Group.retrieveAll()
          Retrieves all groups.
 GroupCollection User.getAllGroups()
          Returns all groups that the user is a direct or indirect member of.
 GroupCollection User.getGroups()
          Returns the groups that this user is a direct member of.
 

Uses of GroupCollection in com.arsdigita.workflow.simple
 

Methods in com.arsdigita.workflow.simple that return GroupCollection
 GroupCollection UserTask.getAssignedGroupCollection()
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC