Qorus Integration Engine®  4.0.3.p2_git
OMQ::UserApi::Workflow::WorkflowDataHelper Class Reference

This class is a helper class that allows workflow dynamic data (DynamicDataHelper) and workflow temp data (TempDataHelper) to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor. More...

Inheritance diagram for OMQ::UserApi::Workflow::WorkflowDataHelper:
OMQ::UserApi::Workflow::DynamicDataHelper OMQ::UserApi::Workflow::TempDataHelper

Public Member Methods

 destructor ()
 destroys the object and releases the write lock
 
auto get (auto field)
 returns the value of one or more keys in the data or the entire data structure depending on the argument More...
 

Detailed Description

This class is a helper class that allows workflow dynamic data (DynamicDataHelper) and workflow temp data (TempDataHelper) to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor.

Since
Qorus 3.1.0

Member Function Documentation

◆ get()

auto OMQ::UserApi::Workflow::WorkflowDataHelper::get ( auto  field)

returns the value of one or more keys in the data or the entire data structure depending on the argument

depending on the concrete subclasss, this method is equivalent to one of the following function calls:


The documentation for this class was generated from the following file: