| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.edm.provider | |
| org.apache.olingo.odata2.core.ep | |
| org.apache.olingo.odata2.core.ep.aggregator | |
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
EdmFunctionImport |
EdmEntityContainer.getFunctionImport(String name)
Get contained FunctionImport by name
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmFunctionImport> |
Edm.getFunctionImports()
Get all contained FunctionImports
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
EntityProvider.readFunctionImport(String contentType,
EdmFunctionImport functionImport,
InputStream content,
EntityProviderReadProperties properties)
Reads (de-serializes) function-import data from
content (as InputStream) in specified format
(given as contentType) based on entity data model (given as EdmFunctionImport)
and provide this data as Object. |
Object |
EntityProvider.EntityProviderInterface.readFunctionImport(String contentType,
EdmFunctionImport functionImport,
InputStream content,
EntityProviderReadProperties properties)
Reads (de-serializes) function-import data from
content (as InputStream) in specified format
(given as contentType) based on entity data model (given as EdmFunctionImport)
and provide this data as Object. |
static ODataResponse |
EntityProvider.writeFunctionImport(String contentType,
EdmFunctionImport functionImport,
Object data,
EntityProviderWriteProperties properties)
Write
data result (given as Object) of function import based on return type
of EdmFunctionImport in specified format (given as contentType). |
ODataResponse |
EntityProvider.EntityProviderInterface.writeFunctionImport(String contentType,
EdmFunctionImport functionImport,
Object data,
EntityProviderWriteProperties properties)
Write
data result (given as Object) of function import based on return type
of EdmFunctionImport in specified format (given as contentType). |
| Modifier and Type | Method and Description |
|---|---|
EdmFunctionImport |
UriInfo.getFunctionImport()
Gets the function import.
|
| Modifier and Type | Method and Description |
|---|---|
EdmFunctionImport |
PutMergePatchUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
PostUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetSimplePropertyUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetMediaResourceUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetFunctionImportUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetLinksUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetLinksCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityLinkUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityLinkCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetComplexPropertyUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
DeleteUriInfo.getFunctionImport()
Gets the function import.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<EdmFunctionImport> |
EdmImpl.createFunctionImports() |
List<EdmFunctionImport> |
EdmImpl.getFunctionImports() |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmFunctionImportImplProv |
| Modifier and Type | Method and Description |
|---|---|
EdmFunctionImport |
EdmEntityContainerImplProv.getFunctionImport(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected List<EdmFunctionImport> |
EdmImplProv.createFunctionImports() |
| Modifier and Type | Method and Description |
|---|---|
static EntityPropertyInfo |
EntityInfoAggregator.create(EdmFunctionImport functionImport)
Create an
EntityPropertyInfo based on given EdmFunctionImport |
| Modifier and Type | Method and Description |
|---|---|
EdmFunctionImport |
UriInfoImpl.getFunctionImport() |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoImpl.setFunctionImport(EdmFunctionImport functionImport) |
Copyright © 2020. All rights reserved.