Class DocumentSearchResultValues
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete,DocumentSearchResultValuesContract
public final class DocumentSearchResultValues
extends AbstractDataTransferObject
implements DocumentSearchResultValuesContract
An immutable data transfer object implementation of the
DocumentSearchResultValuesContract.
Instances of this class should be constructed using the nested DocumentSearchResultValues.Builder class.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructDocumentSearchResultValuesinstances. -
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiable list of the result values, one for each customized document.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getResultValues
Description copied from interface:DocumentSearchResultValuesContractReturns an unmodifiable list of the result values, one for each customized document.- Specified by:
getResultValuesin interfaceDocumentSearchResultValuesContract- Returns:
- the list of customized document search result values, will never be null but may be empty
-