Qore CdsRestDataProvider Module Reference 1.0.0
Loading...
Searching...
No Matches
CdsRestDataProvider::CdsRestDataProviderFactory Class Reference

The CdsRest data provider factory. More...

#include <CdsRestDataProviderFactory.qc.dox.h>

Inheritance diagram for CdsRestDataProvider::CdsRestDataProviderFactory:
[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("CdsRestDataProvider")
 Data provider type info.
 

Detailed Description

The CdsRest data provider factory.

Member Function Documentation

◆ getInfoImpl()

hash< DataProviderFactoryInfo > CdsRestDataProvider::CdsRestDataProviderFactory::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 > CdsRestDataProvider::CdsRestDataProviderFactory::getProviderInfoImpl ( )
privatevirtual

Returns static provider information.

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

Implements DataProvider::AbstractDataProviderFactory.