|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupUpdateService
This service provides operations for creating and updating groups.
Method Summary | |
---|---|
boolean |
addGroupToGroup(String childId,
String parentId)
Adds the group with the id supplied in childId as a member of the group with the id supplied in parentId. |
boolean |
addPrincipalToGroup(String principalId,
String groupId)
Add the principal with the given principalId as a member of the group with the given groupId. |
GroupInfo |
createGroup(GroupInfo groupInfo)
Creates a new group using the given GroupInfo. |
void |
removeAllGroupMembers(String groupId)
Removes all members from the group with the given groupId. |
boolean |
removeGroupFromGroup(String childId,
String parentId)
Removes the group with the id supplied in childId from the group with the id supplied in parentId. |
boolean |
removePrincipalFromGroup(String principalId,
String groupId)
Removes the member principal with the given principalId from the group with the given groupId. |
GroupInfo |
updateGroup(String groupId,
GroupInfo groupInfo)
Updates the group with the given groupId using the supplied GroupInfo. |
Method Detail |
---|
GroupInfo createGroup(GroupInfo groupInfo) throws UnsupportedOperationException
UnsupportedOperationException
GroupInfo updateGroup(String groupId, GroupInfo groupInfo) throws UnsupportedOperationException
UnsupportedOperationException
boolean addGroupToGroup(String childId, String parentId) throws UnsupportedOperationException
UnsupportedOperationException
boolean removeGroupFromGroup(String childId, String parentId) throws UnsupportedOperationException
UnsupportedOperationException
boolean addPrincipalToGroup(String principalId, String groupId) throws UnsupportedOperationException
UnsupportedOperationException
boolean removePrincipalFromGroup(String principalId, String groupId) throws UnsupportedOperationException
UnsupportedOperationException
void removeAllGroupMembers(String groupId) throws UnsupportedOperationException
UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |