UT
- concrete update type, depending on the protocol versionpublic interface CommonEdmEnabledODataClient<UT extends CommonUpdateType> extends CommonODataClient<UT>
Modifier and Type | Method and Description |
---|---|
Edm |
getCachedEdm()
Return the cached Edm matadata information.
|
Edm |
getEdm(String metadataETag)
Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the
configured service root.
|
EdmEnabledInvokeRequestFactory |
getInvokeRequestFactory() |
String |
getServiceRoot() |
CommonURIBuilder<?> |
newURIBuilder() |
getBatchRequestFactory, getBinder, getConfiguration, getCUDRequestFactory, getDeserializer, getFilterFactory, getObjectFactory, getReader, getRetrieveRequestFactory, getSerializer, getServiceVersion, getWriter, newPreferences, newURIBuilder, newVersionHeaders
String getServiceRoot()
Edm getEdm(String metadataETag)
metadataETag
- metadata ETag to be compared against the cacheEdm getCachedEdm()
CommonURIBuilder<?> newURIBuilder()
EdmEnabledInvokeRequestFactory getInvokeRequestFactory()
getInvokeRequestFactory
in interface CommonODataClient<UT extends CommonUpdateType>
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.