public class GroupMembershipChangeQueueImpl extends Object implements GroupMembershipChangeQueue
ActionItems for a Group when
 the membership of a group changes.  This keeps users' Action Lists
 in-sync with their group membership.  Allowing their Action List to
 be updated for requests routed to groups that they are either added to
 or removed from.ActionItem, 
Group| Constructor and Description | 
|---|
| GroupMembershipChangeQueueImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionListService | getActionListService() | 
| ActionRequestService | getActionRequestService() | 
| void | notifyMembershipChange(String operation,
                                            String groupId,
                                            String principalId) | 
public GroupMembershipChangeQueueImpl()
public void notifyMembershipChange(String operation, String groupId, String principalId)
notifyMembershipChange in interface GroupMembershipChangeQueueGroupMembershipChangeQueue.notifyMembershipChange(java.lang.String, java.lang.String, java.lang.String)public ActionRequestService getActionRequestService()
public ActionListService getActionListService()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.