Package org.apache.cayenne.util
Class IncrementalListResponse
java.lang.Object
org.apache.cayenne.util.ListResponse
org.apache.cayenne.util.IncrementalListResponse
- All Implemented Interfaces:
- Serializable,- QueryResponse
public class IncrementalListResponse extends ListResponse
A QueryResponse that contains a sublist of the query result. Also contains extra
 information about the full list.
- Since:
- 1.2
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description protected intfullSizeFields inherited from class org.apache.cayenne.util.ListResponsecurrentIndex, objectList
- 
Constructor SummaryConstructors Constructor Description IncrementalListResponse(List objectList, int fullSize)
- 
Method SummaryModifier and Type Method Description intgetFullSize()Methods inherited from class org.apache.cayenne.util.ListResponsecurrentList, currentUpdateCount, firstList, firstUpdateCount, isList, next, reset, size
- 
Field Details- 
fullSizeprotected int fullSize
 
- 
- 
Constructor Details- 
IncrementalListResponse
 
- 
- 
Method Details- 
getFullSizepublic int getFullSize()
 
-