Qore ServiceNowRestDataProvider Module Reference 1.2.1
Loading...
Searching...
No Matches
ServiceNowRestDataProvider::ServiceNowRestDataProviderFactory Class Reference

The ServiceNowRest data provider factory. More...

#include <ServiceNowRestDataProviderFactory.qc.dox.h>

Inheritance diagram for ServiceNowRestDataProvider::ServiceNowRestDataProviderFactory:
[legend]

Private Member Methods

Class getClassImpl ()
 Returns the class for the data provider object.
 
hash< DataProviderFactoryInfo > getInfoImpl ()
 Returns static factory information without provider_info. More...
 
hash< DataProvider::DataProviderInfogetProviderInfoImpl ()
 Returns static provider information. More...
 

Private Attributes

const FactoryInfo
 Factory info.
 

Static Private Attributes

static Class cls = new Class("ServiceNowRestDataProvider")
 Data provider type info.
 

Detailed Description

The ServiceNowRest data provider factory.

Member Function Documentation

◆ getInfoImpl()

hash< DataProviderFactoryInfo > ServiceNowRestDataProvider::ServiceNowRestDataProviderFactory::getInfoImpl ( )
privatevirtual

Returns static factory information without provider_info.

Returns
static factory information without provider_info which is provided by getProviderInfo()

Implements DataProvider::AbstractDataProviderFactory.

◆ getProviderInfoImpl()

hash< DataProvider::DataProviderInfo > ServiceNowRestDataProvider::ServiceNowRestDataProviderFactory::getProviderInfoImpl ( )
privatevirtual

Returns static provider information.

Note
the name and children attributes are not returned as they are dynamic attributes

Implements DataProvider::AbstractDataProviderFactory.