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.Processorinit in class org.apache.olingo.server.api.processor.DefaultProcessorpublic 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.EntitySetProcessorpublic 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.EntityProcessorpublic 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.EntitySetProcessorpublic 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.PropertyProcessorpublic 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.PropertyProcessorCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.