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
           
(package private)  boolean isPreProcessor
           
private static org.apache.log4j.Logger LOG
           
 
Constructor Summary
WorkflowDocumentActions()
           
 
Method Summary
private  void doPostProcessWork(Document dom, EDLContext edlContext)
           
private  void doPreProcessWork(EDLContext edlContext)
           
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

LOG

private static final org.apache.log4j.Logger LOG

ACTION_TAKEN

public static final String ACTION_TAKEN
See Also:
Constant Field Values

isPreProcessor

boolean isPreProcessor
Constructor Detail

WorkflowDocumentActions

public WorkflowDocumentActions()
Method Detail

updateDOM

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

doPreProcessWork

private void doPreProcessWork(EDLContext edlContext)
                       throws Exception
Throws:
Exception

doPostProcessWork

private void doPostProcessWork(Document dom,
                               EDLContext edlContext)
                        throws Exception
Throws:
Exception

takeAction

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


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