Class ActionInvocationQueueImpl

java.lang.Object
org.kuali.rice.kew.impl.action.ActionInvocationQueueImpl
All Implemented Interfaces:
org.kuali.rice.kew.api.action.ActionInvocationQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.action.ActionInvocationQueue>

public class ActionInvocationQueueImpl extends Object implements org.kuali.rice.kew.api.action.ActionInvocationQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.action.ActionInvocationQueue>
Reference implementation of the ActionInvocationQueue.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ActionInvocationQueueImpl

      public ActionInvocationQueueImpl()
  • Method Details

    • invokeAction

      public void invokeAction(String principalId, String documentId, org.kuali.rice.kew.api.action.ActionInvocation invocation)
      Specified by:
      invokeAction in interface org.kuali.rice.kew.api.action.ActionInvocationQueue
    • wrap

      public org.kuali.rice.kew.api.action.ActionInvocationQueue wrap(QName qname, String applicationId)
      Specified by:
      wrap in interface org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.action.ActionInvocationQueue>
    • getAsyncCapableService

      public org.kuali.rice.ksb.api.messaging.AsyncCapableService getAsyncCapableService()
    • setAsyncCapableService

      public void setAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService)