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

The Qorus API data provider for the implicit workflow info API. More...

Inherits AbstractDataProvider.

Public Member Methods

 constructor (*hash< auto > options)
 Creates the object from constructor options.
 
string getName ()
 Returns the name of the data provider.
 
*string getDesc ()
 Returns the data provider description.
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Public Attributes

const ProviderInfo
 Provider info.
 
const ConstructorOptions
 Constructor options.
 
const RequestType = AbstractDataProviderType::get(NothingType)
 Request type.
 
int wfid
 The workflow ID.
 

Private Member Methods

auto doRequestImpl (auto req, *hash< auto > request_options)
 Makes a request and returned the response. More...
 
*AbstractDataProviderType getRequestTypeImpl ()
 Returns the description of a successful request message, if any. More...
 
*AbstractDataProviderType getResponseTypeImpl ()
 Returns the description of a response message, if this object represents a response message. More...
 

Detailed Description

The Qorus API data provider for the implicit workflow info API.

Member Function Documentation

◆ doRequestImpl()

auto QorusApiDataProvider::QorusApiImplicitWorkflowInfoDataProvider::doRequestImpl ( auto  req,
*hash< auto >  request_options 
)
private

Makes a request and returned the response.

Parameters
reqthe request to serialize and make according to the request type
request_optionsthe request options; will be processed by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

*AbstractDataProviderType QorusApiDataProvider::QorusApiImplicitWorkflowInfoDataProvider::getRequestTypeImpl ( )
private

Returns the description of a successful request message, if any.

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType QorusApiDataProvider::QorusApiImplicitWorkflowInfoDataProvider::getResponseTypeImpl ( )
private

Returns the description of a response message, if this object represents a response message.

Returns
the response type for this response message

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