org.kuali.rice.edl.impl.components
Class GlobalAttributeComponent

java.lang.Object
  extended by org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
      extended by 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
GlobalAttributeComponent()
           
 
Method Summary
 void updateDOM(Document dom, Element configElement, EDLContext edlContext)
           
 
Methods inherited from class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
getDefinitionElement, getEdlContext, getErrorMessage, getMatchingParams, getReplacementConfigElement, setDefinitionElement, setEdlContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAttributeComponent

public GlobalAttributeComponent()
Method Detail

updateDOM

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


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.