Package org.kuali.rice.kew.impl.action
Class RolePokerQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.action.RolePokerQueueImpl
- All Implemented Interfaces:
org.kuali.rice.kew.api.action.RolePokerQueue,org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.action.RolePokerQueue>
public class RolePokerQueueImpl
extends Object
implements org.kuali.rice.kew.api.action.RolePokerQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.action.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 TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsyncCapableServicevoidreResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel) voidreResolveRole(String documentId, String roleName) voidsetAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService) org.kuali.rice.kew.api.action.RolePokerQueue
-
Constructor Details
-
RolePokerQueueImpl
public RolePokerQueueImpl()
-
-
Method Details
-
reResolveQualifiedRole
public void reResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel) - Specified by:
reResolveQualifiedRolein interfaceorg.kuali.rice.kew.api.action.RolePokerQueue
-
reResolveRole
- Specified by:
reResolveRolein interfaceorg.kuali.rice.kew.api.action.RolePokerQueue
-
wrap
- Specified by:
wrapin interfaceorg.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.action.RolePokerQueue>
-
getAsyncCapableService
public org.kuali.rice.ksb.api.messaging.AsyncCapableService getAsyncCapableService() -
setAsyncCapableService
public void setAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService)
-