Uses of Interface
org.apache.olingo.odata2.api.processor.ODataContext
-
Packages that use ODataContext Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.processor Data Processor -
-
Uses of ODataContext in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type ODataContext Modifier and Type Method Description abstract ODataServiceODataServiceFactory. createService(ODataContext ctx)Create instance of customODataService.ODataResponseODataDebugResponseWrapperCallback. handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception)Handles the output of a response helpful in case of debugging. -
Uses of ODataContext in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return ODataContext Modifier and Type Method Description ODataContextODataContext. getBatchParentContext()If a request execution is part of batch processing then this method returns the context of the outer batch request.ODataContextODataProcessor. getContext()ODataContextODataSingleProcessor. getContext()Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataContext Modifier and Type Method Description voidODataProcessor. setContext(ODataContext context)voidODataSingleProcessor. setContext(ODataContext context)
-