org.kuali.rice.kew.impl.group
Class GroupMembershipChangeQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.group.GroupMembershipChangeQueueImpl
- All Implemented Interfaces:
- GroupMembershipChangeQueue
public class GroupMembershipChangeQueueImpl
- extends Object
- implements GroupMembershipChangeQueue
Executes the updating of ActionItem
s 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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
ActionItem
,
Group
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupMembershipChangeQueueImpl
public GroupMembershipChangeQueueImpl()
notifyMembershipChange
public void notifyMembershipChange(String operation,
String groupId,
String principalId)
- Specified by:
notifyMembershipChange
in interface GroupMembershipChangeQueue
- See Also:
GroupMembershipChangeQueue.notifyMembershipChange(java.lang.String, java.lang.String, java.lang.String)
getActionRequestService
public ActionRequestService getActionRequestService()
getActionListService
public ActionListService getActionListService()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.