Qore ServiceNowRestDataProvider Module Reference  1.1
ServiceNowRestDataProviderFactory.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
28 class ServiceNowRestDataProviderFactory : public DataProvider::AbstractDataProviderFactory {
29 
30 public:
31 protected:
32  static Class cls = new Class("ServiceNowRestDataProvider");
33 
34 public:
35 
37  string getName();
38 
39 
41 
43  hash<DataProvider::DataProviderInfo> getInfo();
44 
45 
47  Class getClass();
48 
49 };
50 };
hash< DataProvider::DataProviderInfo > getInfo()
Returns static provider information.
string getName()
Returns the name of the data provider factory.
The ServiceNowRest data provider factory.
Definition: ServiceNowRestDataProviderFactory.qc.dox.h:28
Qore ServiceNowRestDataProvider module definition.
Definition: ServiceNowRestDataProvider.qc.dox.h:32
Class getClass()
Returns the class for the data provider object.