public class MyODataSingleProcessor
extends org.apache.olingo.odata2.api.processor.ODataSingleProcessor
| Constructor and Description |
|---|
MyODataSingleProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.odata2.api.processor.ODataResponse |
readEntity(org.apache.olingo.odata2.api.uri.info.GetEntityUriInfo uriInfo,
String contentType) |
org.apache.olingo.odata2.api.processor.ODataResponse |
readEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo uriInfo,
String contentType) |
countEntityLinks, countEntitySet, createEntity, createEntityLink, deleteEntity, deleteEntityLink, deleteEntityMedia, deleteEntitySimplePropertyValue, executeBatch, executeChangeSet, executeFunctionImport, executeFunctionImportValue, existsEntity, existsEntityLink, getContext, getCustomContentTypes, readEntityComplexProperty, readEntityLink, readEntityLinks, readEntityMedia, readEntitySimpleProperty, readEntitySimplePropertyValue, readMetadata, readServiceDocument, setContext, updateEntity, updateEntityComplexProperty, updateEntityLink, updateEntityMedia, updateEntitySimpleProperty, updateEntitySimplePropertyValuepublic org.apache.olingo.odata2.api.processor.ODataResponse readEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo uriInfo,
String contentType)
throws org.apache.olingo.odata2.api.exception.ODataException
readEntitySet in interface org.apache.olingo.odata2.api.processor.part.EntitySetProcessorreadEntitySet in class org.apache.olingo.odata2.api.processor.ODataSingleProcessororg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.processor.ODataResponse readEntity(org.apache.olingo.odata2.api.uri.info.GetEntityUriInfo uriInfo,
String contentType)
throws org.apache.olingo.odata2.api.exception.ODataException
readEntity in interface org.apache.olingo.odata2.api.processor.part.EntityProcessorreadEntity in class org.apache.olingo.odata2.api.processor.ODataSingleProcessororg.apache.olingo.odata2.api.exception.ODataExceptionCopyright © 2016. All rights reserved.