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

The Qorus API data provider for the reset job API. More...

Inherits AbstractDataProvider.

Public Member Methods

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 RequestType = new QorusApiResetJobRequestDataType()
 Request type.
 
const ResponseType = new QorusApiResetJobResponseDataType()
 Response type.
 

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 reset job API.

Member Function Documentation

◆ doRequestImpl()

auto QorusApiDataProvider::QorusApiResetJobDataProvider::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 optiocreate orderns; will be processed by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

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

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

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType QorusApiDataProvider::QorusApiResetJobDataProvider::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: