Package org.kuali.rice.kew.impl.action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsyncCapableServicevoidinvokeAction(String principalId, String documentId, org.kuali.rice.kew.api.action.ActionInvocation invocation) voidsetAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService) org.kuali.rice.kew.api.action.ActionInvocationQueue
-
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:
invokeActionin interfaceorg.kuali.rice.kew.api.action.ActionInvocationQueue
-
wrap
- Specified by:
wrapin interfaceorg.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)
-