public interface EntityContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getEntityObjects()
Return a collection of entity objects stored in this container.
|
boolean |
getPagingRecordSetCompleteIndicator()
Returns the information if the last page of the paging.
|
java.math.BigInteger |
getPagingRecordSetCount()
Returns the number of records from the result set returned by this request.
|
java.lang.String |
getPagingRecordSetReferenceId()
Returns a paging reference identifier for a paging request.
|
java.math.BigInteger |
getPagingRecordSetStartNumber()
This method returns the index of the first record to be
retrieved from the query result set.
|
java.math.BigInteger |
getPagingTotal()
Returns the total number of physical objects which match the specified selection criteria in a paged search.
|
static final java.lang.String COPYRIGHT
java.util.List getEntityObjects()
java.math.BigInteger getPagingTotal()
boolean getPagingRecordSetCompleteIndicator()
java.lang.String getPagingRecordSetReferenceId()
java.math.BigInteger getPagingRecordSetStartNumber()
java.math.BigInteger getPagingRecordSetCount()