Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
The interfaces of this package provide access to the relevant parts of the parsed
request URI for the methods that process a request inside the dispatcher.
|
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.api.uri | |
org.apache.olingo.odata2.client.core.edm.Impl | |
org.apache.olingo.odata2.client.core.ep | |
org.apache.olingo.odata2.client.core.uri | |
org.apache.olingo.odata2.ref.processor |
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 |
GetEntitySetCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityLinkCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetFunctionImportUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
PostUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetLinksUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetComplexPropertyUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
DeleteUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetMediaResourceUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntitySetLinksCountUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityLinkUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetSimplePropertyUriInfo.getFunctionImport()
Gets the function import.
|
EdmFunctionImport |
GetEntityCountUriInfo.getFunctionImport()
Gets the function import.
|
Modifier and Type | Method and Description |
---|---|
Object |
ContentTypeBasedDeserializer.readFunctionImport(EdmFunctionImport functionImport,
EntityStream content)
Returns an object
|
Modifier and Type | Method and Description |
---|---|
EdmURIBuilder |
EdmURIBuilder.appendFunctionImportSegment(EdmFunctionImport functionImport)
Appends Function import to the uri
|
Modifier and Type | Class and Description |
---|---|
class |
EdmFunctionImportImpl
Objects of this class represent EdmFunctionImport
|
Modifier and Type | Method and Description |
---|---|
EdmFunctionImport |
EdmEntityContainerImpl.getFunctionImport(String name) |
Modifier and Type | Method and Description |
---|---|
List<EdmFunctionImport> |
EdmEntityContainerImpl.getEdmFunctionImports() |
List<EdmFunctionImport> |
EdmImpl.getEdmFunctionImports() |
List<EdmFunctionImport> |
EdmImpl.getFunctionImports() |
Modifier and Type | Method and Description |
---|---|
EdmEntityContainerImpl |
EdmEntityContainerImpl.setEdmFunctionImports(List<EdmFunctionImport> edmFunctionImports) |
EdmImpl |
EdmImpl.setEdmFunctionImports(List<EdmFunctionImport> edmFunctionImports) |
Modifier and Type | Method and Description |
---|---|
Object |
JsonSerializerDeserializer.readFunctionImport(EdmFunctionImport functionImport,
EntityStream content) |
Object |
AtomSerializerDeserializer.readFunctionImport(EdmFunctionImport functionImport,
EntityStream content) |
Modifier and Type | Method and Description |
---|---|
EdmURIBuilder |
EdmURIBuilderImpl.appendFunctionImportSegment(EdmFunctionImport functionImport) |
Modifier and Type | Method and Description |
---|---|
Object |
ScenarioDataSource.readData(EdmFunctionImport function,
Map<String,Object> parameters,
Map<String,Object> keys) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.