Package | Description |
---|---|
org.apache.olingo.odata2.annotation.processor.ref | |
org.apache.olingo.odata2.api |
OData Library API
OData Library is a protocol implementation of the OData V2.0 standard.
|
org.apache.olingo.odata2.api.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
The library provides a way for the developers to create an OData Service from a Java Persistence Model.
|
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
ODataService |
AnnotationRefServiceFactory.createService(ODataContext context) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
ODataSingleProcessor.setContext(ODataContext context) |
void |
ODataProcessor.setContext(ODataContext context) |
Modifier and Type | Method and Description |
---|---|
ODataContext |
ODataJPAContext.getODataContext()
The method gets OData Context into the context.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ODataService |
ScenarioServiceFactory.createService(ODataContext context) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.