The Qorus API workflow list data provider class.
More...
Inherits AbstractDataProvider.
|
| 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.
|
|
|
const | ProviderInfo |
| Provider info.
|
|
|
*list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names.
|
|
*AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or NOTHING if the given child is unknown.
|
|
hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
The Qorus API workflow list data provider class.
◆ getChildProviderImpl()
*AbstractDataProvider QorusApiDataProvider::QorusApiWorkflowListDataProvider::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-ERROR | error acquiring child provider |
- See also
- getChildProviderEx()
◆ getChildProviderNamesImpl()
*list< string > QorusApiDataProvider::QorusApiWorkflowListDataProvider::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:
- QorusApiWorkflowListDataProvider.qc