 |
Qore ServiceNowRestDataProvider Module Reference
1.0.1
|
38 ServiceNowRestClient::ServiceNowRestClient
rest;
41 const ProviderInfo = ...;
45 const ConstructorOptions = ...;
49 const EnvOptions = ...;
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string getName()
Returns the data provider name.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
constructor(*hash< auto > options)
Creates the object from constructor options.
ServiceNowRestClient::ServiceNowRestClient rest
The REST client object for API calls.
Definition: ServiceNowRestDataProvider.qc.dox.h:38
Qore ServiceNowRestDataProvider module definition.
Definition: ServiceNowRestDataProvider.qc.dox.h:32
constructor(ServiceNowRestClient::ServiceNowRestClient rest)
Creates the object from the arguments.
static *hash< auto > getClientOptions(*hash< auto > copts)
Returns options for the ServiceNowRestClient.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.