Class AttributeEDLConfigComponent
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
-
- org.kuali.rice.edl.impl.components.AttributeEDLConfigComponent
-
- All Implemented Interfaces:
EDLModelComponent
public class AttributeEDLConfigComponent extends SimpleWorkflowEDLConfigComponent
Populates workflow rule attributes associated with the current configElement.- 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 AttributeEDLConfigComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetMatchingParams(org.w3c.dom.Element originalConfigElement, RequestParser requestParser, EDLContext edlContext)-
Methods inherited from class org.kuali.rice.edl.impl.components.SimpleWorkflowEDLConfigComponent
getDefinitionElement, getEdlContext, getErrorMessage, getReplacementConfigElement, setDefinitionElement, setEdlContext, updateDOM
-
-
-
-
Method Detail
-
getMatchingParams
public java.util.List getMatchingParams(org.w3c.dom.Element originalConfigElement, RequestParser requestParser, EDLContext edlContext)- Overrides:
getMatchingParamsin classSimpleWorkflowEDLConfigComponent
-
-