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, __7_ hash< auto > request_options)
 Makes a request and returns the response. More...
 
__7_ AbstractDataProviderType getRequestTypeImpl ()
 Returns the description of a successful request message, if any. More...
 
__7_ 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,
__7_ 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()

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

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

Returns
the request type for this provider

◆ getResponseTypeImpl()

__7_ 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