Uses of Class
org.kuali.rice.kew.docsearch.DocumentSearchContext

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
 

Methods in org.kuali.rice.kns.workflow.attribute with parameters of type DocumentSearchContext
 String DataDictionaryDocumentSearchCustomizer.getSearchContent(DocumentSearchContext documentSearchContext)
           
 String DataDictionarySearchableAttribute.getSearchContent(DocumentSearchContext documentSearchContext)
           
 List<Row> DataDictionaryDocumentSearchCustomizer.getSearchingRows(DocumentSearchContext documentSearchContext)
           
 List<Row> DataDictionarySearchableAttribute.getSearchingRows(DocumentSearchContext documentSearchContext)
           
 List<SearchableAttributeValue> DataDictionaryDocumentSearchCustomizer.getSearchStorageValues(DocumentSearchContext documentSearchContext)
           
 List<SearchableAttributeValue> DataDictionarySearchableAttribute.getSearchStorageValues(DocumentSearchContext documentSearchContext)
           
 List<WorkflowAttributeValidationError> DataDictionaryDocumentSearchCustomizer.validateUserSearchInputs(Map<Object,Object> paramMap, DocumentSearchContext searchContext)
           
 List<WorkflowAttributeValidationError> DataDictionarySearchableAttribute.validateUserSearchInputs(Map<Object,Object> paramMap, DocumentSearchContext searchContext)
           
 



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