Package | Description |
---|---|
org.apache.olingo.server.api |
Olingo Server API
|
org.apache.olingo.server.api.debug |
Olingo Server API - Debug
|
org.apache.olingo.server.api.processor |
Olingo Processors
|
org.apache.olingo.server.sample.processor | |
org.apache.olingo.server.tecsvc.data | |
org.apache.olingo.server.tecsvc.processor | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression.operand | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression.operation | |
org.apache.olingo.server.tecsvc.processor.queryoptions.options |
Modifier and Type | Method and Description |
---|---|
static OData |
OData.newInstance()
Use this method to create a new OData instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDebugSupport.init(OData odata) |
void |
DebugSupport.init(OData odata)
Initializes the debug support implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Processor.init(OData odata,
ServiceMetadata serviceMetadata)
Initializes the processor for each HTTP request - response cycle.
|
void |
DefaultProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
CarsProcessor.init(OData odata,
ServiceMetadata edm) |
Modifier and Type | Method and Description |
---|---|
protected static Property |
ActionData.primitiveCollectionAction(String name,
Map<String,Parameter> parameters,
OData oData) |
protected static Property |
FunctionData.primitiveComplexFunction(String name,
List<UriParameter> parameters,
Map<String,EntityCollection> data,
OData oData) |
Constructor and Description |
---|
DataCreator(OData odata,
Edm edm) |
DataProvider(OData odata,
Edm edm) |
Modifier and Type | Field and Description |
---|---|
protected OData |
TechnicalProcessor.odata |
Modifier and Type | Method and Description |
---|---|
void |
TechnicalProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
Modifier and Type | Field and Description |
---|---|
protected static OData |
VisitorOperand.oData |
Modifier and Type | Field and Description |
---|---|
protected static OData |
UnaryOperator.oData |
protected static OData |
MethodCallOperator.oData |
protected static OData |
BinaryOperator.oData |
Modifier and Type | Field and Description |
---|---|
protected static OData |
FilterHandler.oData |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.