Class WorkflowDocumentActions
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.WorkflowDocumentActions
-
- All Implemented Interfaces:
EDLModelComponent
public class WorkflowDocumentActions extends java.lang.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
Fields Modifier and Type Field Description static java.lang.StringACTION_TAKEN
-
Constructor Summary
Constructors Constructor Description WorkflowDocumentActions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidtakeAction(org.kuali.rice.kew.api.WorkflowDocument document, org.w3c.dom.Document dom, EDLContext edlContext)voidupdateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)
-
-
-
Field Detail
-
ACTION_TAKEN
public static final java.lang.String ACTION_TAKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateDOM
public void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)- Specified by:
updateDOMin interfaceEDLModelComponent
-
takeAction
public static void takeAction(org.kuali.rice.kew.api.WorkflowDocument document, org.w3c.dom.Document dom, EDLContext edlContext) throws org.kuali.rice.kew.api.exception.WorkflowException- Throws:
org.kuali.rice.kew.api.exception.WorkflowException
-
-