Uses of Class
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues

Packages that use DocumentSearchResultValues
org.kuali.rice.kew.docsearch   
org.kuali.rice.kew.framework.document.search Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.workflow.attribute   
 

Uses of DocumentSearchResultValues in org.kuali.rice.kew.docsearch
 

Methods in org.kuali.rice.kew.docsearch that return DocumentSearchResultValues
 DocumentSearchResultValues DocumentSearchCustomizationHandlerServiceImpl.customizeResults(DocumentSearchCriteria documentSearchCriteria, List<DocumentSearchResult> defaultResults, String customizerName)
           
 DocumentSearchResultValues DocumentSearchCustomizationMediatorImpl.customizeResults(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria, DocumentSearchResults results)
           
 DocumentSearchResultValues DocumentSearchCustomizationMediator.customizeResults(DocumentType documentType, DocumentSearchCriteria documentSearchCriteria, DocumentSearchResults results)
          Optionally performs customization on the given set of document search results.
 

Uses of DocumentSearchResultValues in org.kuali.rice.kew.framework.document.search
 

Methods in org.kuali.rice.kew.framework.document.search that return DocumentSearchResultValues
 DocumentSearchResultValues DocumentSearchResultValues.Builder.build()
           
 DocumentSearchResultValues DocumentSearchCustomizerBase.customizeResults(DocumentSearchCriteria documentSearchCriteria, List<DocumentSearchResult> defaultResults)
          Always returns a null reference which instructs the document search framework that the customization of results was not performed.
 DocumentSearchResultValues DocumentSearchCustomizer.customizeResults(DocumentSearchCriteria documentSearchCriteria, List<DocumentSearchResult> defaultResults)
          Performs customization of the given list of document search results.
 DocumentSearchResultValues DocumentSearchCustomizationHandlerService.customizeResults(DocumentSearchCriteria documentSearchCriteria, List<DocumentSearchResult> results, String customizerName)
          Executes customization of document search results using the DocumentSearchCustomizer with the given customizer name.
 

Uses of DocumentSearchResultValues in org.kuali.rice.krad.workflow.attribute
 

Methods in org.kuali.rice.krad.workflow.attribute that return DocumentSearchResultValues
 DocumentSearchResultValues DataDictionaryDocumentSearchCustomizer.customizeResults(DocumentSearchCriteria documentSearchCriteria, List<DocumentSearchResult> defaultResults)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.