Class KualiXmlAttributeHelper
java.lang.Object
org.kuali.rice.kns.workflow.attribute.KualiXmlAttributeHelper
Deprecated.
Only used by KNS classes, no replacement.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPotentialKualiClassName(String testString, String prefixIndicator, String suffixIndicator) Deprecated.processConfigXML(Element root) 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.processConfigXML(Element root, String[] xpathExpressionElements) 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, overwriting the original title in the XML.
-
Field Details
-
ATTRIBUTE_LABEL_BO_REFERENCE_PREFIX
Deprecated.- See Also:
-
ATTRIBUTE_LABEL_BO_REFERENCE_SUFFIX
Deprecated.- See Also:
-
ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_PREFIX
Deprecated.- See Also:
-
ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_SUFFIX
Deprecated.- See Also:
-
notFound
Deprecated.- See Also:
-
-
Constructor Details
-
KualiXmlAttributeHelper
public KualiXmlAttributeHelper()Deprecated.
-
-
Method Details
-
processConfigXML
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. -
processConfigXML
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, overwriting the original title in the XML. -
getPotentialKualiClassName
public static String getPotentialKualiClassName(String testString, String prefixIndicator, String suffixIndicator) Deprecated.
-