Package org.kuali.rice.kew.impl.action
Class RolePokerQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.action.RolePokerQueueImpl
- All Implemented Interfaces:
RolePokerQueue,AsyncWrappable<RolePokerQueue>
public class RolePokerQueueImpl
extends Object
implements RolePokerQueue, AsyncWrappable<RolePokerQueue>
Reference implementation of the
RokePokerQueue which handle re-resolution of action requests which use roles.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel) voidreResolveRole(String documentId, String roleName) voidsetAsyncCapableService(AsyncCapableService asyncCapableService)
-
Constructor Details
-
RolePokerQueueImpl
public RolePokerQueueImpl()
-
-
Method Details
-
reResolveQualifiedRole
public void reResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel) - Specified by:
reResolveQualifiedRolein interfaceRolePokerQueue
-
reResolveRole
- Specified by:
reResolveRolein interfaceRolePokerQueue
-
wrap
- Specified by:
wrapin interfaceAsyncWrappable<RolePokerQueue>
-
getAsyncCapableService
-
setAsyncCapableService
-