org.kuali.rice.kew.framework.document.search
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
 List<? extends DocumentSearchResultValueContract> getResultValues()
          Returns an unmodifiable list of the result values, one for each customized document.
 

Method Detail

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


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.