org.apache.olingo.odata2.api.processor
Interface ODataProcessor
- All Known Subinterfaces:
- BatchProcessor, EntityComplexPropertyProcessor, EntityLinkProcessor, EntityLinksProcessor, EntityMediaProcessor, EntityProcessor, EntitySetProcessor, EntitySimplePropertyProcessor, EntitySimplePropertyValueProcessor, FunctionImportProcessor, FunctionImportValueProcessor, MetadataProcessor, ServiceDocumentProcessor
- All Known Implementing Classes:
- ListsProcessor, ODataJPAProcessor, ODataSingleProcessor
public interface ODataProcessor
An ODataProcessor
is the root interface for processor implementation.
A processor handles OData requests like reading or writing entities. All possible
actions are defined in the org.apache.olingo.odata2.api.processor.feature
package.
- Do not implement this interface or derive from class.
setContext
void setContext(ODataContext context)
throws ODataException
- Parameters:
context
- A request context object which is usually injected by the OData library itself.
- Throws:
ODataException
getContext
ODataContext getContext()
throws ODataException
- Returns:
- A request context object.
- Throws:
ODataException
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.