org.kuali.rice.kew.framework.document.search
Interface DocumentSearchResultValueContract

All Known Implementing Classes:
DocumentSearchResultValue, DocumentSearchResultValue.Builder

public interface DocumentSearchResultValueContract

Defines the contract for an object containing a customized result value for a specific document which is part of a set of document search results.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 List<? extends DocumentAttributeContract> getDocumentAttributes()
          Returns the customized document attribute values for this document search result.
 String getDocumentId()
          Returns the id of the document for which this customized result value applies.
 

Method Detail

getDocumentId

String getDocumentId()
Returns the id of the document for which this customized result value applies.

Returns:
the document id of the customized document search result

getDocumentAttributes

List<? extends DocumentAttributeContract> getDocumentAttributes()
Returns the customized document attribute values for this document search result.

Returns:
the customized document attribute values for this document search result


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.