Uses of Interface
org.apache.olingo.client.api.EdmEnabledODataClient
Packages that use EdmEnabledODataClient
Package
Description
-
Uses of EdmEnabledODataClient in org.apache.olingo.client.api
Methods in org.apache.olingo.client.api that return EdmEnabledODataClientModifier and TypeMethodDescriptionODataClientBuilder.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. -
Uses of EdmEnabledODataClient in org.apache.olingo.ext.proxy
Classes in org.apache.olingo.ext.proxy with type parameters of type EdmEnabledODataClientModifier and TypeClassDescriptionclass
AbstractService<C extends EdmEnabledODataClient>
Entry point for proxy mode, gives access to entity container instances. -
Uses of EdmEnabledODataClient in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils with parameters of type EdmEnabledODataClientModifier and TypeMethodDescriptionstatic 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)