org.kuali.rice.kew.docsearch.xml
Interface GenericXMLSearchableAttribute

All Superinterfaces:
SearchableAttribute, Serializable, XmlConfiguredAttribute
All Known Implementing Classes:
KualiXMLBooleanTranslatorSearchableAttributeImpl, KualiXmlSearchableAttributeImpl, StandardGenericXMLSearchableAttribute

public interface GenericXMLSearchableAttribute
extends SearchableAttribute, XmlConfiguredAttribute

Interface representing attributes that are backed by xml.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from interface org.kuali.rice.kew.docsearch.SearchableAttribute
SEARCHABLE_ATTRIBUTE_BASE_CLASS_LIST
 
Method Summary
 Map getParamMap()
           
 void setParamMap(Map paramMap)
           
 
Methods inherited from interface org.kuali.rice.kew.docsearch.SearchableAttribute
getSearchContent, getSearchingRows, getSearchStorageValues, validateUserSearchInputs
 
Methods inherited from interface org.kuali.rice.kew.rule.XmlConfiguredAttribute
setRuleAttribute
 

Method Detail

setParamMap

void setParamMap(Map paramMap)

getParamMap

Map getParamMap()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.