The ServiceNowRest data provider class.
Definition ServiceNowRestDataProviderBase.qc.dox.h:28
ServiceNowRestClient::ServiceNowRestClient rest
The REST client object for API calls.
Definition ServiceNowRestDataProviderBase.qc.dox.h:33
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
const ConstructorOptions
Constructor options.
Definition ServiceNowRestDataProvider.qc.dox.h:39
constructor(*hash< auto > options)
Creates the object from constructor options.
string getName()
Returns the data provider name.
string getDesc()
Returns the data provider description.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
const EnvOptions
Environment options.
Definition ServiceNowRestDataProvider.qc.dox.h:43
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
static *hash< auto > getClientOptions(*hash< auto > copts)
Returns options for the ServiceNowRestClient.
constructor(ServiceNowRestClient::ServiceNowRestClient rest)
Creates the object from the arguments.
const ProviderInfo
Provider info.
Definition ServiceNowRestDataProvider.qc.dox.h:35
Qore ServiceNowRestDataProvider module definition.
Definition ServiceNowRestDataProvider.qc.dox.h:26
const AppName
Application name.
Definition ServiceNowRestDataProvider.qc.dox.h:28