public class ListsProcessor extends ODataSingleProcessor
| Constructor and Description |
|---|
ListsProcessor(ScenarioDataSource dataSource) |
ListsProcessor(ScenarioDataSource dataSource,
BeanPropertyAccess valueAccess) |
getContext, getCustomContentTypes, readMetadata, readServiceDocument, setContextpublic ListsProcessor(ScenarioDataSource dataSource)
public ListsProcessor(ScenarioDataSource dataSource, BeanPropertyAccess valueAccess)
public ODataResponse readEntitySet(GetEntitySetUriInfo uriInfo, String contentType) throws ODataException
readEntitySet in interface EntitySetProcessorreadEntitySet in class ODataSingleProcessorODataExceptionpublic ODataResponse countEntitySet(GetEntitySetCountUriInfo uriInfo, String contentType) throws ODataException
countEntitySet in interface EntitySetProcessorcountEntitySet in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType) throws ODataException
readEntityLinks in interface EntityLinksProcessorreadEntityLinks in class ODataSingleProcessorODataExceptionpublic ODataResponse countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo, String contentType) throws ODataException
countEntityLinks in interface EntityLinksProcessorcountEntityLinks in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntity(GetEntityUriInfo uriInfo, String contentType) throws ODataException
readEntity in interface EntityProcessorreadEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse existsEntity(GetEntityCountUriInfo uriInfo, String contentType) throws ODataException
existsEntity in interface EntityProcessorexistsEntity in class ODataSingleProcessorODataExceptionpublic ODataResponse deleteEntity(DeleteUriInfo uriInfo, String contentType) throws ODataException
deleteEntity in interface EntityProcessordeleteEntity in class ODataSingleProcessorODataExceptionpublic 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 readEntityLink(GetEntityLinkUriInfo uriInfo, String contentType) throws ODataException
readEntityLink in interface EntityLinkProcessorreadEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse existsEntityLink(GetEntityLinkCountUriInfo uriInfo, String contentType) throws ODataException
existsEntityLink in interface EntityLinkProcessorexistsEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse deleteEntityLink(DeleteUriInfo uriInfo, String contentType) throws ODataException
deleteEntityLink in interface EntityLinkProcessordeleteEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
createEntityLink in interface EntityLinksProcessorcreateEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
updateEntityLink in interface EntityLinkProcessorupdateEntityLink in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntityComplexProperty(GetComplexPropertyUriInfo uriInfo, String contentType) throws ODataException
readEntityComplexProperty in interface EntityComplexPropertyProcessorreadEntityComplexProperty in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType) throws ODataException
readEntitySimpleProperty in interface EntitySimplePropertyProcessorreadEntitySimpleProperty in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType) throws ODataException
readEntitySimplePropertyValue in interface EntitySimplePropertyValueProcessorreadEntitySimplePropertyValue in class ODataSingleProcessorODataExceptionpublic ODataResponse deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType) throws ODataException
deleteEntitySimplePropertyValue in interface EntitySimplePropertyValueProcessordeleteEntitySimplePropertyValue in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType) throws ODataException
updateEntityComplexProperty in interface EntityComplexPropertyProcessorupdateEntityComplexProperty in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
updateEntitySimpleProperty in interface EntitySimplePropertyProcessorupdateEntitySimpleProperty in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
updateEntitySimplePropertyValue in interface EntitySimplePropertyValueProcessorupdateEntitySimplePropertyValue in class ODataSingleProcessorODataExceptionpublic ODataResponse readEntityMedia(GetMediaResourceUriInfo uriInfo, String contentType) throws ODataException
readEntityMedia in interface EntityMediaProcessorreadEntityMedia in class ODataSingleProcessorODataExceptionpublic ODataResponse deleteEntityMedia(DeleteUriInfo uriInfo, String contentType) throws ODataException
deleteEntityMedia in interface EntityMediaProcessordeleteEntityMedia in class ODataSingleProcessorODataExceptionpublic ODataResponse updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
updateEntityMedia in interface EntityMediaProcessorupdateEntityMedia in class ODataSingleProcessorODataExceptionpublic ODataResponse executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType) throws ODataException
executeFunctionImport in interface FunctionImportProcessorexecuteFunctionImport in class ODataSingleProcessorODataExceptionpublic ODataResponse executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType) throws ODataException
executeFunctionImportValue in interface FunctionImportValueProcessorexecuteFunctionImportValue 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.