| 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 |
|---|---|
DocumentSearchResultSetConfiguration |
DocumentSearchResultSetConfiguration.Builder.build() |
DocumentSearchResultSetConfiguration |
DocumentSearchCustomizerBase.customizeResultSetConfiguration(DocumentSearchCriteria documentSearchCriteria)
Always returns a null reference which instructs the document search framework that the customization of result
set fields was not performed.
|
DocumentSearchResultSetConfiguration |
DocumentSearchCustomizer.customizeResultSetConfiguration(DocumentSearchCriteria documentSearchCriteria)
Performs customization of what result fields should be displayed in the result set.
|
DocumentSearchResultSetConfiguration |
DocumentSearchCustomizationHandlerService.customizeResultSetConfiguration(DocumentSearchCriteria documentSearchCriteria,
String customizerName)
Executes customization of document search result set configuration using the
DocumentSearchCustomizer
with the given customizer name. |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.