org.kuali.rice.kns.workflow.attribute
Class KualiXmlAttributeHelper
java.lang.Object
org.kuali.rice.kns.workflow.attribute.KualiXmlAttributeHelper
public class KualiXmlAttributeHelper
- extends Object
Method Summary |
static String |
getPotentialKualiClassName(String testString,
String prefixIndicator,
String suffixIndicator)
|
Element |
processConfigXML(Element root)
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. |
Element |
processConfigXML(Element root,
String[] xpathExpressionElements)
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_LABEL_BO_REFERENCE_PREFIX
public static final String ATTRIBUTE_LABEL_BO_REFERENCE_PREFIX
- See Also:
- Constant Field Values
ATTRIBUTE_LABEL_BO_REFERENCE_SUFFIX
public static final String ATTRIBUTE_LABEL_BO_REFERENCE_SUFFIX
- See Also:
- Constant Field Values
ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_PREFIX
public static final String ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_PREFIX
- See Also:
- Constant Field Values
ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_SUFFIX
public static final String ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_SUFFIX
- See Also:
- Constant Field Values
notFound
public static final String notFound
- See Also:
- Constant Field Values
KualiXmlAttributeHelper
public KualiXmlAttributeHelper()
processConfigXML
public Element processConfigXML(Element root)
- 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:
StandardGenericXMLRuleAttribute.getConfigXML()
processConfigXML
public Element processConfigXML(Element root,
String[] xpathExpressionElements)
- 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:
StandardGenericXMLRuleAttribute.getConfigXML()
getPotentialKualiClassName
public static String getPotentialKualiClassName(String testString,
String prefixIndicator,
String suffixIndicator)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.