Uses of Class
org.apache.olingo.server.api.OData
Packages that use OData
Package
Description
Netty handler for Olingo Server API
Olingo Server API
Olingo Server API - Debug
Olingo Processors
-
Uses of OData in org.apache.olingo.netty.server.api
Subclasses of OData in org.apache.olingo.netty.server.api -
Uses of OData in org.apache.olingo.netty.server.core
Subclasses of OData in org.apache.olingo.netty.server.coreConstructors in org.apache.olingo.netty.server.core with parameters of type ODataModifierConstructorDescriptionODataNettyHandlerImpl(OData odata, ServiceMetadata serviceMetadata) -
Uses of OData in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ODataModifier and TypeMethodDescriptionstatic ODataOData.newInstance()Use this method to create a new OData instance. -
Uses of OData in org.apache.olingo.server.api.debug
Methods in org.apache.olingo.server.api.debug with parameters of type OData -
Uses of OData in org.apache.olingo.server.api.processor
Methods in org.apache.olingo.server.api.processor with parameters of type ODataModifier and TypeMethodDescriptionvoidDefaultProcessor.init(OData odata, ServiceMetadata serviceMetadata) voidProcessor.init(OData odata, ServiceMetadata serviceMetadata) Initializes the processor for each HTTP request - response cycle. -
Uses of OData in org.apache.olingo.server.core
Subclasses of OData in org.apache.olingo.server.coreMethods in org.apache.olingo.server.core with parameters of type ODataModifier and TypeMethodDescriptionvoidDefaultRedirectProcessor.init(OData odata, ServiceMetadata serviceMetadata) Constructors in org.apache.olingo.server.core with parameters of type ODataModifierConstructorDescriptionODataHandlerImpl(OData odata, ServiceMetadata serviceMetadata, ServerCoreDebugger debugger) ODataHttpHandlerImpl(OData odata, ServiceMetadata serviceMetadata) -
Uses of OData in org.apache.olingo.server.core.debug
Constructors in org.apache.olingo.server.core.debug with parameters of type OData -
Uses of OData in org.apache.olingo.server.core.uri.parser
Constructors in org.apache.olingo.server.core.uri.parser with parameters of type ODataModifierConstructorDescriptionApplyParser(Edm edm, OData odata) ExpandParser(Edm edm, OData odata, Map<String, AliasQueryOption> aliases, Collection<String> crossjoinEntitySetNames) ExpressionParser(Edm edm, OData odata) FilterParser(Edm edm, OData odata) OrderByParser(Edm edm, OData odata)