org.kuali.rice.kew.api.action
Interface RolePokerQueue
- All Known Implementing Classes: 
- RolePokerQueueImpl
- public interface RolePokerQueue 
Defines the contract of a message queue for "poking" a role for a specified document.  When a role is "poked" it will
 attempt to re-resolve the members of a role and update action requests as appropriate.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
reResolveRole
void reResolveRole(String documentId,
                   String roleName)
                   throws RiceIllegalArgumentException
- 
- Throws:
- RiceIllegalArgumentException
 
reResolveQualifiedRole
void reResolveQualifiedRole(String documentId,
                            String roleName,
                            String qualifiedRoleNameLabel)
                            throws RiceIllegalArgumentException
- 
- Throws:
- RiceIllegalArgumentException
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.