| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ODataSingleProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo,
String contentType) |
ODataResponse |
ODataSingleProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
FunctionImportProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo,
String contentType)
Executes a function import and returns the result.
|
ODataResponse |
FunctionImportValueProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo,
String contentType)
Returns the unformatted value of a function import.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UriInfo
Structured parts of the request URI - the result of URI parsing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriInfoImpl |
Copyright © 2020. All rights reserved.