public class TeiidProcessor
extends org.apache.olingo.server.api.processor.DefaultProcessor
implements org.apache.olingo.server.api.processor.EntitySetProcessor, org.apache.olingo.server.api.processor.EntityProcessor, org.apache.olingo.server.api.processor.PropertyProcessor
Constructor and Description |
---|
TeiidProcessor(Client client,
boolean prepared) |
Modifier and Type | Method and Description |
---|---|
void |
countEntitySet(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.server.api.uri.UriInfo uriInfo) |
void |
init(org.apache.olingo.server.api.OData odata,
org.apache.olingo.commons.api.edm.Edm edm) |
void |
readEntity(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.commons.api.format.ContentType format) |
void |
readEntitySet(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.commons.api.format.ContentType format) |
void |
readProperty(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.commons.api.format.ContentType contentType) |
void |
readPropertyValue(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.commons.api.format.ContentType contentType) |
public TeiidProcessor(Client client, boolean prepared)
public void init(org.apache.olingo.server.api.OData odata, org.apache.olingo.commons.api.edm.Edm edm)
init
in interface org.apache.olingo.server.api.processor.Processor
init
in class org.apache.olingo.server.api.processor.DefaultProcessor
public void readEntitySet(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.server.api.uri.UriInfo uriInfo, org.apache.olingo.commons.api.format.ContentType format)
readEntitySet
in interface org.apache.olingo.server.api.processor.EntitySetProcessor
public void readEntity(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.server.api.uri.UriInfo uriInfo, org.apache.olingo.commons.api.format.ContentType format)
readEntity
in interface org.apache.olingo.server.api.processor.EntityProcessor
public void countEntitySet(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.server.api.uri.UriInfo uriInfo)
countEntitySet
in interface org.apache.olingo.server.api.processor.EntitySetProcessor
public void readProperty(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.server.api.uri.UriInfo uriInfo, org.apache.olingo.commons.api.format.ContentType contentType)
readProperty
in interface org.apache.olingo.server.api.processor.PropertyProcessor
public void readPropertyValue(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.server.api.uri.UriInfo uriInfo, org.apache.olingo.commons.api.format.ContentType contentType)
readPropertyValue
in interface org.apache.olingo.server.api.processor.PropertyProcessor
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.