Class KualiXmlRuleAttributeImpl
java.lang.Object
org.kuali.rice.kew.rule.xmlrouting.StandardGenericXMLRuleAttribute
org.kuali.rice.kns.workflow.attribute.KualiXmlRuleAttributeImpl
- All Implemented Interfaces:
Serializable,WorkflowAttributeXmlValidator,WorkflowRuleAttribute,XmlConfiguredAttribute,GenericXMLRuleAttribute,KualiXmlAttribute
@Deprecated
public class KualiXmlRuleAttributeImpl
extends StandardGenericXMLRuleAttribute
implements KualiXmlAttribute
Deprecated.
Only used by KNS classes, no replacement.
This class extends the workflow xml rule attribute implementation to use the information in the data dictionary to generate labels.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method overrides the super class and modifies the XML that it operates on to put the name and the title in the place where the super class expects to see them, even though they may no longer exist in the original XML.getConfigXML(org.kuali.rice.kew.api.extension.ExtensionDefinition extensionDefinition) Deprecated.Methods inherited from class org.kuali.rice.kew.rule.xmlrouting.StandardGenericXMLRuleAttribute
extractExpressionsToEvaluate, getDocContent, getParamMap, getRoutingDataRows, getRuleExtensionValues, getRuleRows, isEvaluateForMissingExtensions, isMatch, isRequired, setEvaluateForMissingExtensions, setExtensionDefinition, setParamMap, setRequired, validateClientRoutingData, validateRoutingData, validateRuleData
-
Constructor Details
-
KualiXmlRuleAttributeImpl
public KualiXmlRuleAttributeImpl()Deprecated.
-
-
Method Details
-
getConfigXML
Deprecated.This method overrides the super class and modifies the XML that it operates on to put the name and the title in the place where the super class expects to see them, even though they may no longer exist in the original XML.- Overrides:
getConfigXMLin classStandardGenericXMLRuleAttribute- See Also:
-
getConfigXML
public Element getConfigXML(org.kuali.rice.kew.api.extension.ExtensionDefinition extensionDefinition) Deprecated.- Specified by:
getConfigXMLin interfaceKualiXmlAttribute
-