Class KualiXmlAttributeHelper

java.lang.Object
org.kuali.rice.kns.workflow.attribute.KualiXmlAttributeHelper

@Deprecated public class KualiXmlAttributeHelper extends Object
Deprecated.
Only used by KNS classes, no replacement.
  • Field Details

    • ATTRIBUTE_LABEL_BO_REFERENCE_PREFIX

      public static final String ATTRIBUTE_LABEL_BO_REFERENCE_PREFIX
      Deprecated.
      See Also:
    • ATTRIBUTE_LABEL_BO_REFERENCE_SUFFIX

      public static final String ATTRIBUTE_LABEL_BO_REFERENCE_SUFFIX
      Deprecated.
      See Also:
    • ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_PREFIX

      public static final String ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_PREFIX
      Deprecated.
      See Also:
    • ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_SUFFIX

      public static final String ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_SUFFIX
      Deprecated.
      See Also:
    • notFound

      public static final String notFound
      Deprecated.
      See Also:
  • Constructor Details

    • KualiXmlAttributeHelper

      public KualiXmlAttributeHelper()
      Deprecated.
  • Method Details

    • processConfigXML

      public Element 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.
      See Also:
    • processConfigXML

      public Element 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.
      See Also:
    • getPotentialKualiClassName

      public static String getPotentialKualiClassName(String testString, String prefixIndicator, String suffixIndicator)
      Deprecated.