Uses of Interface
org.apache.olingo.odata2.api.processor.ODataProcessor

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 
 

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.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.