public abstract class ODataJPADefaultProcessor extends ODataJPAProcessor
jpaProcessor, oDataJPAContext, responseBuilder| Constructor and Description |
|---|
ODataJPADefaultProcessor(ODataJPAContext oDataJPAContext) |
close, close, getOdataJPAContext, setOdataJPAContextcountEntityLinks, deleteEntityMedia, deleteEntitySimplePropertyValue, existsEntityLink, getContext, getCustomContentTypes, readEntityComplexProperty, readEntityMedia, readEntitySimpleProperty, readEntitySimplePropertyValue, readMetadata, readServiceDocument, setContext, updateEntityComplexProperty, updateEntityMedia, updateEntitySimpleProperty, updateEntitySimplePropertyValuepublic ODataJPADefaultProcessor(ODataJPAContext oDataJPAContext)
public ODataResponse readEntitySet(GetEntitySetUriInfo uriParserResultView, String contentType) throws ODataException
readEntitySet in interface EntitySetProcessorreadEntitySet in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntity(GetEntityUriInfo uriParserResultView, String contentType) throws ODataException
readEntity in interface EntityProcessorreadEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse countEntitySet(GetEntitySetCountUriInfo uriParserResultView, String contentType) throws ODataException
countEntitySet in interface EntitySetProcessorcountEntitySet in class ODataSingleProcessorODataExceptionpublic ODataResponse existsEntity(GetEntityCountUriInfo uriInfo, String contentType) throws ODataException
existsEntity in interface EntityProcessorexistsEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse createEntity(PostUriInfo uriParserResultView, InputStream content, String requestContentType, String contentType) throws ODataException
createEntity in interface EntitySetProcessorcreateEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntity(PutMergePatchUriInfo uriParserResultView, InputStream content, String requestContentType, boolean merge, String contentType) throws ODataException
updateEntity in interface EntityProcessorupdateEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse deleteEntity(DeleteUriInfo uriParserResultView, String contentType) throws ODataException
deleteEntity in interface EntityProcessordeleteEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse executeFunctionImport(GetFunctionImportUriInfo uriParserResultView, String contentType) throws ODataException
executeFunctionImport in interface FunctionImportProcessorexecuteFunctionImport in class ODataSingleProcessorODataExceptionpublic ODataResponse executeFunctionImportValue(GetFunctionImportUriInfo uriParserResultView, String contentType) throws ODataException
executeFunctionImportValue in interface FunctionImportValueProcessorexecuteFunctionImportValue in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntityLink(GetEntityLinkUriInfo uriParserResultView, String contentType) throws ODataException
readEntityLink in interface EntityLinkProcessorreadEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntityLinks(GetEntitySetLinksUriInfo uriParserResultView, String contentType) throws ODataException
readEntityLinks in interface EntityLinksProcessorreadEntityLinks in class ODataSingleProcessorODataExceptionpublic ODataResponse createEntityLink(PostUriInfo uriParserResultView, InputStream content, String requestContentType, String contentType) throws ODataException
createEntityLink in interface EntityLinksProcessorcreateEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntityLink(PutMergePatchUriInfo uriParserResultView, InputStream content, String requestContentType, String contentType) throws ODataException
updateEntityLink in interface EntityLinkProcessorupdateEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse deleteEntityLink(DeleteUriInfo uriParserResultView, String contentType) throws ODataException
deleteEntityLink in interface EntityLinkProcessordeleteEntityLink 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 ODataSingleProcessorODataExceptionCopyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.