org.kuali.rice.kew.framework.document.search
Class DocumentSearchResultValues

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by 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:
Serialized Form

Nested Class Summary
static class DocumentSearchResultValues.Builder
          A builder which can be used to construct DocumentSearchResultValues instances.
 
Method Summary
 List<DocumentSearchResultValue> getResultValues()
          Returns 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getResultValues

public List<DocumentSearchResultValue> getResultValues()
Description copied from interface: DocumentSearchResultValuesContract
Returns an unmodifiable list of the result values, one for each customized document.

Specified by:
getResultValues in interface DocumentSearchResultValuesContract
Returns:
the list of customized document search result values, will never be null but may be empty


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