public class EntityCollectionResponse extends org.apache.olingo.commons.api.data.EntityCollection implements QueryResponse
| Constructor and Description |
|---|
EntityCollectionResponse(String baseURL,
DocumentNode resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ResultSet rs,
boolean sameEntity) |
void |
advanceRow(ResultSet rs,
boolean sameEntity) |
Integer |
getCount() |
String |
getNextToken() |
Object |
getStream(String propertyName) |
boolean |
isSameEntity(ResultSet rs) |
void |
setCount(long count) |
void |
setNextToken(String token) |
long |
size() |
equals, getDeltaLink, getEntities, getNext, hashCode, iterator, setCount, setDeltaLink, setNextgetBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic EntityCollectionResponse(String baseURL, DocumentNode resource)
public void addRow(ResultSet rs, boolean sameEntity) throws SQLException
addRow in interface QueryResponseSQLExceptionpublic boolean isSameEntity(ResultSet rs) throws SQLException
isSameEntity in interface QueryResponseSQLExceptionpublic void advanceRow(ResultSet rs, boolean sameEntity) throws SQLException
advanceRow in interface QueryResponseSQLExceptionpublic long size()
size in interface QueryResponsepublic void setCount(long count)
setCount in interface QueryResponsepublic void setNextToken(String token)
setNextToken in interface QueryResponsepublic String getNextToken()
getNextToken in interface QueryResponsepublic Integer getCount()
getCount in class org.apache.olingo.commons.api.data.EntityCollectionCopyright © 2016 JBoss by Red Hat. All rights reserved.