Package | Description |
---|---|
org.apache.olingo.server.api | |
org.apache.olingo.server.api.processor | |
org.apache.olingo.server.sample.processor | |
org.apache.olingo.server.tecsvc.processor |
Modifier and Type | Method and Description |
---|---|
void |
ODataHttpHandler.register(Processor processor)
Registers additional custom processor implementations for handling OData requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionComplexCollectionProcessor
Processor interface for handling an action import request which has a
return type of ComplexCollection.
|
interface |
ActionComplexProcessor
Processor interface for handling an action import request which has a
return type of Complex.
|
interface |
ActionEntityCollectionProcessor
Processor interface for handling an action import request which has a
return type of Entity Collection.
|
interface |
ActionEntityProcessor
Processor interface for handling an action import request which has a
return type of Entity.
|
interface |
ActionPrimitiveCollectionProcessor
Processor interface for handling an action import request which has a
return type of Primitive Collection.
|
interface |
ActionPrimitiveProcessor
Processor interface for handling an action import request which has a
return type of Primitive.
|
interface |
BatchProcessor
Processor interface for handling a single instance of an Entity Type.
|
interface |
ComplexCollectionProcessor
Processor interface for handling a collection of complex-type instances, e.g.,
a property of an entity defined as collection of complex-type instances.
|
interface |
ComplexProcessor
Processor interface for handling an instance of a complex type, e.g., a complex property of an entity.
|
interface |
CountComplexCollectionProcessor
Processor interface for handling counting a collection of complex properties, e.g.
|
interface |
CountEntityCollectionProcessor
Processor interface for handling counting a collection of entities, e.g.
|
interface |
CountPrimitiveCollectionProcessor
Processor interface for handling counting a collection of primitive properties, e.g.
|
interface |
DeltaProcessor
Processor interface for handling a single instance of an Delta Response.
|
interface |
EntityCollectionProcessor
Processor interface for handling a collection of entities, e.g., an Entity Set.
|
interface |
EntityProcessor
Processor interface for handling a single instance of an Entity Type.
|
interface |
ErrorProcessor
Processor which is called if any error/exception occurs inside the library or another processor.
|
interface |
MediaEntityProcessor
Processor interface for handling Entity Media.
|
interface |
MetadataProcessor
Processor interface for handling the metadata document.
|
interface |
PrimitiveCollectionProcessor
Processor interface for handling a collection of primitive-type instances, e.g.,
a property of an entity defined as collection of primitive-type instances.
|
interface |
PrimitiveProcessor
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.
|
interface |
PrimitiveValueProcessor
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.
|
interface |
ReferenceCollectionProcessor
Processor interface for handling a collection an Entity References.
|
interface |
ReferenceProcessor
Processor interface for handling a single instance of an Entity Reference.
|
interface |
ServiceDocumentProcessor
Processor interface for handling the service document.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProcessor
Processor implementation for handling default cases:
request for the metadata document
request for the service document
error handling
|
Modifier and Type | Class and Description |
---|---|
class |
CarsProcessor
This processor will deliver entity collections, single entities as well as properties of an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
TechnicalBatchProcessor |
class |
TechnicalEntityProcessor
Technical Processor for entity-related functionality.
|
class |
TechnicalPrimitiveComplexProcessor
Technical Processor which provides functionality related to primitive and complex types and collections thereof.
|
class |
TechnicalProcessor
Technical Processor base.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.