Uses of Interface
org.apache.olingo.server.api.processor.Processor
Packages that use Processor
Package
Description
Netty handler for Olingo Server API
Olingo Server API
Olingo Processors
-
Uses of Processor in org.apache.olingo.netty.server.api
Methods in org.apache.olingo.netty.server.api with parameters of type Processor -
Uses of Processor in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core with parameters of type Processor -
Uses of Processor in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api with parameters of type Processor -
Uses of Processor in org.apache.olingo.server.api.processor
Subinterfaces of Processor in org.apache.olingo.server.api.processorModifier and TypeInterfaceDescriptioninterface
Processor interface for handling an action request with a return type of ComplexCollection.interface
Processor interface for handling an action request with a return type of Complex.interface
Processor interface for handling an action request with a return type of Entity Collection.interface
Processor interface for handling an action request with a return type of Entity.interface
Processor interface for handling an action request with a return type of Primitive Collection.interface
Processor interface for handling an action request with a return type of Primitive.interface
Processor interface for handling an action request with no return type.interface
Processor interface for handling a single instance of an Entity Type.interface
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
Processor interface for handling an instance of a complex type, e.g., a complex property of an entity.interface
Processor interface for handling counting a collection of complex properties, e.g. an EdmComplexType.interface
Processor interface for handling counting a collection of entities, e.g. an Entity Set.interface
Processor interface for handling counting a collection of primitive properties, e.g. an collection of EdmString.interface
Processor interface for handling a single instance of an Delta Response.interface
Processor interface for handling a collection of entities, e.g., an Entity Set.interface
Processor interface for handling a single instance of an Entity Type.interface
Processor which is called if any error/exception occurs inside the library or another processor.interface
Processor interface for handling Entity Media.interface
Processor interface for handling the metadata document.interface
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
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.interface
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.interface
Processor interface for handling a collection an Entity References.interface
Processor interface for handling a single instance of an Entity Reference.interface
Processor interface for handling the service document.Classes in org.apache.olingo.server.api.processor that implement ProcessorModifier and TypeClassDescriptionclass
Processor implementation for handling default cases: request for the metadata document request for the service document error handling