org.kuali.rice.krad.workflow.attribute
Class KualiXmlAttributeHelper

java.lang.Object
  extended by org.kuali.rice.krad.workflow.attribute.KualiXmlAttributeHelper

public class KualiXmlAttributeHelper
extends Object


Field Summary
static String ATTRIBUTE_LABEL_BO_REFERENCE_PREFIX
           
static String ATTRIBUTE_LABEL_BO_REFERENCE_SUFFIX
           
static String ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_PREFIX
           
static String ATTRIBUTE_SHORT_LABEL_BO_REFERENCE_SUFFIX
           
static String notFound
           
 
Constructor Summary
KualiXmlAttributeHelper()
           
 
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
 

Field Detail

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
Constructor Detail

KualiXmlAttributeHelper

public KualiXmlAttributeHelper()
Method Detail

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 © 2004-2011 The Kuali Foundation. All Rights Reserved.