Class 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.String ACTION_TAKEN  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void takeAction​(org.kuali.rice.kew.api.WorkflowDocument document, org.w3c.dom.Document dom, EDLContext edlContext)  
      void updateDOM​(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowDocumentActions

        public WorkflowDocumentActions()
    • Method Detail

      • updateDOM

        public void updateDOM​(org.w3c.dom.Document dom,
                              org.w3c.dom.Element configElement,
                              EDLContext edlContext)
        Specified by:
        updateDOM in interface EDLModelComponent
      • 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