|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentSearchContext | |
---|---|
org.kuali.rice.kew.docsearch | |
org.kuali.rice.kew.docsearch.xml | |
org.kuali.rice.kns.workflow.attribute |
Uses of DocumentSearchContext in org.kuali.rice.kew.docsearch |
---|
Methods in org.kuali.rice.kew.docsearch that return DocumentSearchContext | |
---|---|
static DocumentSearchContext |
DocSearchUtils.getDocumentSearchContext(String documentId,
String documentTypeName,
String documentContent)
|
Methods in org.kuali.rice.kew.docsearch with parameters of type DocumentSearchContext | |
---|---|
String |
SearchableAttribute.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> |
SearchableAttribute.getSearchingRows(DocumentSearchContext documentSearchContext)
this will return a list of field objects to be rendered in the docsearch interface |
List<SearchableAttributeValue> |
SearchableAttribute.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 |
List<WorkflowAttributeValidationError> |
StandardDocumentSearchGenerator.validateSearchableAttribute(SearchableAttribute searchableAttribute,
Map searchAttributesParameterMap,
DocumentSearchContext documentSearchContext)
|
List<WorkflowAttributeValidationError> |
SearchableAttribute.validateUserSearchInputs(Map<Object,Object> paramMap,
DocumentSearchContext searchContext)
this will return a list of error objects if the user has made an input error |
Uses of DocumentSearchContext in org.kuali.rice.kew.docsearch.xml |
---|
Methods in org.kuali.rice.kew.docsearch.xml with parameters of type DocumentSearchContext | |
---|---|
String |
StandardGenericXMLSearchableAttribute.getSearchContent(DocumentSearchContext documentSearchContext)
|
List<Row> |
StandardGenericXMLSearchableAttribute.getSearchingRows(DocumentSearchContext documentSearchContext)
|
List |
StandardGenericXMLSearchableAttribute.getSearchStorageValues(DocumentSearchContext documentSearchContext)
|
List |
StandardGenericXMLSearchableAttribute.validateUserSearchInputs(Map paramMap,
DocumentSearchContext documentSearchContext)
|
Uses of DocumentSearchContext in org.kuali.rice.kns.workflow.attribute |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |