Qore FileDataProvider Module Reference  1.0
FileDataProvider::FileMkdirDataProvider Class Reference

The File mkdir data provider class. More...

Inherits AbstractDataProvider.

Public Member Functions

string getName ()
 Returns the data provider name.
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Public Attributes

const ProviderInfo
 Provider info.
 
const ProviderSummaryInfo
 Provider summary info.
 
const RequestType = new FileMkdirRequestDataType()
 Request type.
 
const ResponseType = new FilePathDataType()
 Response type.
 

Protected Member Functions

auto doRequestImpl (auto req, *hash< auto > request_options)
 Makes a request and returns 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 File mkdir data provider class.

Member Function Documentation

◆ doRequestImpl()

auto FileDataProvider::FileMkdirDataProvider::doRequestImpl ( auto  req,
*hash< auto >  request_options 
)
protected

Makes a request and returns the response.

Parameters
reqthe request info
request_optionsthe request options; will be processed by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

*AbstractDataProviderType FileDataProvider::FileMkdirDataProvider::getRequestTypeImpl ( )
protected

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

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType FileDataProvider::FileMkdirDataProvider::getResponseTypeImpl ( )
protected

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

Returns
the response type for this response message
v class="ttdoc">Data type for REST call requests.
Definition: RestClientCallRequestDataType.qc.dox.h:27
RestClientDataProvider::RestClientCallResponseDataType
Data type for REST call responses.
Definition: RestClientCallResponseDataType.qc.dox.h:27
RestClientDataProvider::RestClientDataProvider::ConstructorOptions
const ConstructorOptions
Constructor arguments.
Definition: RestClientDataProvider.qc.dox.h:39
RestClientDataProvider::RestClientPutDataProvider
The REST client PUT data provider class.
Definition: RestClientPutDataProvider.qc.dox.h:28
RestClientDataProvider::RestClientPutDataProvider::constructor
constructor(*hash< auto > options)
Creates the object from constructor options.
RestClientDataProvider::RestClientPutDataProvider::getStaticInfoImpl
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
RestClientDataProvider::RestClientPutDataProvider::ResponseType
const ResponseType
Response type.
Definition: RestClientPutDataProvider.qc.dox.h:52
RestClientDataProvider::RestClientPutDataProvider::RequestType
const RequestType
Request type.
Definition: RestClientPutDataProvider.qc.dox.h:49
RestClientDataProvider::RestClientPutDataProvider::ProviderInfo
const ProviderInfo
Provider info.
Definition: RestClientPutDataProvider.qc.dox.h:35
RestClientDataProvider::RestClientPutDataProvider::constructor
constructor(RestClient rest)
Creates the object from a REST connection.
RestClientDataProvider::RestClientPutDataProvider::rest
RestClient rest
REST client connection.
Definition: RestClientPutDataProvider.qc.dox.h:32
RestClientDataProvider::RestClientPutDataProvider::getRequestTypeImpl
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
RestClientDataProvider::RestClientPutDataProvider::getResponseTypeImpl
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
RestClientDataProvider::RestClientPutDataProvider::doRequestImpl
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
RestClientDataProvider::RestClientPutDataProvider::getName
string getName()
Returns the data provider name.
RestClientDataProvider::RestClientPutDataProvider::ProviderSummaryInfo
const ProviderSummaryInfo
Provider summary info.
Definition: RestClientPutDataProvider.qc.dox.h:44
True
const True
RestClientDataProvider
Qore RestClientDataProvider module definition.
Definition: RestClientCallDataProvider.qc.dox.h:26
RestClient