| Package | Description |
|---|---|
| org.kuali.rice.kew.framework.document.search |
Copyright 2005-2017 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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.