org.kuali.rice.edl.impl.components
Class WorkflowDocumentActions
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_TAKEN
public static final String ACTION_TAKEN
- See Also:
- Constant Field Values
WorkflowDocumentActions
public WorkflowDocumentActions()
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-2012 The Kuali Foundation. All Rights Reserved.