Class 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