|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataContext | |
---|---|
org.apache.olingo.odata2.annotation.processor.ref | |
org.apache.olingo.odata2.api | OData Library API |
org.apache.olingo.odata2.api.processor | Data Processor |
org.apache.olingo.odata2.jpa.processor.api | OData JPA Processor API Library |
org.apache.olingo.odata2.ref.processor |
Uses of ODataContext in org.apache.olingo.odata2.annotation.processor.ref |
---|
Methods in org.apache.olingo.odata2.annotation.processor.ref with parameters of type ODataContext | |
---|---|
ODataService |
AnnotationRefServiceFactory.createService(ODataContext context)
|
Uses of ODataContext in org.apache.olingo.odata2.api |
---|
Methods in org.apache.olingo.odata2.api with parameters of type ODataContext | |
---|---|
abstract ODataService |
ODataServiceFactory.createService(ODataContext ctx)
Create instance of custom ODataService . |
ODataResponse |
ODataDebugResponseWrapperCallback.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 | |
---|---|
ODataContext |
ODataContext.getBatchParentContext()
If a request execution is part of batch processing then this method returns the context of the outer batch request. |
ODataContext |
ODataSingleProcessor.getContext()
|
ODataContext |
ODataProcessor.getContext()
|
Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataContext | |
---|---|
void |
ODataSingleProcessor.setContext(ODataContext context)
|
void |
ODataProcessor.setContext(ODataContext context)
|
Uses of ODataContext in org.apache.olingo.odata2.jpa.processor.api |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api that return ODataContext | |
---|---|
ODataContext |
ODataJPAContext.getODataContext()
The method gets OData Context into the context. |
Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type ODataContext | |
---|---|
ODataService |
ODataJPAServiceFactory.createService(ODataContext ctx)
Creates an OData Service based on the values set in ODataJPAContext and
ODataContext . |
void |
ODataJPAContext.setODataContext(ODataContext ctx)
The method sets OData context into the context. |
Uses of ODataContext in org.apache.olingo.odata2.ref.processor |
---|
Methods in org.apache.olingo.odata2.ref.processor with parameters of type ODataContext | |
---|---|
ODataService |
ScenarioServiceFactory.createService(ODataContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |