35 string uri_path =
"/";
41 const ProviderInfo = ...;
45 const ConstructorOptions = ...;
59 constructor(RestClient::RestClient rest, *Logger::LoggerInterface logger) ;
62 static RestClient::RestClient getRestConnection(*hash<auto> options);
The EmpathicBuilding data provider class.
Definition EmpathicBuildingDataProviderBase.qc.dox.h:28
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string display_name
The value to returns as the name of the object.
Definition EmpathicBuildingDataProvider.qc.dox.h:38
*string getDesc()
Returns the data provider description.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
string getName()
Returns the data provider name.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
constructor(*hash< auto > options)
Creates the object from constructor options.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
constructor(RestClient::RestClient rest, *Logger::LoggerInterface logger)
Create the object from the REST connection.
Boolean string type.
Definition EmpathicBuildingDataProvider.qc.dox.h:108
constructor()
Creates the object.
auto getDefaultValue()
Returns the default value for the type or NOTHING if the type has no default value.
auto acceptsValue(auto value)
Returns the value after any conversions by the type.
Qore EmpathicBuildingDataProvider module definition.
Definition EmpathicBuildingDataProvider.qc.dox.h:26
const SoftBoolDataProviderStringType
Boolean data provider string type for query parameters.
Definition EmpathicBuildingDataProvider.qc.dox.h:105
const SoftBoolStringType
Boolean string type for query parameters.
Definition EmpathicBuildingDataProvider.qc.dox.h:102
const AppName
Empathic building app name.
Definition EmpathicBuildingDataProvider.qc.dox.h:28