|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecter.rest.ERXRestFetchSpecification.Results<T>
T - the type of the resultpublic static class ERXRestFetchSpecification.Results<T>
Encapsulates the results of a fetch along with some fetch metadata.
| Constructor Summary | |
|---|---|
ERXRestFetchSpecification.Results(com.webobjects.foundation.NSArray<T> objects,
int startIndex,
int batchSize,
int totalCount)
Constructs a new Results object. |
|
| Method Summary | |
|---|---|
int |
batchSize()
Returns the batch size. |
com.webobjects.foundation.NSArray<T> |
objects()
Returns the objects from this batch. |
int |
startIndex()
Returns the start index of the fetch. |
int |
totalCount()
Returns the total count of the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ERXRestFetchSpecification.Results(com.webobjects.foundation.NSArray<T> objects,
int startIndex,
int batchSize,
int totalCount)
objects - the objects in the resultstartIndex - the start index of the fetchbatchSize - the size of the batchtotalCount - the total number of objects| Method Detail |
|---|
public com.webobjects.foundation.NSArray<T> objects()
public int startIndex()
public int batchSize()
public int totalCount()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||