Uses of Class
org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfiguration
Packages that use DocumentSearchResultSetConfiguration
-
Uses of DocumentSearchResultSetConfiguration in org.kuali.rice.kew.framework.document.search
Methods in org.kuali.rice.kew.framework.document.search that return DocumentSearchResultSetConfigurationModifier and TypeMethodDescriptionDocumentSearchResultSetConfiguration.Builder.build()DocumentSearchCustomizationHandlerService.customizeResultSetConfiguration(DocumentSearchCriteria documentSearchCriteria, String customizerName) Executes customization of document search result set configuration using theDocumentSearchCustomizerwith the given customizer name.DocumentSearchCustomizer.customizeResultSetConfiguration(DocumentSearchCriteria documentSearchCriteria) Performs customization of what result fields should be displayed in the result set.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.