Qorus Integration Engine®  4.0.3.p2_git
Deprecated List
File datasource-v4.0.qsd
This service is now deprecated and only included for backwards compatibility. The functionality previously implemented by this service is now built in to the Qorus server itself and integrated with connection monitoring and automatic interface management.
Member eval_node (any n)
use sprintf("%n", expr) instead
Member get_datasource (string name)
use omqclient.getDatasource() or get_datasource_dedicated() instead
Member get_program_name ()
use standard Qore function get_script_name() instead
Member getFormattedString (any n)
use sprintf("%N", expr) instead
Member insert_in_list (reference l, any val, int pos)
use qore's splice operator instead; it's faster and standard Qore functionality
Member insert_in_list (list l, any val, int pos)
use qore's splice operator instead; it's faster and standard Qore functionality
Member OMQ::ConnectionScheme::constructor (string name, code maker)
since Qorus 4.0
Member OMQ::QEC_SERVICE_AUTOSTART_CHANGE
This event is no longer raised as of Qorus 4.0
Member OMQ::UserApi::callNetworkAPI (string call, softlist args)
by call_network_api()
Member OMQ::UserApi::callNetworkAPIArgs (string call, softlist args)
by call_network_api_args()
Member OMQ::UserApi::callNetworkAPIArgsWithAuthentication (string user, string pass, string call, softlist args)
by call_network_api_args_with_authentication()
Member OMQ::UserApi::compareVersion (string lv, string rv)
by Util::compare_version()
Member OMQ::UserApi::create_sql_string ()
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::create_sql_string2 (auto driver)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::createOrder (string name, *string version, hash params, string status=StatReady)
by create_order()
Member OMQ::UserApi::db_date (string driver, date date)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::execSynchronousWorkflow (string name, *string version, hash sdata, *hash opts, *hash ddata, softint priority=DefaultOrderPriority, *hash orderkeys, *softstring external_order_instanceid, *softint parent_workflow_instanceid)
by exec_synchronous_workflow()
Member OMQ::UserApi::fix_quotes (reference str)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::fix_quotes (string str)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::get_datasource_shared (string name, bool register_dependency=True)
use get_datasource_pool() instead; the concept of datasources with auto-commit enabled is deprecated in Qorus
Member OMQ::UserApi::get_exception_string (hash< auto > ex)
by Util::get_exception_string()
Member OMQ::UserApi::get_sql_number (auto v)
the use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::get_sql_string (auto v, int size=0)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::getOption ()
by get_option()
Member OMQ::UserApi::getOracleNumber (auto v)
use of dynamic SQL is discouraged; use bind by value instead; this function was deprecated by get_sql_number()
Member OMQ::UserApi::getOracleString (auto v, int size=0)
use of dynamic SQL is discouraged; use bind by value instead; this function was deprecated by get_sql_string()
Member OMQ::UserApi::getRunningWorkflowInfo (softint id)
by get_running_workflow_info()
Member OMQ::UserApi::getRunningWorkflowList ()
by get_running_workflow_list()
Member OMQ::UserApi::getSessionID ()
by get_session_id()
Member OMQ::UserApi::getSQLNumber (auto v)
use of dynamic SQL is discouraged; use bind by value instead; this function was deprecated by get_sql_number()
Member OMQ::UserApi::getSQLString (auto v, int size=0)
use of dynamic SQL is discouraged; use bind by value instead; this function was deprecated by get_sql_string()
Member OMQ::UserApi::getSystemInfo ()
by get_system_info()
Member OMQ::UserApi::getSystemServiceInfo (string name)
by get_system_service_info()
Member OMQ::UserApi::getUserServiceInfo (string name)
by get_user_service_info()
Member OMQ::UserApi::make_select_list (auto list)
Oracle-specific; use make_select_list2() instead
Member OMQ::UserApi::make_select_list2 (auto driver, auto list)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::oracle_date (date date)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::parseBoolean (auto v)
by Qore::parse_boolean()
Member OMQ::UserApi::remove_from_list_index (list< auto > list, int index)
use the Qore splice operator instead which is faster and standard qore functionality
Member OMQ::UserApi::runtimeProperties ()
by runtime_properties()
Member OMQ::UserApi::Service::bind_ftp (AbstractFtpHandler handler)
by svc_bind_ftp()
Member OMQ::UserApi::Service::bind_handler (string name, AbstractServiceHttpHandler handler)
by svc_bind_handler()
Member OMQ::UserApi::Service::bind_handler (string name, AbstractHttpRequestHandler handler, string url, *softlist content_type, *softlist special_headers)
by svc_bind_handler()
Member OMQ::UserApi::Service::bind_http (AbstractServiceHttpHandler handler)
by svc_bind_http()
Member OMQ::UserApi::Service::call_api_as_current_user (string call, softlist args)
by svc_call_api_as_current_user()
Member OMQ::UserApi::Service::check_authorization ()
by svc_check_authorization()
Member OMQ::UserApi::Service::check_authorization_or ()
by svc_check_authorization_or()
Member OMQ::UserApi::Service::check_job_access (list ids)
by svc_check_job_access()
Member OMQ::UserApi::Service::check_job_access (softint id)
by svc_check_job_access()
Member OMQ::UserApi::Service::check_job_instance_access (softstring jiid)
by svc_check_job_instance_access()
Member OMQ::UserApi::Service::check_queue_access (softint queueid, string key)
by svc_check_queue_access()
Member OMQ::UserApi::Service::check_service_access (list ids)
by svc_check_service_access()
Member OMQ::UserApi::Service::check_service_access (softint id)
by svc_check_service_access()
Member OMQ::UserApi::Service::check_workflow_access (list ids)
by svc_check_workflow_access()
Member OMQ::UserApi::Service::check_workflow_access (softint id)
by svc_check_workflow_access()
Member OMQ::UserApi::Service::check_workflow_instance_access (softstring wfiid)
by svc_check_workflow_instance_access()
Member OMQ::UserApi::Service::get_active_jobs_as_current_user ()
by svc_get_active_jobs_as_current_user()
Member OMQ::UserApi::Service::get_call_context ()
by svc_get_call_context()
Member OMQ::UserApi::Service::get_job_access_hash ()
by svc_get_job_access_hash()
Member OMQ::UserApi::Service::get_job_access_list ()
by svc_get_job_access_list()
Member OMQ::UserApi::Service::get_last_events (softint count)
by svc_get_last_events()
Member OMQ::UserApi::Service::get_last_events_and (softint count, any filter, any or_not)
by svc_get_last_events_and()
Member OMQ::UserApi::Service::get_last_events_or (softint count, any filter, any and_not)
by svc_get_last_events_or()
Member OMQ::UserApi::Service::get_omq_option ()
by get_option()
Member OMQ::UserApi::Service::get_resource (string name, hash ctx, int code=200, *hash hdr)
by get_resource()
Member OMQ::UserApi::Service::get_resource_data (string name, *hash ctx)
by svc_get_resource_data()
Member OMQ::UserApi::Service::get_resource_hash ()
by svc_get_resource_hash()
Member OMQ::UserApi::Service::get_resource_list ()
by svc_get_resource_list()
Member OMQ::UserApi::Service::get_running_workflow_list_as_current_user (string name, *string ver)
by svc_get_running_workflow_list_as_current_user()
Member OMQ::UserApi::Service::get_service_access_hash ()
by svc_get_service_access_hash()
Member OMQ::UserApi::Service::get_service_access_list ()
by svc_get_service_access_list()
Member OMQ::UserApi::Service::get_service_info_as_current_user (softint id)
by svc_get_service_info_as_current_user()
Member OMQ::UserApi::Service::get_service_info_as_current_user (string type, string name)
by svc_get_service_info_as_current_user()
Member OMQ::UserApi::Service::get_template_hash ()
by svc_get_template_hash()
Member OMQ::UserApi::Service::get_template_list ()
by svc_get_template_list()
Member OMQ::UserApi::Service::get_workflow_access_hash ()
by svc_get_workflow_access_hash()
Member OMQ::UserApi::Service::get_workflow_access_list ()
by svc_get_workflow_access_list()
Member OMQ::UserApi::Service::getServiceInfo ()
by svc_get_service_info()
Member OMQ::UserApi::Service::getSoapCallContext ()
by svc_get_http_call_context()
Member OMQ::UserApi::Service::has_resource (string name)
by svc_has_resource()
Member OMQ::UserApi::Service::has_template (string name)
by svc_has_template()
Member OMQ::UserApi::Service::registerSoapHandler (hash h)
by svc_register_soap_handler()
Member OMQ::UserApi::Service::registerSoapService (auto wsdl, list service)
use registerSoapHandler() instead
Member OMQ::UserApi::Service::registerSoapService (auto wsdl, *string service)
use registerSoapHandler() instead
Member OMQ::UserApi::Service::render_template (string name, hash ctx)
by svc_render_template()
Member OMQ::UserApi::Service::slog ()
by log()
Member OMQ::UserApi::Service::startServiceThread (any func)
by svc_start_thread()
Member OMQ::UserApi::Service::startServiceThreadArgs (any func, any args)
by svc_start_thread_args()
Member OMQ::UserApi::Service::test_authorization ()
by svc_test_authorization()
Member OMQ::UserApi::Service::test_authorization_or ()
by svc_test_authorization_or()
Member OMQ::UserApi::Service::test_job_access (list ids)
by svc_test_job_access()
Member OMQ::UserApi::Service::test_job_access (softint id)
by svc_test_job_access()
Member OMQ::UserApi::Service::test_service_access (softint id)
by svc_test_service_access()
Member OMQ::UserApi::Service::test_service_access (list ids)
by svc_test_service_access()
Member OMQ::UserApi::Service::test_workflow_access (softint id)
by svc_test_workflow_access()
Member OMQ::UserApi::Service::test_workflow_access (list ids)
by svc_test_workflow_access()
Member OMQ::UserApi::Service::try_get_resource (string name, hash ctx, int code=200, *hash hdr)
by svc_try_get_resource()
Member OMQ::UserApi::Service::try_get_resource_data (string name, *hash ctx)
by svc_try_get_resource_data()
Member OMQ::UserApi::Service::try_render_template (string name, hash ctx)
by svc_try_render_template()
Member OMQ::UserApi::Service::ui_extension_register (OMQ::QorusExtensionHandler handler)
by svc_ui_extension_register()
Member OMQ::UserApi::Service::wait_for_events (softint min_id=1, timeout timeout_ms=0)
by svc_wait_for_events()
Member OMQ::UserApi::Service::wait_for_events_and (softint min_id=1, any filter, timeout timeout_ms=0, any or_not)
by svc_wait_for_events_and()
Member OMQ::UserApi::Service::wait_for_events_or (softint min_id=1, any filter, timeout timeout_ms=0, any and_not)
by svc_wait_for_events_or()
Member OMQ::UserApi::setOption (hash hash)
by set_option()
Member OMQ::UserApi::Workflow::bind_event (softstring eventkey)
by wf_bind_event()
Member OMQ::UserApi::Workflow::bind_event_unposted (softstring eventkey)
by wf_bind_event_unposted()
Member OMQ::UserApi::Workflow::bindSubWorkflow (hash wf, hash order)
by wf_bind_subworkflow()
Member OMQ::UserApi::Workflow::deleteDynamicDataKey (softlist list)
by wf_delete_dynamic_data_key()
Member OMQ::UserApi::Workflow::deleteInstanceDataKey (softlist list)
by wf_delete_instance_data_key()
Member OMQ::UserApi::Workflow::deleteTempDataKey (softlist list)
by wf_delete_temp_data_key()
Member OMQ::UserApi::Workflow::generateUniqueKey ()
by wf_generate_unique_key()
Member OMQ::UserApi::Workflow::get_child_feedback (string key)
by wf_get_child_feedback()
Member OMQ::UserApi::Workflow::getDynamicData ()
by wf_get_dynamic_data()
Member OMQ::UserApi::Workflow::getErrorInfo (string err)
by wf_get_error_info()
Member OMQ::UserApi::Workflow::getInstanceData ()
by wf_get_instance_data()
Member OMQ::UserApi::Workflow::getOrderInfo ()
This function is present for backwards-compatibility, now uses Order Instance Notes; use WorkflowApi::getOrderNotes() instead
Member OMQ::UserApi::Workflow::getOrderKeys ()
by wf_get_order_keys()
Member OMQ::UserApi::Workflow::getParentWorkflowInstanceID ()
by wf_get_parent_workflow_instanceid()
Member OMQ::UserApi::Workflow::getSharedDatasource (string ds)
by get_datasource_shared()
Member OMQ::UserApi::Workflow::getStaticData ()
by wf_get_static_data()
Member OMQ::UserApi::Workflow::getStepInfo ()
by wf_get_step_info()
Member OMQ::UserApi::Workflow::getStepStatus (string stepname)
by wf_get_step_status()
Member OMQ::UserApi::Workflow::getTempData ()
by wf_get_temp_data()
Member OMQ::UserApi::Workflow::getUniqueDatasource (string ds)
by get_datasource_dedicated()
Member OMQ::UserApi::Workflow::getWorkflowInstanceData ()
by wf_get_workflow_instance_data()
Member OMQ::UserApi::Workflow::getWorkflowInstanceData (string field)
by wf_get_workflow_instance_data()
Member OMQ::UserApi::Workflow::getWorkflowMetadata ()
by wf_get_workflow_metadata()
Member OMQ::UserApi::Workflow::leave_parent_feedback (string key, any value)
by wf_leave_parent_feedback()
Member OMQ::UserApi::Workflow::reprioritize_order (int prio)
by wf_reprioritize_order()
Member OMQ::UserApi::Workflow::reschedule_order (date scheduled)
by wf_reschedule_order()
Member OMQ::UserApi::Workflow::serror (string err, any info)
by wf_serror()
Member OMQ::UserApi::Workflow::serror (string err, any info, date retry_delay)
by wf_serror()
Member OMQ::UserApi::Workflow::serror (string err, any info, int retry_delay)
by wf_serror()
Member OMQ::UserApi::Workflow::setBlocked ()
by wf_set_blocked()
Member OMQ::UserApi::Workflow::setCustomStatus (string stat)
by wf_set_custom_status()
Member OMQ::UserApi::Workflow::setOrderInfo (*hash< auto > h)
This function is present for backwards-compatibility; uses Order Instance Notes; use WorkflowApi::addOrderNote() instead
Member OMQ::UserApi::Workflow::setOrderKeys (hash hash, bool truncate=False)
by wf_set_order_keys()
Member OMQ::UserApi::Workflow::setRetryDelay (int secs)
by wf_set_retry_delay()
Member OMQ::UserApi::Workflow::setRetryDelay (date delay)
by wf_set_retry_delay()
Member OMQ::UserApi::Workflow::skip_event ()
by wf_skip_event()
Member OMQ::UserApi::Workflow::skipAsyncStep ()
by wf_skip_async_step()
Member OMQ::UserApi::Workflow::skipSubWorkflow ()
by wf_skip_subworkflow()
Member OMQ::UserApi::Workflow::sqllog (string ds, string msg)
This function is present for backwards-compatibility; use log() instead
Member OMQ::UserApi::Workflow::stepExecuted (string stepname)
by wf_step_executed()
Member OMQ::UserApi::Workflow::submitAsyncKey (softstring key)
by wf_submit_async_key()
Member OMQ::UserApi::Workflow::swarning (string err, any info)
by wf_swarning()
Member OMQ::UserApi::Workflow::updateDynamicData (hash hash)
by wf_update_dynamic_data()
Member OMQ::UserApi::Workflow::updateInstanceData (hash hash)
by wf_update_instance_data()
Member OMQ::UserApi::Workflow::updateTempData (hash hash)
by wf_update_temp_data()
Member OMQ::UserApi::Workflow::wf_get_parent_workflow_instanceid ()
use WorkflowApi::parentWfiid() instead
Member OMQ::WM_Synchronous
this mode is no longer used
Member omq.system.authenticate ()
This function is present for backwards-compatibility and no longer performs any useful function now that the RBAC framework is in place
Member omq.system.get-order-info (softstring wfiid)
This function is present for backwards-compatibility and uses Order Instance Notes
Member omq.system.set-order-info (softstring wfiid, hash h)
This function is present for backwards-compatibility and uses Order Instance Notes
Member omq_read_option_file ()
use qorus_parse_options() instead
File omqmap-v4.0.qsd
This service is now deprecated and only included for backwards compatibility. The functionality previously implemented by this service is now built in to the Qorus server itself and integrated with a rest API.
Member parse_dbparams ()
it is not necessary to call this function directly anymore; just call qorus_client_init() or qorus_client_init2() and then ::omqclient.getDatasource(), etc
Member process_datasource (string line)
use omqclient.setDatasourceFromText() instead
File prop-v4.0.qsd
This service is now deprecated and only included for backwards compatibility; use prop_get() and prop_update() in internal code (or in the Qorus client) or the REST API to read, set, import, and export properties externally.
Page Qorus Latest REST API

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

this function is kept only for backward compatibility with the old UI.

this function is kept only for backward compatibility with the old UI.

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of manually starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Page Qorus REST API v1

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

this function is kept only for backward compatibility with the old UI.

this function is kept only for backward compatibility with the old UI.

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of manually starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Page Qorus REST API v2

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

this function is kept only for backward compatibility with the old UI.

this function is kept only for backward compatibility with the old UI.

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of manually starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Page Qorus REST API v3

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

use PUT /api/workflows/{id_or_name}?action=setOptions instead

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of starting and stopping workflow execution instances

this function is kept only for backward compatibility with the old UI.

this function is kept only for backward compatibility with the old UI.

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Workflow execution instances should not be manually started; they should be started by the system based on their autostart values and enabled and disabled for operational reasons; use PUT /api/workflows/{id_or_name}?action=enable and PUT /api/workflows/{id_or_name}?action=disable instead of manually starting and stopping workflow execution instances

Workflow execution instances should not be manually stopped; they should be disabled instead; use PUT /api/workflows?action=enable and PUT /api/workflows?action=disable instead of starting and stopping workflow execution instances

Member QorusSystemDatasourceService::flushToFile (*hash optHash)
use PUT /api/latest/remote/datasources?action=flush instead
Member QorusSystemDatasourceService::get (string name)
use get_datasource_pool() instead; the concept of datasources with auto-commit enabled is deprecated in Qorus
Member QorusSystemDatasourceService::get_desc (string name)
use get_datasource_info() or GET /api/latest/remote/datasources/{name} instead
Member QorusSystemDatasourceService::getDedicated (string name)
use get_datasource_dedicated() instead
Member QorusSystemDatasourceService::getPool (string name)
use get_datasource_pool() instead
Member QorusSystemDatasourceService::getUnique (string name)
use get_datasource_pool() instead
Member QorusSystemDatasourceService::reset (string name)
use PUT /api/latest/remote/datasources/{name}?action=reset instead
Member QorusSystemDatasourceService::select (string name, string sql)
use select methods in the system.sqlutil service instead
Member QorusSystemDatasourceService::selectRow (string name, string sql)
use select methods in the system.sqlutil service instead
Member QorusSystemDatasourceService::showDefaults ()
use GET /api/remote/datasources instead
Member QorusSystemDatasourceService::showDefaultsWithPasswords ()
use GET /api/remote/datasources instead
Member QorusSystemDatasourceService::update (string name, string type, string user, string pass, string db, *string charset, *string host, *softint port, softint min=0, softint max=0, *hash opts)
use PUT /api/latest/remote/datasources/{name} instead
Member QorusSystemDatasourceService::update_hash (string name, hash h)
use PUT /api/latest/remote/datasources/{name} instead
Member QorusSystemDatasourceService::update_string (string name, string desc)
use PUT /api/latest/remote/datasources/{name} instead
Member QorusSystemOmqmapService::classid (string name, *string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/classid/<name>[/<version>]
Member QorusSystemOmqmapService::constantid (string name, *string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/constantid/<name>[/<version>]
Member QorusSystemOmqmapService::dumpMap (string mapv)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/<map name>
Member QorusSystemOmqmapService::functionid (string name, *string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/functionid/<name>
  • GET system/metadata/functionid/<name>/<version>
Member QorusSystemOmqmapService::getLastReloadTime ()
since Qorus 4.0 with no substitution.
Member QorusSystemOmqmapService::getMapList ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/maplist
Member QorusSystemOmqmapService::getSystemServiceList ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/systemserviceids
Member QorusSystemOmqmapService::getworkflowlist (*softbool with_deprecated)
since Qorus 4.0. Use rest API with /api/latest/system/metadata/{lookup}
Member QorusSystemOmqmapService::jobid (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/jobid/<job name>
Member QorusSystemOmqmapService::joblist ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/joblist
Member QorusSystemOmqmapService::jobname (softint jobid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/jobname/<job id>
Member QorusSystemOmqmapService::lookupclass (softstring cid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupclass/<cid>
Member QorusSystemOmqmapService::lookupconstant (softstring cid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupconstant/<constant id>
Member QorusSystemOmqmapService::lookupevent (softstring eid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupevent/<event id>reload
Member QorusSystemOmqmapService::lookupfunc (softstring funcid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupfunc/<function id>
Member QorusSystemOmqmapService::lookupjob (softstring jid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupjob/<job id>
Member QorusSystemOmqmapService::lookupmapper (softstring mid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupmapper/<mapper id>
Member QorusSystemOmqmapService::lookupqueue (softstring qid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupqueue/<queue id>
Member QorusSystemOmqmapService::lookupservice (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupevent/<name>
Member QorusSystemOmqmapService::lookupservice (softstring serviceid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupservice/<service id>
Member QorusSystemOmqmapService::lookupserviceinfo (string type, string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupserviceinfo/<service type>/<service name>
Member QorusSystemOmqmapService::lookupsla (softstring slaid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupsla/<slaid>
Member QorusSystemOmqmapService::lookupstep (softstring stepid, *softbool verbose)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupstep
Member QorusSystemOmqmapService::lookupstep (list l, *softbool verbose)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupsteps?ids=1,2,..,N[&verbose=0|1]
Member QorusSystemOmqmapService::lookupvmap (softstring mid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupvmap/<map id>
Member QorusSystemOmqmapService::lookupworkflow (softstring wfid, *softbool verbose)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupworkflow/<workflow id>
  • GET system/metadata/lookupworkflow/<workflow id>/<verbose>
Member QorusSystemOmqmapService::mapperid (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/mapperid/<name>/<version>
Member QorusSystemOmqmapService::reload (softlist l=ReloadMaps)
since Qorus 4.0. Use rest API with one of the PUT system/metadata/reload variants (see below) or system/metadata/reload/all to reload everything
Member QorusSystemOmqmapService::reloadClasses (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {classes: list} in the body
  • PUT system/metadata/reload/classes to reload all of them
Member QorusSystemOmqmapService::reloadConstants (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {constants: list} in the body
  • PUT system/metadata/reload/constants to reload all of them
Member QorusSystemOmqmapService::reloadEvents (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {events: list} in the body
  • PUT system/metadata/reload/events to reload all of them
Member QorusSystemOmqmapService::reloadFunctions (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {functions: list} in the body
  • PUT system/metadata/reload/functions to reload all of them
Member QorusSystemOmqmapService::reloadJobs (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {jobs: list} in the body
  • PUT system/metadata/reload/jobs to reload all of them
Member QorusSystemOmqmapService::reloadMappers (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {mappers: list} in the body
  • PUT system/metadata/reload/mappers to reload all of them
Member QorusSystemOmqmapService::reloadQueues (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {queues: list} in the body
  • PUT system/metadata/reload/queues to reload all of them
Member QorusSystemOmqmapService::reloadServices (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {services: list} in the body
  • PUT system/metadata/reload/services to reload all of them
Member QorusSystemOmqmapService::reloadSlas (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {slas: list} in the body
  • PUT system/metadata/reload/slas to reload all of them
Member QorusSystemOmqmapService::reloadSteps (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {steps: list} in the body
  • PUT system/metadata/reload/steps to reload all of them
Member QorusSystemOmqmapService::reloadVMaps (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload with {vmaps: list} in the body
  • PUT system/metadata/reload/vmaps to reload all of them
Member QorusSystemOmqmapService::reloadWorkflows (*softlist ids)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • PUT system/metadata/reload {workflows: list} in the body
  • PUT system/metadata/reload/workflows to reload all of them
Member QorusSystemOmqmapService::rlookupclass (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupclass/<name>/<version>
Member QorusSystemOmqmapService::rlookupclass (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupclass/<name>
Member QorusSystemOmqmapService::rlookupconstant (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupqueue/<name>/<version>
Member QorusSystemOmqmapService::rlookupconstant (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupconstant/<name>
Member QorusSystemOmqmapService::rlookupfunc (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupfunc/<name>
Member QorusSystemOmqmapService::rlookupfunc (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupfunc/<function id>/<version>
Member QorusSystemOmqmapService::rlookupjob (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupjob/<job name>
Member QorusSystemOmqmapService::rlookupmapper (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupmapper/<name>/<version>
Member QorusSystemOmqmapService::rlookupmapper (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupmapper/<name>
Member QorusSystemOmqmapService::rlookupqueue (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupqueue/<name>
Member QorusSystemOmqmapService::rlookupservice (string type, string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupservice/<service type>/<service name>/<version>
Member QorusSystemOmqmapService::rlookupservice (string type, string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupservice/<service type>/<service name>
Member QorusSystemOmqmapService::rlookupsla (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupsla/<name>
Member QorusSystemOmqmapService::rlookupstep (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupstep/<step name>/<version>
Member QorusSystemOmqmapService::rlookupstep (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupstep/<step name>
Member QorusSystemOmqmapService::rlookupvmap (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupvmap/<name>
Member QorusSystemOmqmapService::rlookupworkflow (string name, string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupworkflow/<name>/<version>
Member QorusSystemOmqmapService::rlookupworkflow (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupworkflow/<name>
Member QorusSystemOmqmapService::serviceid (string type, string name, *string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/serviceid/<service type>/<service name>[/<version>]
Member QorusSystemOmqmapService::servicelist ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/servicelist
Member QorusSystemOmqmapService::stepid (string name, *string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/stepid/<step name>
  • GET system/metadata/stepid/<step name>/<version>
Member QorusSystemOmqmapService::vmapid (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/vmapid/<name>
Member QorusSystemOmqmapService::workflowid (string name, *string version)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/workflowid/<name>[/<version>]
Member QorusSystemOmqmapService::workflowlist ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/workflowlist/
Member QorusSystemPropService::export (*softlist domains, softbool yaml=False)
use REST API call GET /api/latest/system/props?action=export instead
Member QorusSystemPropService::get ()
use prop_get() or GET /api/latest/system/props instead
Member QorusSystemPropService::get (string domain, softstring key)
use prop_get() GET /api/latest/system/props/{domain}/{key} instead
Member QorusSystemPropService::get (string domain)
use prop_get() or GET /api/latest/system/props/{domain} instead
Member QorusSystemPropService::import (string data, *softlist domains)
use REST API call PUT /api/latest/system/props?action=import instead
Member QorusSystemPropService::reload ()
use REST API call PUT /api/latest/system/props?action=reload instead
Member QorusSystemPropService::update (string domain, softstring key, auto value)
use prop_update() or PUT /api/latest/system/props/{domain}/{key}?action=set instead
Member QorusSystemPropService::updateMany (hash hash)
use prop_update() or PUT /api/latest/system/props/{domain}?action=updateMany instead
Member QorusSystemQueueService::cancelData (string name, softstring key)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::correctData (softint wfiid, softint stepid, softint ind)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::getInfo (softint wfiid, softint stepid=0, *softint ind)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::getInfoFromQueueKey (string queue, softstring key)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::getQueueInfo (softint queueid, *string status)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::getQueueInfoFromName (string name, *string status)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::status (*softstring name)
since Qorus 4.0. Use rest API with:
Member QorusSystemQueueService::updateData (string name, softstring key, any data)
since Qorus 4.0. Use the REST API with:
Member QorusSystemQueueService::updateKey (string queuename, softstring oldkey, softstring newkey)
since Qorus 4.0. Use rest API with:
Member QorusSystemRemoteService::get (string name)
use get_remote_rpc_connection() instead
Member QorusSystemRemoteService::get_rest (string name)
use get_remote_rest_connection() instead
Member QorusSystemRemoteService::ping_local ()
use PUT /api/latest/remote/qorus/{name}?action=ping instead
Member QorusSystemService::getServiceMethod (softint mid, *softdate date)
use getServiceMethod2() instead; this method is the same but provides 2 additional hardcoded fields for backwards-compatibility
Member QorusSystemService::getWorkflowInstances (softint workflowid, *string condition, int rownum=OptionHelper::getOption("row-limit"))
use the variant taking a workflow ID list instead
Member QorusSystemService::getWorkflowMetadata ()
use getWorkflowMetadata2() instead
Member QorusSystemService::getWorkflowMetadataFromName (string name, *string ver)
use getWorkflowMetadataFromName2() instead
Member QorusSystemService::getWorkflowStatus (softint id)
use getWorkflowStatus2() instead
Member QorusSystemStatusService::cancelWorkflow (softint wfiid)
use PUT /api/latest/orders/{id}?action=cancel instead
Member QorusSystemStatusService::retryAll (softint wfiid)
use rest_api_PUT_latest_orders__id__retry instead
Member QorusSystemStatusService::setError (softint wfiid)
PUT /api/latest/orders/{id}?action=setError instead
Member QorusSystemStatusService::skipStep (softint wfiid, softint stepid, *softint ind)
use PUT /api/latest/orders/{id}?action=skipStep instead
File queue-v4.0.qsd
This service is now deprecated and only included for backwards compatibility. The functionality previously implemented by this service is now built in to the Qorus server itself and integrated with a rest API.
File remote-v4.0.qsd
This service is now deprecated and only included for backwards compatibility. The functionality previously implemented by this service is now built in to the Qorus server itself and integrated with connection monitoring and automatic interface management.
Member remove_key (hash h, string key)
use the "-" operator instead (hash - string); it is faster and standard Qore functionality
Page Service API Reference
This event it no longer raised as of Qorus 4.0
File status-v4.0.qsd
This service is deprecated and only included for backwards compatibility; all methods in this service have been replaced by internal API calls. The functionality previously implemented by this service is now built in to the Qorus server itself and exposed through RPC and REST APIs.
Page System Options

This option will be removed in a future version of Qorus.

This option will be removed in a future version of Qorus

This option will be removed in a future version of Qorus

This option will be removed in a future version of Qorus

This option will be removed in a future version of Qorus

since Qorus 4.0

This option will be removed in a future version of Qorus.