|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttribute
public class StandardGenericXMLSearchableAttribute
implementation of GenericXMLSearchableAttribute
.
Field Summary |
---|
Constructor Summary | |
---|---|
StandardGenericXMLSearchableAttribute()
|
Method Summary | |
---|---|
Element |
getConfigXML()
|
Map |
getParamMap()
|
String |
getSearchContent(DocumentSearchContext documentSearchContext)
this gives the xml representation of the attribute; returning a standard java xml object might be a better approach here |
List<Row> |
getSearchingRows(DocumentSearchContext documentSearchContext)
this will return a list of field objects to be rendered in the docsearch interface |
List |
getSearchStorageValues(DocumentSearchContext documentSearchContext)
this will return the loaded data objects for storage in workflow�s database to be related to the document the attributes xml content was loaded with |
void |
setParamMap(Map paramMap)
|
void |
setRuleAttribute(RuleAttribute ruleAttribute)
|
List |
validateUserSearchInputs(Map paramMap,
DocumentSearchContext documentSearchContext)
this will return a list of error objects if the user has made an input error |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardGenericXMLSearchableAttribute()
Method Detail |
---|
public void setRuleAttribute(RuleAttribute ruleAttribute)
setRuleAttribute
in interface XmlConfiguredAttribute
public void setParamMap(Map paramMap)
setParamMap
in interface GenericXMLSearchableAttribute
public Map getParamMap()
getParamMap
in interface GenericXMLSearchableAttribute
public String getSearchContent(DocumentSearchContext documentSearchContext)
SearchableAttribute
getSearchContent
in interface SearchableAttribute
public List getSearchStorageValues(DocumentSearchContext documentSearchContext)
SearchableAttribute
getSearchStorageValues
in interface SearchableAttribute
public List<Row> getSearchingRows(DocumentSearchContext documentSearchContext)
SearchableAttribute
getSearchingRows
in interface SearchableAttribute
public List validateUserSearchInputs(Map paramMap, DocumentSearchContext documentSearchContext)
SearchableAttribute
validateUserSearchInputs
in interface SearchableAttribute
paramMap
- mapdocumentSearchContext
- document search context
public Element getConfigXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |