Uses of Class
org.apache.olingo.odata2.api.processor.ODataSingleProcessor
Packages that use ODataSingleProcessor
Package
Description
OData Library API
Runtime Support
-
Uses of ODataSingleProcessor in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type ODataSingleProcessorModifier and TypeMethodDescriptionODataServiceFactory.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) Create a default service instance based on ODataSingleProcessor. -
Uses of ODataSingleProcessor in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt with parameters of type ODataSingleProcessorModifier and TypeMethodDescriptionstatic ODataServiceRuntimeDelegate.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) Creates and returns a single processor service.protected abstract ODataServiceRuntimeDelegate.RuntimeDelegateInstance.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) -
Uses of ODataSingleProcessor in org.apache.olingo.odata2.core.processor
Constructors in org.apache.olingo.odata2.core.processor with parameters of type ODataSingleProcessorModifierConstructorDescriptionODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) Construct service -
Uses of ODataSingleProcessor in org.apache.olingo.odata2.core.rt
Methods in org.apache.olingo.odata2.core.rt with parameters of type ODataSingleProcessorModifier and TypeMethodDescriptionprotected ODataServiceRuntimeDelegateImpl.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)