|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 XmlConfiguredAttributepublic void setParamMap(Map paramMap)
setParamMap in interface GenericXMLSearchableAttributepublic Map getParamMap()
getParamMap in interface GenericXMLSearchableAttributepublic String getSearchContent(DocumentSearchContext documentSearchContext)
SearchableAttribute
getSearchContent in interface SearchableAttributepublic List getSearchStorageValues(DocumentSearchContext documentSearchContext)
SearchableAttribute
getSearchStorageValues in interface SearchableAttributepublic List<Row> getSearchingRows(DocumentSearchContext documentSearchContext)
SearchableAttribute
getSearchingRows in interface SearchableAttribute
public List validateUserSearchInputs(Map paramMap,
DocumentSearchContext documentSearchContext)
SearchableAttribute
validateUserSearchInputs in interface SearchableAttributeparamMap - mapdocumentSearchContext - document search context
public Element getConfigXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||