Qorus Integration Engine®  4.1.4.p4_git
Deprecated List
File datasource-v4.1.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 datasource::flushToFile (*hash optHash)
use PUT /api/latest/remote/datasources?action=flush instead
Member datasource::get (string name)
use get_datasource_pool() instead; the concept of datasources with auto-commit enabled is deprecated in Qorus
Member datasource::get_desc (string name)
use get_datasource_info() or GET /api/latest/remote/datasources/{name} instead
Member datasource::getDedicated (string name)
use get_datasource_dedicated() instead
Member datasource::getPool (string name)
use get_datasource_pool() instead
Member datasource::getUnique (string name)
use get_datasource_pool() instead
Member datasource::reset (string name)
use PUT /api/latest/remote/datasources/{name}?action=reset instead
Member datasource::select (string name, string sql)
use select methods in the system.sqlutil service instead
Member datasource::selectRow (string name, string sql)
use select methods in the system.sqlutil service instead
Member datasource::showDefaults ()
use GET /api/remote/datasources instead
Member datasource::showDefaultsWithPasswords ()
use GET /api/remote/datasources instead
Member datasource::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 datasource::update_hash (string name, hash h)
use PUT /api/latest/remote/datasources/{name} instead
Member datasource::update_string (string name, string desc)
use PUT /api/latest/remote/datasources/{name} instead
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 info::getServiceMethod (softint mid, *softdate date)
use getServiceMethod2() instead; this method is the same but provides 2 additional hardcoded fields for backwards-compatibility
Member info::getWorkflowInstances (softint workflowid, *string condition, int rownum=OptionHelper::getOption("row-limit"))
use the variant taking a workflow ID list instead
Member info::getWorkflowMetadata ()
use getWorkflowMetadata2() instead
Member info::getWorkflowMetadataFromName (string name, *string ver)
use getWorkflowMetadataFromName2() instead
Member info::getWorkflowStatus (softint id)
use getWorkflowStatus2() instead
Member insert_in_list (list l, any val, int pos)
use qore's splice operator instead; it's faster and standard Qore functionality
Member insert_in_list (reference 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 (string str)
use of dynamic SQL is discouraged; use bind by value instead
Member OMQ::UserApi::fix_quotes (reference 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, AbstractHttpRequestHandler handler, string url, *softlist content_type, *softlist special_headers)
by svc_bind_handler()
Member OMQ::UserApi::Service::bind_handler (string name, AbstractServiceHttpHandler handler)
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 (string type, string name)
by svc_get_service_info_as_current_user()
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_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, *string service)
use registerSoapHandler() instead
Member OMQ::UserApi::Service::registerSoapService (auto wsdl, list 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 (string field)
by wf_get_workflow_instance_data()
Member OMQ::UserApi::Workflow::getWorkflowInstanceData ()
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 (date delay)
by wf_set_retry_delay()
Member OMQ::UserApi::Workflow::setRetryDelay (int secs)
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.1.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 omqmap::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 omqmap::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 omqmap::dumpMap (string mapv)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/<map name>
Member omqmap::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 omqmap::getLastReloadTime ()
since Qorus 4.0 with no substitution.
Member omqmap::getMapList ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/maplist
Member omqmap::getSystemServiceList ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/systemserviceids
Member omqmap::getworkflowlist (*softbool with_deprecated)
since Qorus 4.0. Use rest API with /api/latest/system/metadata/{lookup}
Member omqmap::jobid (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/jobid/<job name>
Member omqmap::joblist ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/joblist
Member omqmap::jobname (softint jobid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/jobname/<job id>
Member omqmap::lookupclass (softstring cid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupclass/<cid>
Member omqmap::lookupconstant (softstring cid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupconstant/<constant id>
Member omqmap::lookupevent (softstring eid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupevent/<event id>reload
Member omqmap::lookupfunc (softstring funcid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupfunc/<function id>
Member omqmap::lookupjob (softstring jid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupjob/<job id>
Member omqmap::lookupmapper (softstring mid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupmapper/<mapper id>
Member omqmap::lookupqueue (softstring qid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupqueue/<queue id>
Member omqmap::lookupservice (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupevent/<name>
Member omqmap::lookupservice (softstring serviceid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupservice/<service id>
Member omqmap::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 omqmap::lookupsla (softstring slaid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupsla/<slaid>
Member omqmap::lookupstep (softstring stepid, *softbool verbose)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupstep
Member omqmap::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 omqmap::lookupvmap (softstring mid)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupvmap/<map id>
Member omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::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 omqmap::rlookupclass (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupclass/<name>
Member omqmap::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 omqmap::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 omqmap::rlookupconstant (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupconstant/<name>
Member omqmap::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 omqmap::rlookupfunc (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupfunc/<name>
Member omqmap::rlookupjob (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupjob/<job name>
Member omqmap::rlookupmapper (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupmapper/<name>
Member omqmap::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 omqmap::rlookupqueue (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupqueue/<name>
Member omqmap::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 omqmap::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 omqmap::rlookupsla (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupsla/<name>
Member omqmap::rlookupstep (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupstep/<step name>
Member omqmap::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 omqmap::rlookupvmap (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupvmap/<name>
Member omqmap::rlookupworkflow (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupworkflow/<name>
Member omqmap::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 omqmap::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 omqmap::servicelist ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/servicelist
Member omqmap::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 omqmap::vmapid (string name)
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/vmapid/<name>
Member omqmap::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 omqmap::workflowlist ()
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/workflowlist/
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.1.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.
Member prop::export (*softlist domains, softbool yaml=False)
use REST API call GET /api/latest/system/props?action=export instead
Member prop::get (string domain, softstring key)
use prop_get() GET /api/latest/system/props/{domain}/{key} instead
Member prop::get (string domain)
use prop_get() or GET /api/latest/system/props/{domain} instead
Member prop::get ()
use prop_get() or GET /api/latest/system/props instead
Member prop::import (string data, *softlist domains)
use REST API call PUT /api/latest/system/props?action=import instead
Member prop::reload ()
use REST API call PUT /api/latest/system/props?action=reload instead
Member prop::update (string domain, softstring key, auto value)
use prop_update() or PUT /api/latest/system/props/{domain}/{key}?action=set instead
Member prop::updateMany (hash hash)
use prop_update() or PUT /api/latest/system/props/{domain}?action=updateMany instead
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

Page Qorus REST API v4

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

File queue-v4.1.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 queue::cancelData (string name, softstring key)
since Qorus 4.0. Use rest API with:
Member queue::correctData (softint wfiid, softint stepid, softint ind)
since Qorus 4.0. Use rest API with:
Member queue::getInfo (softint wfiid, softint stepid=0, *softint ind)
since Qorus 4.0. Use rest API with:
Member queue::getInfoFromQueueKey (string queue, softstring key)
since Qorus 4.0. Use rest API with:
Member queue::getQueueInfo (softint queueid, *string status)
since Qorus 4.0. Use rest API with:
Member queue::getQueueInfoFromName (string name, *string status)
since Qorus 4.0. Use rest API with:
Member queue::status (*softstring name)
since Qorus 4.0. Use rest API with:
Member queue::updateData (string name, softstring key, any data)
since Qorus 4.0. Use the REST API with:
Member queue::updateKey (string queuename, softstring oldkey, softstring newkey)
since Qorus 4.0. Use rest API with:
File remote-v4.1.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 remote::get (string name)
use get_remote_rpc_connection() instead
Member remote::get_rest (string name)
use get_remote_rest_connection() instead
Member remote::ping_local ()
use PUT /api/latest/remote/qorus/{name}?action=ping instead
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.1.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.
Member status::cancelWorkflow (softint wfiid)
use PUT /api/latest/orders/{id}?action=cancel instead
Member status::retryAll (softint wfiid)
use rest_api_PUT_latest_orders__id__retry instead
Member status::setError (softint wfiid)
PUT /api/latest/orders/{id}?action=setError instead
Member status::skipStep (softint wfiid, softint stepid, *softint ind)
use PUT /api/latest/orders/{id}?action=skipStep instead
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.