|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataProcessor | |
---|---|
org.apache.olingo.odata2.api | OData Library API |
org.apache.olingo.odata2.api.processor | Data Processor |
org.apache.olingo.odata2.api.processor.feature | Processor Features |
org.apache.olingo.odata2.api.processor.part | Processor Parts |
org.apache.olingo.odata2.jpa.processor.api | OData JPA Processor API Library |
org.apache.olingo.odata2.ref.processor |
Uses of ODataProcessor in org.apache.olingo.odata2.api |
---|
Methods in org.apache.olingo.odata2.api that return ODataProcessor | |
---|---|
ODataProcessor |
ODataService.getProcessor()
|
Method parameters in org.apache.olingo.odata2.api with type arguments of type ODataProcessor | |
---|---|
List<String> |
ODataService.getSupportedContentTypes(Class<? extends ODataProcessor> processorFeature)
|
Uses of ODataProcessor in org.apache.olingo.odata2.api.processor |
---|
Classes in org.apache.olingo.odata2.api.processor that implement ODataProcessor | |
---|---|
class |
ODataSingleProcessor
A default ODataProcessor that implements all processor features in a single class. |
Method parameters in org.apache.olingo.odata2.api.processor with type arguments of type ODataProcessor | |
---|---|
List<String> |
ODataSingleProcessor.getCustomContentTypes(Class<? extends ODataProcessor> processorFeature)
|
Uses of ODataProcessor in org.apache.olingo.odata2.api.processor.feature |
---|
Method parameters in org.apache.olingo.odata2.api.processor.feature with type arguments of type ODataProcessor | |
---|---|
List<String> |
CustomContentType.getCustomContentTypes(Class<? extends ODataProcessor> processorFeature)
The OData library will consider these additional content types during negotiation of http content type header. |
Uses of ODataProcessor in org.apache.olingo.odata2.api.processor.part |
---|
Subinterfaces of ODataProcessor in org.apache.olingo.odata2.api.processor.part | |
---|---|
interface |
BatchProcessor
Execute a OData batch request. |
interface |
EntityComplexPropertyProcessor
Execute a OData complex property request. |
interface |
EntityLinkProcessor
Execute an OData entity link request. |
interface |
EntityLinksProcessor
Execute a OData entity links request. |
interface |
EntityMediaProcessor
Execute an OData entity media request |
interface |
EntityProcessor
Execute a OData entity request. |
interface |
EntitySetProcessor
Execute a OData entity set request. |
interface |
EntitySimplePropertyProcessor
Execute a OData entity simple property request. |
interface |
EntitySimplePropertyValueProcessor
Execute a OData entity simple property value request. |
interface |
FunctionImportProcessor
Execute an OData function import request. |
interface |
FunctionImportValueProcessor
Execute an OData function import value request. |
interface |
MetadataProcessor
Execute a OData metadata request. |
interface |
ServiceDocumentProcessor
Execute a OData service document request. |
Uses of ODataProcessor in org.apache.olingo.odata2.jpa.processor.api |
---|
Classes in org.apache.olingo.odata2.jpa.processor.api that implement ODataProcessor | |
---|---|
class |
ODataJPAProcessor
Extend this class and implement an OData JPA processor if the default behavior of OData JPA Processor library has to be overwritten. |
Methods in org.apache.olingo.odata2.jpa.processor.api that return ODataProcessor | |
---|---|
ODataProcessor |
ODataJPAContext.getODataProcessor()
The method gets the OData Processor for JPA from the context. |
Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type ODataProcessor | |
---|---|
void |
ODataJPAContext.setODataProcessor(ODataProcessor processor)
The method sets the OData Processor for JPA into the context. |
Uses of ODataProcessor in org.apache.olingo.odata2.ref.processor |
---|
Classes in org.apache.olingo.odata2.ref.processor that implement ODataProcessor | |
---|---|
class |
ListsProcessor
Implementation of the centralized parts of OData processing, allowing to use the simplified DataSource for the actual data handling. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |