public class QueryHelperV2 extends Object implements QueryHelper
| Constructor and Description |
|---|
QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
boolean isDraftRoot,
boolean isDraft,
com.fasterxml.jackson.databind.JsonNode csn) |
QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
com.fasterxml.jackson.databind.JsonNode csn) |
QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
com.fasterxml.jackson.databind.JsonNode csn,
boolean count,
boolean isDraft) |
QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
org.apache.olingo.odata2.api.ep.entry.ODataEntry content,
com.fasterxml.jackson.databind.JsonNode csn) |
| Modifier and Type | Method and Description |
|---|---|
ReadEntityInfo |
getEntityInfo() |
List<String> |
getMeasuresPropertiesList() |
String |
getSchema() |
boolean |
isAggregateEntity() |
boolean |
isSqlAggregated() |
Long |
limitValue() |
Long |
offsetValue() |
String |
prepeareFilter(org.apache.olingo.odata2.api.uri.UriInfo uriInfo) |
void |
setAggregateEntity(boolean isAggregateEntity) |
void |
setSkipValue(Long skipValue) |
void |
setSqlAggregated(boolean isSqlAggregated) |
void |
setTopValue(Long topValue) |
Object |
visitCustomProperty(String uriLiteral) |
public QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
org.apache.olingo.odata2.api.ep.entry.ODataEntry content,
com.fasterxml.jackson.databind.JsonNode csn)
throws org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataExceptionpublic QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
boolean isDraftRoot,
boolean isDraft,
com.fasterxml.jackson.databind.JsonNode csn)
throws org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataExceptionpublic QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
com.fasterxml.jackson.databind.JsonNode csn)
throws org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataExceptionpublic QueryHelperV2(org.apache.olingo.odata2.api.uri.UriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context,
com.fasterxml.jackson.databind.JsonNode csn,
boolean count,
boolean isDraft)
throws org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataExceptionpublic String prepeareFilter(org.apache.olingo.odata2.api.uri.UriInfo uriInfo) throws org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.api.exception.ODataExceptionpublic String getSchema()
getSchema in interface QueryHelperpublic ReadEntityInfo getEntityInfo()
getEntityInfo in interface QueryHelperpublic Long limitValue()
limitValue in interface QueryHelperpublic Long offsetValue()
offsetValue in interface QueryHelperpublic void setTopValue(Long topValue)
public void setSkipValue(Long skipValue)
public boolean isAggregateEntity()
isAggregateEntity in interface QueryHelperpublic void setAggregateEntity(boolean isAggregateEntity)
public boolean isSqlAggregated()
public void setSqlAggregated(boolean isSqlAggregated)
public List<String> getMeasuresPropertiesList()
getMeasuresPropertiesList in interface QueryHelperCopyright © 2020 SAP. All Rights Reserved.