Package | Description |
---|---|
org.kuali.rice.kew.docsearch | |
org.kuali.rice.kew.framework.document.search |
Copyright 2005-2015 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.kew.impl.document.search |
Modifier and Type | Method and Description |
---|---|
DocumentSearchCriteriaConfiguration |
DocumentSearchCustomizationHandlerServiceImpl.getDocumentSearchConfiguration(String documentTypeName,
List<String> searchableAttributeNames) |
DocumentSearchCriteriaConfiguration |
DocumentSearchCustomizationMediatorImpl.getDocumentSearchCriteriaConfiguration(DocumentType documentType) |
DocumentSearchCriteriaConfiguration |
DocumentSearchCustomizationMediator.getDocumentSearchCriteriaConfiguration(DocumentType documentType)
Retrieves the document search criteria configuration for the given document type.
|
Modifier and Type | Method and Description |
---|---|
DocumentSearchCriteriaConfiguration |
DocumentSearchCriteriaConfiguration.Builder.build() |
DocumentSearchCriteriaConfiguration |
DocumentSearchCustomizationHandlerService.getDocumentSearchConfiguration(String documentTypeName,
List<String> searchableAttributeNames)
Retrieves the custom
DocumentSearchCriteriaConfiguration to use for the document type with the given name
and for the given list of searchable attributes. |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentSearchCriteriaBoLookupableHelperService.executeColumnCustomization(ResultRow resultRow,
DocumentSearchResult searchResult,
DocumentSearchResultSetConfiguration resultSetConfiguration,
DocumentSearchCriteriaConfiguration criteriaConfiguration)
Executes customization of columns, could include removing certain columns or adding additional columns to the
result row (in cases where columns are added by document search customization, such as searchable attributes).
|
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.