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
Modifier and TypeMethodDescriptionList<? extends org.kuali.rice.kew.api.document.attribute.DocumentAttributeContract> Returns the customized document attribute values for this document search result.Returns the id of the document for which this customized result value applies.
-
Method Details
-
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 org.kuali.rice.kew.api.document.attribute.DocumentAttributeContract> getDocumentAttributes()Returns the customized document attribute values for this document search result.- Returns:
- the customized document attribute values for this document search result
-