The EmpathicBuilding data provider class.
Definition EmpathicBuildingDataProviderBase.qc.dox.h:28
RestClient::RestClient rest
The REST client object for API calls.
Definition EmpathicBuildingDataProviderBase.qc.dox.h:40
The EmpathicBuilding location data provider class.
Definition EmpathicBuildingLocationDataProvider.qc.dox.h:28
string getName()
Returns the data provider name.
*string getDesc()
Returns the data provider description.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
const ProviderSummaryInfo
Provider summary info.
Definition EmpathicBuildingLocationDataProvider.qc.dox.h:36
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
hash< auto > org
Org data.
Definition EmpathicBuildingLocationDataProvider.qc.dox.h:41
constructor(RestClient::RestClient rest, *Logger::LoggerInterface logger, hash< auto > org, hash< auto > loc)
Create the object from the REST connection.
hash< auto > loc
Loc data.
Definition EmpathicBuildingLocationDataProvider.qc.dox.h:44
const ProviderInfo
Provider info.
Definition EmpathicBuildingLocationDataProvider.qc.dox.h:32
Qore EmpathicBuildingDataProvider module definition.
Definition EmpathicBuildingDataProvider.qc.dox.h:26