Class KualiXMLBooleanTranslatorSearchableAttributeImpl
java.lang.Object
org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttribute
org.kuali.rice.kns.workflow.attribute.KualiXmlSearchableAttributeImpl
org.kuali.rice.kns.workflow.attribute.KualiXMLBooleanTranslatorSearchableAttributeImpl
- All Implemented Interfaces:
org.kuali.rice.kew.framework.document.attribute.SearchableAttribute,KualiXmlAttribute
@Deprecated
public class KualiXMLBooleanTranslatorSearchableAttributeImpl
extends KualiXmlSearchableAttributeImpl
Deprecated.
Only used by KNS classes, no replacement.
This is an XML KEW search attribute that can be used where the XML of the attribute has an xpath expression that returns a
boolean. This attribute takes that boolean expression and translates it into true and false values based on the
getValueForXPathTrueEvaluation() and getValueForXPathFalseEvaluation() method's return variables.
NOTE: This will not longer be necessary if the version of xPath being used is every upgrade to 2.x or higher-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigXML(org.kuali.rice.kew.api.extension.ExtensionDefinition extensionDefinition) Deprecated.This overridden method does the translation of the given xPath expression from the XML definition of the attribute and translates it into the true and false values based on thegetValueForXPathTrueEvaluation()andgetValueForXPathFalseEvaluation()method's return variablesDeprecated.Deprecated.Methods inherited from class org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttribute
extractDocumentAttributes, generateSearchContent, getSearchFields, validateDocumentAttributeCriteria
-
Field Details
-
VALUE_FOR_TRUE
Deprecated.- See Also:
-
VALUE_FOR_FALSE
Deprecated.- See Also:
-
-
Constructor Details
-
KualiXMLBooleanTranslatorSearchableAttributeImpl
public KualiXMLBooleanTranslatorSearchableAttributeImpl()Deprecated.
-
-
Method Details
-
getConfigXML
public Element getConfigXML(org.kuali.rice.kew.api.extension.ExtensionDefinition extensionDefinition) Deprecated.This overridden method does the translation of the given xPath expression from the XML definition of the attribute and translates it into the true and false values based on thegetValueForXPathTrueEvaluation()andgetValueForXPathFalseEvaluation()method's return variables- Specified by:
getConfigXMLin interfaceKualiXmlAttribute- Overrides:
getConfigXMLin classKualiXmlSearchableAttributeImpl
-
getValueForXPathTrueEvaluation
Deprecated. -
getValueForXPathFalseEvaluation
Deprecated.
-