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.processor.api.jpa.access |
OData JPA Processor API Library - Java Persistence Access
|
org.apache.olingo.odata2.ref.processor |
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 | Method and Description |
---|---|
List<Object> |
JPAProcessor.process(GetFunctionImportUriInfo requestView)
Processes OData request for executing custom operations.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ListsProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo,
String contentType) |
ODataResponse |
ListsProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo,
String contentType) |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.