org.kuali.rice.kew.actions.asyncservices
Interface ActionInvocationService

All Known Implementing Classes:
ActionInvocationProcessor

public interface ActionInvocationService

Interface for defining the contract for the remoting of ActionInvocationProcessor. Created when the ActionInvocationProcessor went to a service.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 void invokeAction(java.lang.String principalId, java.lang.Long documentId, ActionInvocation invocation)
           
 

Method Detail

invokeAction

void invokeAction(java.lang.String principalId,
                  java.lang.Long documentId,
                  ActionInvocation invocation)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.