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 Details

    • RolePokerQueueImpl

      public RolePokerQueueImpl()
  • Method Details

    • reResolveQualifiedRole

      public void reResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel)
      Specified by:
      reResolveQualifiedRole in interface org.kuali.rice.kew.api.action.RolePokerQueue
    • reResolveRole

      public void reResolveRole(String documentId, String roleName)
      Specified by:
      reResolveRole in interface org.kuali.rice.kew.api.action.RolePokerQueue
    • wrap

      public org.kuali.rice.kew.api.action.RolePokerQueue wrap(QName qname, String applicationId)
      Specified by:
      wrap in interface org.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)