org.kuali.rice.kew.api.action
Interface ActionInvocationQueue
- All Known Implementing Classes: 
- ActionInvocationQueueImpl
- public interface ActionInvocationQueue 
Defines the contract for a message queue which can invoke requested workflow actions against an action item on a
 document.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
invokeAction
void invokeAction(String principalId,
                  String documentId,
                  ActionInvocation actionInvocation)
                  throws RiceIllegalArgumentException
- 
- Throws:
- RiceIllegalArgumentException
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.