Interface DocumentSearchResultValuesContract
- All Known Implementing Classes:
DocumentSearchResultValues,DocumentSearchResultValues.Builder
public interface DocumentSearchResultValuesContract
Defines the contract for an object containing result values that are used to customize document search results.
Defines a set of additional custom values for document search results that can be defined and returned by an
application which is customizing the document search for a specific document type.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends DocumentSearchResultValueContract> Returns an unmodifiable list of the result values, one for each customized document.
-
Method Details
-
getResultValues
List<? extends DocumentSearchResultValueContract> getResultValues()Returns an unmodifiable list of the result values, one for each customized document.- Returns:
- the list of customized document search result values, will never be null but may be empty
-