Class KualiXmlSearchableAttributeImpl
java.lang.Object
org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttribute
org.kuali.rice.kns.workflow.attribute.KualiXmlSearchableAttributeImpl
- All Implemented Interfaces:
org.kuali.rice.kew.framework.document.attribute.SearchableAttribute,KualiXmlAttribute
- Direct Known Subclasses:
KualiXMLBooleanTranslatorSearchableAttributeImpl
@Deprecated
public class KualiXmlSearchableAttributeImpl
extends StandardGenericXMLSearchableAttribute
implements KualiXmlAttribute
Deprecated.
Only used by KNS classes, no replacement.
This class is used to define Kuali searchable attributes
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigXML(org.kuali.rice.kew.api.extension.ExtensionDefinition extensionDefinition) Deprecated.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.Methods inherited from class org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttribute
extractDocumentAttributes, generateSearchContent, getSearchFields, validateDocumentAttributeCriteria
-
Constructor Details
-
KualiXmlSearchableAttributeImpl
public KualiXmlSearchableAttributeImpl()Deprecated.
-
-
Method Details
-
getConfigXML
public Element getConfigXML(org.kuali.rice.kew.api.extension.ExtensionDefinition extensionDefinition) Deprecated.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.- Specified by:
getConfigXMLin interfaceKualiXmlAttribute- Overrides:
getConfigXMLin classStandardGenericXMLSearchableAttribute
-