public class KualiXMLBooleanTranslatorSearchableAttributeImpl extends KualiXmlSearchableAttributeImpl
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| Modifier and Type | Field and Description |
|---|---|
static String |
VALUE_FOR_FALSE |
static String |
VALUE_FOR_TRUE |
| Constructor and Description |
|---|
KualiXMLBooleanTranslatorSearchableAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getConfigXML(ExtensionDefinition extensionDefinition)
This overriden 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 the
getValueForXPathTrueEvaluation() and
getValueForXPathFalseEvaluation() method's return variables |
String |
getValueForXPathFalseEvaluation() |
String |
getValueForXPathTrueEvaluation() |
extractDocumentAttributes, generateSearchContent, getSearchFields, validateDocumentAttributeCriteriapublic static final String VALUE_FOR_TRUE
public static final String VALUE_FOR_FALSE
public KualiXMLBooleanTranslatorSearchableAttributeImpl()
public Element getConfigXML(ExtensionDefinition extensionDefinition)
getValueForXPathTrueEvaluation() and
getValueForXPathFalseEvaluation() method's return variablesgetConfigXML in interface KualiXmlAttributegetConfigXML in class KualiXmlSearchableAttributeImplpublic String getValueForXPathTrueEvaluation()
public String getValueForXPathFalseEvaluation()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.