|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
com.arsdigita.notification | Notification provides the application-level capabilities needed for outbound email. |
com.arsdigita.workflow.simple | A tool framework for establishing collaboration among all the specialized members of a production staff. |
Uses of Group in com.arsdigita.kernel |
Methods in com.arsdigita.kernel that return Group | |
Group |
Role.getGroup()
Gets the group that represents the members of this role. |
Group |
GroupCollection.getGroup()
Wrapper to getDomainObject() that casts the returned
DomainObject as a Group . |
Methods in com.arsdigita.kernel with parameters of type Group | |
boolean |
Group.hasDirectSubgroup(Group subgroup)
Checks whether a group is a direct subgroup of this group. |
void |
Group.addSubgroup(Group subgroup)
Adds a subgroup to this group. |
void |
Group.removeSubgroup(Group subgroup)
Removes a subgroup from this group. |
void |
Group.addSupergroup(Group supergroup)
Adds a supergroup to this group (that is, adds this group as a subgroup of the specified group). |
void |
Group.removeSupergroup(Group supergroup)
Removes a supergroup from this group (that is, removes this group as a subgroup of the specified group). |
boolean |
Group.hasSubgroup(Group subgroup)
Checks whether a group is a subgroup of this group (either directly or indirectly). |
Uses of Group in com.arsdigita.notification |
Methods in com.arsdigita.notification that return Group | |
Group |
BaseSubscription.getGroup()
returns the Group of people who are subscribed |
Methods in com.arsdigita.notification with parameters of type Group | |
protected void |
BaseSubscription.setGroup(Group group)
|
Uses of Group in com.arsdigita.workflow.simple |
Methods in com.arsdigita.workflow.simple with parameters of type Group | |
void |
UserTask.assignGroup(Group group)
Assigns a group of users to this task. |
void |
UserTask.removeGroup(Group group)
Removes a group from assignment list. |
boolean |
UserTask.isAssigned(Group group)
Tests whether a specific group is assigned to this task. |
void |
Assignable.assignGroup(Group group)
Assigns a group of users to this task. |
void |
Assignable.removeGroup(Group group)
Removes a group from the task assignment list. |
boolean |
Assignable.isAssigned(Group group)
Tests whether a group is assigned to this task. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |