org.kuali.rice.edl.impl.components
Class WorkflowDocumentActions

java.lang.Object
  extended by org.kuali.rice.edl.impl.components.WorkflowDocumentActions
All Implemented Interfaces:
EDLModelComponent

public class WorkflowDocumentActions
extends Object
implements EDLModelComponent

Used as a pre processor and post processor. As a pre processor this creates/fetches the workflow document and sets it on request. As a post processor this takes appropriate user action on the document if the document is not in error.

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

Field Summary
static String ACTION_TAKEN
           
 
Constructor Summary
WorkflowDocumentActions()
           
 
Method Summary
static void takeAction(WorkflowDocument document, Document dom, EDLContext edlContext)
           
 void updateDOM(Document dom, Element configElement, EDLContext edlContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_TAKEN

public static final String ACTION_TAKEN
See Also:
Constant Field Values
Constructor Detail

WorkflowDocumentActions

public WorkflowDocumentActions()
Method Detail

updateDOM

public void updateDOM(Document dom,
                      Element configElement,
                      EDLContext edlContext)
Specified by:
updateDOM in interface EDLModelComponent

takeAction

public static void takeAction(WorkflowDocument document,
                              Document dom,
                              EDLContext edlContext)
                       throws WorkflowException
Throws:
WorkflowException


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.