Qorus Integration Engine®  5.1.39_git
QorusApiDataProvider::QorusApiUtilDataProvider Class Reference

The Qorus API util data provider class. More...

Inherits AbstractDataProvider.

Public Member Methods

 constructor ()
 creates the object
 
 constructor (*hash< auto > options)
 Creates the object from constructor options.
 
string getName ()
 Returns the data provider name.
 
*string getDesc ()
 Returns the data provider description.
 

Public Attributes

const ProviderInfo
 Provider info.
 
const ApiClasses
 Registered API classes.
 

Private Member Methods

*list< stringgetChildProviderNamesImpl ()
 Returns a list of child data provider names. More...
 
*AbstractDataProvider getChildProviderImpl (string name)
 Returns the given child provider or NOTHING if the given child is unknown. More...
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Detailed Description

The Qorus API util data provider class.

Member Function Documentation

◆ getChildProviderImpl()

*AbstractDataProvider QorusApiDataProvider::QorusApiUtilDataProvider::getChildProviderImpl ( string  name)
private

Returns the given child provider or NOTHING if the given child is unknown.

Returns
the given child provider or NOTHING if the given child is unknown
Exceptions
CHILD-PROVIDER-ERRORerror acquiring child provider
See also
getChildProviderEx()

◆ getChildProviderNamesImpl()

*list<string> QorusApiDataProvider::QorusApiUtilDataProvider::getChildProviderNamesImpl ( )
private

Returns a list of child data provider names.

Returns
a list of child data provider names

The documentation for this class was generated from the following file: