Class GlobalAttributeComponent
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- org.kuali.rice.edl.impl.components.GlobalAttributeComponent
-
- All Implemented Interfaces:
EDLModelComponent
public class GlobalAttributeComponent extends SimpleWorkflowEDLConfigComponent implements EDLModelComponent
Executes validations and generates XML for workflow attributes that are defined on the EDL Definitions. These attribute definitions exist in a form similiar to the following:- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Field Summary
-
Fields inherited from class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
definitionElement
-
-
Constructor Summary
Constructors Constructor Description GlobalAttributeComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)-
Methods inherited from class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
getDefinitionElement, getEdlContext, getErrorMessage, getMatchingParams, getReplacementConfigElement, setDefinitionElement, setEdlContext
-
-
-
-
Method Detail
-
updateDOM
public void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)- Specified by:
updateDOMin interfaceEDLModelComponent- Overrides:
updateDOMin classSimpleWorkflowEDLConfigComponent
-
-