|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentSearchResult | |
---|---|
org.kuali.rice.kew.api.document.search | Copyright 2005-2013 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.docsearch | |
org.kuali.rice.kew.framework.document.search | Copyright 2005-2013 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 | |
org.kuali.rice.kns.workflow.attribute |
Uses of DocumentSearchResult in org.kuali.rice.kew.api.document.search |
---|
Methods in org.kuali.rice.kew.api.document.search that return DocumentSearchResult | |
---|---|
DocumentSearchResult |
DocumentSearchResult.Builder.build()
|
Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentSearchResult | |
---|---|
List<DocumentSearchResult> |
DocumentSearchResults.getSearchResults()
|
Uses of DocumentSearchResult in org.kuali.rice.kew.docsearch |
---|
Method parameters in org.kuali.rice.kew.docsearch with type arguments of type DocumentSearchResult | |
---|---|
DocumentSearchResultValues |
DocumentSearchCustomizationHandlerServiceImpl.customizeResults(DocumentSearchCriteria documentSearchCriteria,
List<DocumentSearchResult> defaultResults,
String customizerName)
|
Uses of DocumentSearchResult in org.kuali.rice.kew.framework.document.search |
---|
Method parameters in org.kuali.rice.kew.framework.document.search with type arguments of type DocumentSearchResult | |
---|---|
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 DocumentSearchResult in org.kuali.rice.kew.impl.document.search |
---|
Methods in org.kuali.rice.kew.impl.document.search with parameters of type DocumentSearchResult | |
---|---|
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). |
protected void |
DocumentSearchCriteriaBoLookupableHelperService.populateCustomColumns(List<Column> customColumns,
DocumentSearchResult searchResult)
|
Method parameters in org.kuali.rice.kew.impl.document.search with type arguments of type DocumentSearchResult | |
---|---|
protected List<org.kuali.rice.kew.impl.document.search.DocumentSearchCriteriaBo> |
DocumentSearchCriteriaBoLookupableHelperService.populateSearchResults(List<DocumentSearchResult> lookupResults)
|
Uses of DocumentSearchResult in org.kuali.rice.kns.workflow.attribute |
---|
Method parameters in org.kuali.rice.kns.workflow.attribute with type arguments of type DocumentSearchResult | |
---|---|
DocumentSearchResultValues |
DataDictionaryDocumentSearchCustomizer.customizeResults(DocumentSearchCriteria documentSearchCriteria,
List<DocumentSearchResult> defaultResults)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |