public class EntityCollectionResponse extends org.apache.olingo.commons.api.data.EntityCollection implements QueryResponse
| Constructor and Description |
|---|
EntityCollectionResponse(String invalidCharacterReplacement,
DocumentNode resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ResultSet rs) |
static String |
buildId(org.apache.olingo.commons.api.data.Entity entity,
org.apache.olingo.commons.api.edm.EdmEntityType type) |
String |
getNextToken() |
void |
setCount(long count) |
void |
setNextToken(String token) |
long |
size() |
getCount, getDeltaLink, getEntities, getNext, setCount, setDeltaLink, setNextgetBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setIdpublic EntityCollectionResponse(String invalidCharacterReplacement, DocumentNode resource)
public void addRow(ResultSet rs) throws SQLException
addRow 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 static String buildId(org.apache.olingo.commons.api.data.Entity entity, org.apache.olingo.commons.api.edm.EdmEntityType type)
Copyright © 2013–2016 JBoss by Red Hat. All rights reserved.