Package | Description |
---|---|
org.apache.olingo.client.api | |
org.apache.olingo.ext.proxy | |
org.apache.olingo.ext.proxy.utils |
Modifier and Type | Method and Description |
---|---|
EdmEnabledODataClient |
ODataClientBuilder.ClientBuilder.createClient()
Create an new EdmEnabledODataClient based on via system property ODATA_EMD_CLIENT_IMPL_SYS_PROPERTY
class name or if not net the default ODATA_EDM_CLIENT_IMPL_CLASS set class
with before set serviceRoot and optional edm and optinal metadataETag.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractService<C extends EdmEnabledODataClient>
Entry point for proxy mode, gives access to entity container instances.
|
Modifier and Type | Method and Description |
---|---|
static void |
CoreUtils.addAnnotations(EdmEnabledODataClient client,
Map<Class<? extends AbstractTerm>,Object> annotations,
ClientAnnotatable annotatable) |
static void |
CoreUtils.addProperties(EdmEnabledODataClient client,
Map<String,Object> changes,
ClientComplexValue entity) |
static void |
CoreUtils.addProperties(EdmEnabledODataClient client,
Map<String,Object> changes,
ClientEntity entity) |
static URIBuilder |
CoreUtils.buildEditLink(EdmEnabledODataClient client,
String entitySetURI,
Object key) |
static Object |
CoreUtils.getKey(EdmEnabledODataClient client,
EntityInvocationHandler typeHandler,
Class<?> entityTypeRef,
ClientEntity entity) |
static ClientAnnotation |
CoreUtils.getODataAnnotation(EdmEnabledODataClient client,
String term,
EdmType type,
Object obj) |
static ClientProperty |
CoreUtils.getODataProperty(EdmEnabledODataClient client,
String name,
org.apache.olingo.commons.core.edm.EdmTypeInfo type,
Object obj) |
static ClientValue |
CoreUtils.getODataValue(EdmEnabledODataClient client,
org.apache.olingo.commons.core.edm.EdmTypeInfo type,
Object obj) |
static URI |
CoreUtils.getTargetEntitySetURI(EdmEnabledODataClient client,
NavigationProperty property) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.