35 const ProviderInfo = ...;
39 const ConstructorOptions = ...;
43 const EnvOptions = ...;
47 const HttpMethods = ...;
55 Qore::Thread::Mutex
lck();
The CdsRest data provider class.
Definition CdsRestDataProviderBase.qc.dox.h:28
static *hash< auto > getClientOptions(*hash< auto > copts)
Returns options for the CdsRestClient.
setLogger(*LoggerInterface logger)
Accepts a LoggerInterface object for logging (or clears it)
constructor(CdsRestClient::CdsRestClient rest)
Creates the object from the arguments.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
string getName()
Returns the data provider name.
*hash< auto > meta
Metadata keyed by entity type.
Definition CdsRestDataProvider.qc.dox.h:52
constructor(*hash< auto > options)
Creates the object from constructor options.
Qore::Thread::Mutex lck()
Metadata mutex.
*hash< auto > getMetadata()
Returns metadata.
Qore CdsRestDataProvider module definition.
Definition CdsEntityDataProvider.qc.dox.h:26
const DynamicsAppName
Application name for Dynamics.
Definition CdsRestDataProvider.qc.dox.h:28