Qore SalesforceRestDataProvider Module Reference  1.0.1
SalesforceRestDataProviderFactory.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
28 class SalesforceRestDataProviderFactory : public AbstractDataProviderFactory {
29 
30 public:
31 protected:
33  static Class cls = new Class("SalesforceRestDataProvider");
34 
36  const FactoryInfo = ...;
37 
38 
39 public:
40 
42 
44 protected:
45  hash<DataProviderFactoryInfo> getInfoImpl();
46 public:
47 
48 
50 
52 protected:
53  hash<DataProviderInfo> getProviderInfoImpl();
54 public:
55 
56 
58 protected:
59  Class getClassImpl();
60 public:
61 
62 };
63 };
Qore SalesforceRestDataProvider module definition.
Definition: SalesforceRestDataProvider.qc.dox.h:32
const FactoryInfo
Factory info.
Definition: SalesforceRestDataProviderFactory.qc.dox.h:36
Class getClassImpl()
Returns the class for the data provider object.
static Class cls
Data provider type info.
Definition: SalesforceRestDataProviderFactory.qc.dox.h:33
hash< DataProviderFactoryInfo > getInfoImpl()
Returns static factory information without provider_info.
The SalesforceRest data provider factory.
Definition: SalesforceRestDataProviderFactory.qc.dox.h:28
hash< DataProviderInfo > getProviderInfoImpl()
Returns static provider information.