org.kuali.rice.kew.actions
Class RouteDocumentAction

java.lang.Object
  extended by org.kuali.rice.kew.actions.ActionTakenEvent
      extended by org.kuali.rice.kew.actions.RouteDocumentAction

Deprecated.

@Deprecated
public class RouteDocumentAction
extends ActionTakenEvent

//TODO KSENROLL-5346 DELETE THIS ONCE KRAD IS UPGRADED!!! Action that puts the document in routing. For zero node paths this fixes a bug where the document was never saved because it went straight to final skipping processed.

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

Field Summary
 
Fields inherited from class org.kuali.rice.kew.actions.ActionTakenEvent
annotation, DEFAULT_ANNOTATION, DEFAULT_QUEUE_DOCUMENT_AFTER_ACTION, DEFAULT_RUN_POSTPROCESSOR_LOGIC, routeHeader
 
Constructor Summary
RouteDocumentAction(DocumentRouteHeaderValue rh, PrincipalContract principal)
          Deprecated.  
RouteDocumentAction(DocumentRouteHeaderValue rh, PrincipalContract principal, String annotation)
          Deprecated.  
 
Method Summary
 String getActionPerformedCode()
          Deprecated.  
 void recordAction()
          Deprecated. Record the routing action.
 String validateActionRules()
          Deprecated.  
 String validateActionRules(List<ActionRequestValue> actionRequests)
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kew.actions.ActionTakenEvent
filterActionRequestsByCode, findDelegatorForActionRequests, generateAcknowledgementsToPreviousActionTakers, getActionRequestService, getActionTakenCode, getDocumentId, getGroupIdsForPrincipal, getPrincipal, getRouteHeader, invokePostProcessor, isActionCompatibleRequest, isActionValid, isPolicySet, isPolicySet, isRunPostProcessorLogic, notifyActionTaken, notifyAfterActionTaken, notifyStatusChange, performAction, queueDocumentProcessing, saveActionTaken, saveActionTaken, saveActionTaken, saveActionTaken, setActionTakenCode, setRouteHeader, updateSearchableAttributesIfPossible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteDocumentAction

public RouteDocumentAction(DocumentRouteHeaderValue rh,
                           PrincipalContract principal)
Deprecated. 

RouteDocumentAction

public RouteDocumentAction(DocumentRouteHeaderValue rh,
                           PrincipalContract principal,
                           String annotation)
Deprecated. 
Method Detail

getActionPerformedCode

public String getActionPerformedCode()
Deprecated. 
Overrides:
getActionPerformedCode in class ActionTakenEvent

validateActionRules

public String validateActionRules()
Deprecated. 
Specified by:
validateActionRules in class ActionTakenEvent

validateActionRules

public String validateActionRules(List<ActionRequestValue> actionRequests)
Deprecated. 
Specified by:
validateActionRules in class ActionTakenEvent

recordAction

public void recordAction()
                  throws InvalidActionTakenException
Deprecated. 
Record the routing action. To route a document, it must be in the proper state. Previous requests and actions have no bearing on the outcome of this action, unless the

Specified by:
recordAction in class ActionTakenEvent
Throws:
InvalidActionTakenException


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