public class OlingoProcessor extends ODataSingleProcessor
| Constructor and Description |
|---|
OlingoProcessor(CdsRequestGlobals globals) |
countEntityLinks, createEntityLink, deleteEntityLink, deleteEntitySimplePropertyValue, executeFunctionImportValue, existsEntity, existsEntityLink, getContext, getCustomContentTypes, readEntityComplexProperty, readEntityLink, readEntityLinks, setContext, updateEntityComplexProperty, updateEntityLink, updateEntitySimpleProperty, updateEntitySimplePropertyValuepublic OlingoProcessor(CdsRequestGlobals globals)
public ODataResponse readEntity(GetEntityUriInfo uriInfo, String contentType)
readEntity in interface EntityProcessorreadEntity in class ODataSingleProcessorpublic ODataResponse readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
readEntitySet in interface EntitySetProcessorreadEntitySet in class ODataSingleProcessorpublic ODataResponse countEntitySet(GetEntitySetCountUriInfo uriInfo, String contentType)
countEntitySet in interface EntitySetProcessorcountEntitySet in class ODataSingleProcessorpublic ODataResponse readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
readEntitySimpleProperty in interface EntitySimplePropertyProcessorreadEntitySimpleProperty in class ODataSingleProcessorpublic ODataResponse readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
readEntitySimplePropertyValue in interface EntitySimplePropertyValueProcessorreadEntitySimplePropertyValue in class ODataSingleProcessorpublic ODataResponse deleteEntity(DeleteUriInfo uriInfo, String contentType)
deleteEntity in interface EntityProcessordeleteEntity in class ODataSingleProcessorpublic ODataResponse createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
createEntity in interface EntitySetProcessorcreateEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType) throws ODataException
updateEntity in interface EntityProcessorupdateEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
executeFunctionImport in interface FunctionImportProcessorexecuteFunctionImport in class ODataSingleProcessorpublic ODataResponse readMetadata(GetMetadataUriInfo uriInfo, String contentType) throws ODataException
readMetadata in interface MetadataProcessorreadMetadata in class ODataSingleProcessorODataExceptionpublic ODataResponse readServiceDocument(GetServiceDocumentUriInfo uriInfo, String contentType) throws ODataException
readServiceDocument in interface ServiceDocumentProcessorreadServiceDocument in class ODataSingleProcessorODataExceptionpublic ODataResponse executeBatch(BatchHandler handler, String contentType, InputStream content) throws ODataException
executeBatch in interface BatchProcessorexecuteBatch in class ODataSingleProcessorODataExceptionpublic BatchResponsePart executeChangeSet(BatchHandler handler, List<ODataRequest> requests) throws ODataException
executeChangeSet in interface BatchProcessorexecuteChangeSet in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntityMedia(GetMediaResourceUriInfo getMediaResourceUriInfo, String contentType)
readEntityMedia in interface EntityMediaProcessorreadEntityMedia in class ODataSingleProcessorpublic ODataResponse deleteEntityMedia(DeleteUriInfo uriInfo, String contentType)
deleteEntityMedia in interface EntityMediaProcessordeleteEntityMedia in class ODataSingleProcessorpublic ODataResponse updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
updateEntityMedia in interface EntityMediaProcessorupdateEntityMedia in class ODataSingleProcessorCopyright © 2021. All rights reserved.