addOrderNote(string notestr) | OMQ::UserApi::Workflow::WorkflowApi | static |
appendOrderKeys(hash< auto > h, bool truncate=False) | OMQ::UserApi::Workflow::WorkflowApi | static |
appendOrderKeys(string key, softlist< softstring > value, bool truncate=False) | OMQ::UserApi::Workflow::WorkflowApi | static |
auditCheckEvent(softint opt) | OMQ::UserApi::UserApi | static |
auditCheckEventString(string opt) | OMQ::UserApi::UserApi | static |
auditGetMask() | OMQ::UserApi::UserApi | static |
auditUserEvent(string user_event, *string info1, *string info2) | OMQ::UserApi::UserApi | static |
bbParseExactlyOneVariable(string str) | OMQ::UserApi::UserApi | static |
bindEvent(string eventkey) | OMQ::UserApi::Workflow::QorusEventStepBase | static |
bindEventUnposted(string eventkey) | OMQ::UserApi::Workflow::QorusEventStepBase | static |
bindSubworkflow(hash< auto > wf, hash< auto > order) | OMQ::UserApi::UserApi | static |
blockOrder(softint wfiid) | OMQ::UserApi::UserApi | static |
callNetworkApi(string call,...) | OMQ::UserApi::UserApi | static |
callNetworkApiArgs(string call, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
callNetworkApiArgsWithAuthentication(string user, string pass, string call, softlist< auto > args) | OMQ::UserApi::UserApi | static |
callRestApi(string method, string path, *hash< auto > body_args) | OMQ::UserApi::UserApi | static |
callRestApiWithAuthentication(string user, string pass, string method, string path, *hash< auto > body_args) | OMQ::UserApi::UserApi | static |
cancelOrder(softint wfiid) | OMQ::UserApi::UserApi | static |
checkObjectCache(object obj) | OMQ::UserApi::UserApi | static |
clearObjectCache() | OMQ::UserApi::UserApi | static |
clearObjectCache(date cutoff) | OMQ::UserApi::UserApi | static |
clearObjectFromObjectCache(object obj) | OMQ::UserApi::UserApi | static |
clearSqlTableCache(string datasource, *string table_name) | OMQ::UserApi::UserApi | static |
clearSqlTableCache(AbstractDatasource datasource, *string table_name) | OMQ::UserApi::UserApi | static |
createOrder(string name, *string version, hash< auto > params, string status=StatReady) | OMQ::UserApi::UserApi | static |
createOrder(int wfid, hash< auto > params, string status=StatReady) | OMQ::UserApi::UserApi | static |
createRemoteOrder(string remote, string name, *string version, hash< auto > params, string status=StatReady, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
createRemoteOrder(string remote, int wfid, hash< auto > params, string status=StatReady, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
DataProviderPathTypeValues | OMQ::UserApi::UserApi | private |
DataProviderRootValues | OMQ::UserApi::UserApi | private |
DataTypeRootValues | OMQ::UserApi::UserApi | private |
deleteDynamicDataKey(softlist< auto > list) | OMQ::UserApi::Workflow::WorkflowApi | static |
deleteHashDotValue(*hash< auto > var_data, string var_name, *bool recursive) | OMQ::UserApi::UserApi | static |
deleteInstanceDataKey(softlist< auto > list) | OMQ::UserApi::Workflow::WorkflowApi | static |
deleteSensitiveData(string skey, string svalue) | OMQ::UserApi::Workflow::WorkflowApi | static |
deleteSensitiveDataKey(string skey, string svalue, softlist< auto > list) | OMQ::UserApi::Workflow::WorkflowApi | static |
deleteStepDataKey(softlist< softstring > keylist) | OMQ::UserApi::Workflow::QorusStepBase | static |
deleteTempDataKey(softlist< auto > list) | OMQ::UserApi::Workflow::WorkflowApi | static |
deserializeQorusData(string data) | OMQ::UserApi::UserApi | static |
deserializeQorusData(null data) | OMQ::UserApi::UserApi | static |
DynamicLogic(False, CommonParseOptions|PO_NO_INHERIT_USER_CLASSES|PO_NO_INHERIT_USER_FUNC_VARIANTS|PO_NO_INHERIT_GLOBAL_VARS|PO_NO_INHERIT_USER_CONSTANTS|PO_NO_INHERIT_USER_HASHDECLS|PO_NEW_STYLE|PO_STRICT_ARGS|PO_REQUIRE_TYPES, QorusServerDefines) | OMQ::UserApi::UserApi | privatestatic |
execSynchronousWorkflow(string name, *string version, hash< auto > sdata, *hash< auto > opts, *hash< auto > ddata, softint priority=DefaultOrderPriority, *hash< auto > orderkeys, *softstring external_order_instanceid, *softint parent_workflow_instanceid) | OMQ::UserApi::UserApi | static |
execSynchronousWorkflow(int wfid, hash< auto > sdata, *hash< auto > opts, *hash< auto > ddata, softint priority=DefaultOrderPriority, *hash< auto > orderkeys, *softstring external_order_instanceid, *softint parent_workflow_instanceid) | OMQ::UserApi::UserApi | static |
execSynchronousWorkflowAsync(string name, *string version, hash< auto > sdata, *hash< auto > opts, *hash< auto > ddata, softint priority=DefaultOrderPriority, *hash< auto > orderkeys, *softstring external_order_instanceid, *softint parent_workflow_instanceid) | OMQ::UserApi::UserApi | static |
execSynchronousWorkflowAsync(int wfid, hash< auto > sdata, *hash< auto > opts, *hash< auto > ddata, softint priority=DefaultOrderPriority, *hash< auto > orderkeys, *softstring external_order_instanceid, *softint parent_workflow_instanceid) | OMQ::UserApi::UserApi | static |
executeFsm(string fsm_name, auto arg) | OMQ::UserApi::UserApi | static |
expandComplexValue(list< auto > val, *hash< auto > local_context, *string template_context) | OMQ::UserApi::UserApi | static |
expandComplexValue(hash< auto > val, *hash< auto > local_context, *string template_context) | OMQ::UserApi::UserApi | static |
expandOneVariable(string str, string var_context, auto template_arg, *hash< auto > local_context, *bool brackets, bool expand_complex_values=True, *reference< bool > missing_input) | OMQ::UserApi::UserApi | static |
expandTemplatedValue(auto value, *hash< auto > local_context, bool expand_complex_values=True, *reference< bool > missing_input, *string template_context) | OMQ::UserApi::UserApi | static |
flushSlaEvents() | OMQ::UserApi::UserApi | static |
generateTokenForUser(string username, timeout expiry=DefaultTokenExpirationPeriod) | OMQ::UserApi::UserApi | static |
generateTokenForUser(string username, int expiry_seconds) | OMQ::UserApi::UserApi | static |
generateUniqueKey() | OMQ::UserApi::Workflow::WorkflowApi | static |
getActiveJobs() | OMQ::UserApi::UserApi | static |
getBinaryFileFromLocation(string location) | OMQ::UserApi::UserApi | static |
getBinaryStreamFromLocation(string location) | OMQ::UserApi::UserApi | static |
getChildFeedback(string key) | OMQ::UserApi::Workflow::WorkflowApi | static |
getChildFeedback() | OMQ::UserApi::Workflow::WorkflowApi | static |
getConfigItemHash(*hash< auto > local_context) | OMQ::UserApi::Workflow::WorkflowApi | static |
getConfigItems() | OMQ::UserApi::QorusConfigurationItemProvider | |
getConfigItemsImpl() | OMQ::UserApi::QorusConfigurationItemProvider | |
getConfigItemValue(string item, *hash< auto > local_context, bool expand_complex_values=True) | OMQ::UserApi::Workflow::WorkflowApi | static |
getContextUserName() | OMQ::UserApi::UserApi | static |
getCurrentUserInfo() | OMQ::UserApi::UserApi | static |
getCurrentWorkflowExecutionInstance() | OMQ::UserApi::Workflow::WorkflowApi | private:internalstatic |
getDataProvider(hash< auto > h, *hash< auto > ctx) | OMQ::UserApi::UserApi | static |
getDataProvider(string path) | OMQ::UserApi::UserApi | static |
getDataProvider(string type, string name, *string path, *hash< auto > opts, *hash< auto > ctxt, *bool handle_template_args) | OMQ::UserApi::UserApi | static |
getDatasourceDedicated(string name, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
getDatasourceInfo(string name) | OMQ::UserApi::UserApi | static |
getDatasourcePool(string name, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
getDefaultStepData() | OMQ::UserApi::Workflow::QorusStepBase | |
getDynamicData(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getDynamicDataArgs(*softlist< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getErrorInfo(string err) | OMQ::UserApi::Workflow::WorkflowApi | static |
getGlobalConfigItemValue(string item, *hash< auto > local_context, bool expand_complex_values=True) | OMQ::UserApi::UserApi | static |
getGlobalConfigItemValueWithDefault(string item, auto default_value, *hash< auto > local_context, bool expand_complex_values=True) | OMQ::UserApi::UserApi | static |
getHashDotValue(*hash< auto > var_data, string var_name, *reference< bool > missing_input) | OMQ::UserApi::UserApi | static |
getInputData(string field_name, *hash< auto > local_context, *hash< auto > input_data_cfg) | OMQ::UserApi::UserApi | static |
getInputData(*hash< auto > input_data_cfg, *hash< auto > local_context) | OMQ::UserApi::UserApi | static |
getInstanceData(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getInstanceDataArgs(*list< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getInterfaceConfigItemHash(*hash< auto > local_context) | OMQ::UserApi::UserApi | static |
getInterfaceConfigItemValue(string cfg_item, *hash< auto > local_context, bool expand_complex_values=True) | OMQ::UserApi::UserApi | static |
getMapper(string name, *hash< auto > rtopts) | OMQ::UserApi::UserApi | static |
getMapperIterator(string name, Qore::AbstractIterator input, *hash< auto > rtopts) | OMQ::UserApi::UserApi | static |
getNextSequenceValue(AbstractDatasource ds, string name) | OMQ::UserApi::UserApi | static |
getNextSequenceValue(string ds, string name) | OMQ::UserApi::UserApi | static |
getObjectCacheSize() | OMQ::UserApi::UserApi | static |
getOption(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getOptionArgs(*softlist< string > args) | OMQ::UserApi::Workflow::WorkflowApi | static |
getOrderKeys(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getOrderKeysArgs(*softlist< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getOrderNotes(*int count) | OMQ::UserApi::Workflow::WorkflowApi | static |
getOutputStreamForLocation(string location) | OMQ::UserApi::UserApi | static |
getQorusOptionInfo(...) | OMQ::UserApi::UserApi | static |
getQorusOptionInfoArgs(*list< auto > args) | OMQ::UserApi::UserApi | static |
getQorusOptions(...) | OMQ::UserApi::UserApi | static |
getQorusOptionsArgs(softlist< auto > args) | OMQ::UserApi::UserApi | static |
getQorusType(string type_path) | OMQ::UserApi::UserApi | static |
getRemoteRestConnection(string name, bool connect=True, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
getRemoteRpcConnection(string name, bool connect=True, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
getRunningWorkflowInfo(softint id) | OMQ::UserApi::UserApi | static |
getRunningWorkflowList(*string name, *string ver) | OMQ::UserApi::UserApi | static |
getSensitiveData(string skey, string svalue,...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveDataAliases() | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveDataArgs(string skey, string svalue, *list< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveDataFromAlias(string alias,...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveDataFromAliasArgs(string alias, *list< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveDataKeyValues() | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveMetadata(string skey, string svalue) | OMQ::UserApi::Workflow::WorkflowApi | static |
getSensitiveMetadataFromAlias(string alias) | OMQ::UserApi::Workflow::WorkflowApi | static |
getServiceInfo(string type, string name) | OMQ::UserApi::UserApi | static |
getSessionId() | OMQ::UserApi::UserApi | static |
getSqlCacheInfo() | OMQ::UserApi::UserApi | static |
getSqlTable(string datasource, string table_name, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
getSqlTable(AbstractDatasource datasource, string table_name, bool register_dependency=True) | OMQ::UserApi::UserApi | static |
getStaticData(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getStaticDataArgs(*softlist< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getStepData() | OMQ::UserApi::Workflow::QorusStepBase | static |
getStepDataArgs(*softlist< softstring > keylist) | OMQ::UserApi::Workflow::QorusStepBase | static |
getStepInfo() | OMQ::UserApi::Workflow::WorkflowApi | static |
getStepMetadata() | OMQ::UserApi::Workflow::QorusStepBase | |
getStepStatus(string stepname) | OMQ::UserApi::Workflow::WorkflowApi | static |
getStreamReaderFromLocation(string location) | OMQ::UserApi::UserApi | static |
getSystemInfo() | OMQ::UserApi::UserApi | static |
getSystemServiceInfo(string name) | OMQ::UserApi::UserApi | static |
getTempData(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getTempDataArgs(*softlist< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getTextFileFromLocation(string location) | OMQ::UserApi::UserApi | static |
getThreadCallStack() | OMQ::UserApi::UserApi | static |
getTokenInfo(string token, *bool refresh_token) | OMQ::UserApi::UserApi | static |
getType(hash< auto > h, *hash< auto > ctx) | OMQ::UserApi::UserApi | static |
getType(string typename, string name, *string path, *string subtype, *string subtypename, *hash< auto > options, *hash< auto > ctx) | OMQ::UserApi::UserApi | static |
getTypeFromPath(string path) | OMQ::UserApi::UserApi | static |
getUserConnection(string name, bool connect=True, bool register_dependency=True, *hash< auto > rtopts) | OMQ::UserApi::UserApi | static |
getUserConnectionTags(string name) | OMQ::UserApi::UserApi | static |
getUserContextInfo() | OMQ::UserApi::UserApi | static |
getUserInfo(*string username) | OMQ::UserApi::UserApi | static |
getUserServiceInfo(string name) | OMQ::UserApi::UserApi | static |
getValueMap(string mapname, string key) | OMQ::UserApi::UserApi | static |
getValueMaps() | OMQ::UserApi::UserApi | static |
getWfiid() | OMQ::UserApi::Workflow::WorkflowApi | static |
getWorkflowInstanceData(string field) | OMQ::UserApi::Workflow::WorkflowApi | static |
getWorkflowInstanceData(...) | OMQ::UserApi::Workflow::WorkflowApi | static |
getWorkflowInstanceDataArgs(*list< auto > keylist) | OMQ::UserApi::Workflow::WorkflowApi | static |
getWorkflowMetadata() | OMQ::UserApi::Workflow::WorkflowApi | static |
invalidateToken(string token) | OMQ::UserApi::UserApi | static |
isInternalSystemDebuggingEnabled() | OMQ::UserApi::UserApi | static |
isJobContext() | OMQ::UserApi::UserApi | static |
isKubernetes() | OMQ::UserApi::UserApi | static |
isServiceContext() | OMQ::UserApi::UserApi | static |
isSingleTemplatedString(auto value) | OMQ::UserApi::UserApi | static |
isWorkflowContext() | OMQ::UserApi::UserApi | static |
leaveParentFeedback(string key, auto value) | OMQ::UserApi::Workflow::WorkflowApi | static |
logArgsDebug(softstring msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logArgsError(softstring msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logArgsFatal(softstring msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logArgsInfo(softstring msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logArgsTrace(softstring msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logArgsWarn(softstring msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logDebug(softstring msg,...) | OMQ::UserApi::UserApi | static |
logError(softstring msg,...) | OMQ::UserApi::UserApi | static |
logFatal(softstring msg,...) | OMQ::UserApi::UserApi | static |
logInfo(softstring msg,...) | OMQ::UserApi::UserApi | static |
logTrace(softstring msg,...) | OMQ::UserApi::UserApi | static |
logWarn(softstring msg,...) | OMQ::UserApi::UserApi | static |
logWithLevel(Logger::LoggerLevel level, string msg,...) | OMQ::UserApi::UserApi | static |
logWithLevel(int level, string msg,...) | OMQ::UserApi::UserApi | static |
logWithLevelArgs(Logger::LoggerLevel level, string msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
logWithLevelArgs(int level, string msg, *softlist< auto > args) | OMQ::UserApi::UserApi | static |
parentWfiid() | OMQ::UserApi::Workflow::WorkflowApi | static |
postSlaEventError(string sla, number value, string err, string desc) | OMQ::UserApi::UserApi | static |
postSlaEventSuccess(string sla, number value) | OMQ::UserApi::UserApi | static |
postSyncEvent(string eventtype, string eventkey) | OMQ::UserApi::UserApi | static |
postUserEvent(string severity, auto info) | OMQ::UserApi::UserApi | static |
propGet() | OMQ::UserApi::UserApi | static |
propGet(string domain) | OMQ::UserApi::UserApi | static |
propGet(string domain, string key) | OMQ::UserApi::UserApi | static |
propUpdate(string domain, softstring key, auto value) | OMQ::UserApi::UserApi | static |
propUpdate(hash< auto > h) | OMQ::UserApi::UserApi | static |
qorusGetLocalUrl(*string username, *string password) | OMQ::UserApi::UserApi | static |
qorusGetPublicUrl(*hash< auto > cx) | OMQ::UserApi::UserApi | static |
raiseTransientAlert(string alert, string reason, *hash< auto > info) | OMQ::UserApi::UserApi | static |
refreshToken(string token, *int expiry_seconds) | OMQ::UserApi::UserApi | static |
refreshToken(string token, timeout expiry_seconds) | OMQ::UserApi::UserApi | static |
registerFsmAsObserver(string fsm_name, DataProvider::Observable observable, string event_id) | OMQ::UserApi::UserApi | static |
reprioritizeOrder(int prio) | OMQ::UserApi::Workflow::WorkflowApi | static |
rescheduleOrder(date scheduled) | OMQ::UserApi::Workflow::WorkflowApi | static |
restartTransaction(string driver, hash< auto > ex) | OMQ::UserApi::UserApi | static |
runtimeProperties() | OMQ::UserApi::UserApi | static |
saveObjectInObjectCache(object obj) | OMQ::UserApi::UserApi | static |
serializeQorusData(auto d) | OMQ::UserApi::UserApi | static |
serializeQorusDataWithNothing(auto d) | OMQ::UserApi::UserApi | static |
setBlocked() | OMQ::UserApi::Workflow::WorkflowApi | static |
setCustomStatus(string stat) | OMQ::UserApi::Workflow::WorkflowApi | static |
setOption(hash< auto > hash) | OMQ::UserApi::Workflow::WorkflowApi | static |
setOption(string option, auto value) | OMQ::UserApi::Workflow::WorkflowApi | static |
setOrderKey(string key, softlist< softstring > value, bool truncate=False) | OMQ::UserApi::Workflow::WorkflowApi | static |
setOrderKeys(hash< auto > h, bool truncate=False) | OMQ::UserApi::Workflow::WorkflowApi | static |
setRetryDelay(date delay) | OMQ::UserApi::Workflow::WorkflowApi | static |
setRetryDelay(int secs) | OMQ::UserApi::Workflow::WorkflowApi | static |
skipAsyncStep() | OMQ::UserApi::UserApi | static |
skipEvent() | OMQ::UserApi::Workflow::QorusEventStepBase | static |
skipSubworkflow() | OMQ::UserApi::UserApi | static |
sleep(softint arg) | OMQ::UserApi::Workflow::WorkflowApi | static |
startCapturingObjectsFromJava() | OMQ::UserApi::UserApi | static |
startCapturingObjectsFromPython() | OMQ::UserApi::UserApi | static |
stepError(string err, auto info) | OMQ::UserApi::Workflow::WorkflowApi | static |
stepError(string err, auto info, date retry_delay) | OMQ::UserApi::Workflow::WorkflowApi | static |
stepError(string err, auto info, int retry_delay) | OMQ::UserApi::Workflow::WorkflowApi | static |
stepExecuted(string stepname) | OMQ::UserApi::Workflow::WorkflowApi | static |
stepWarning(string err, auto info) | OMQ::UserApi::Workflow::WorkflowApi | static |
stepWarning(string err, string fmt,...) | OMQ::UserApi::Workflow::WorkflowApi | static |
stopCapturingObjectsFromJava() | OMQ::UserApi::UserApi | static |
stopCapturingObjectsFromPython() | OMQ::UserApi::UserApi | static |
submitAsyncKey(string key) | OMQ::UserApi::UserApi | static |
unblockOrder(softint wfiid, *hash< auto > tempdata, *hash< auto > orderkeys) | OMQ::UserApi::UserApi | static |
uncancelOrder(softint wfiid, *hash< auto > tempdata) | OMQ::UserApi::UserApi | static |
updateDynamicData(hash< auto > hash) | OMQ::UserApi::Workflow::WorkflowApi | static |
updateDynamicOrderData(softint wfiid, hash< auto > new_data) | OMQ::UserApi::UserApi | static |
updateDynamicOrderDataPath(softint wfiid, string path, auto value) | OMQ::UserApi::UserApi | static |
updateHashDotValue(*hash< auto > var_data, string var_name, auto value) | OMQ::UserApi::UserApi | static |
updateInstanceData(hash< auto > hash) | OMQ::UserApi::Workflow::WorkflowApi | static |
updateOutputData(string field_name, auto output_data, *hash< auto > output_data_cfg) | OMQ::UserApi::UserApi | static |
updateOutputData(hash< auto > all_output_data, hash< auto > output_data_cfg=UserApi::getConfigItemValue(BB_OUTPUT_DATA_CFG_KEY, NOTHING, False)) | OMQ::UserApi::UserApi | static |
updateSensitiveData(string skey, string svalue, hash< auto > hash, *softlist aliases, *hash< auto > meta) | OMQ::UserApi::Workflow::WorkflowApi | static |
updateSensitiveDataFromAlias(string alias, hash< auto > hash, *hash< auto > meta) | OMQ::UserApi::Workflow::WorkflowApi | static |
updateStepData(hash< auto > new_data) | OMQ::UserApi::Workflow::QorusStepBase | static |
updateTempData(hash< auto > hash) | OMQ::UserApi::Workflow::WorkflowApi | static |
usleep(softint arg) | OMQ::UserApi::Workflow::WorkflowApi | static |
usleep(date arg) | OMQ::UserApi::Workflow::WorkflowApi | static |
writeFileToLocation(string location, data contents) | OMQ::UserApi::UserApi | static |
writeOutputData(*hash< auto > output_data) | OMQ::UserApi::UserApi | static |