Qorus Integration Engine® Enterprise Edition 6.0.10_prod
Loading...
Searching...
No Matches
qorus-old-doconly.ql File Reference

old deprecated functions imported only for backwards compatibility More...

Namespaces

namespace  OMQ
 main Qorus namespace
 
namespace  OMQ::UserApi
 user API namespace root
 
namespace  OMQ::UserApi::Workflow
 main workflow API namespace
 
namespace  OMQ::UserApi::Service
 Qorus service API namespace.
 

Functions

deprecated nothing srand (softint seed)
 this function is a noop because allowing access to this function would affect the entire Qorus process; it's included for backwards-compatibility More...
 
deprecated any OMQ::UserApi::getOption ()
 
deprecated OMQ::UserApi::setOption (hash hash)
 
*hash OMQ::UserApi::getSystemServiceInfo (string name)
 
*hash OMQ::UserApi::getUserServiceInfo (string name)
 
list OMQ::UserApi::getRunningWorkflowList ()
 
hash OMQ::UserApi::getRunningWorkflowInfo (softint id)
 
softstring OMQ::UserApi::createOrder (string name, *string version, hash params, string status=StatReady)
 
hash OMQ::UserApi::runtimeProperties ()
 
hash 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)
 
any OMQ::UserApi::callNetworkAPIArgsWithAuthentication (string user, string pass, string call, softlist args)
 
any OMQ::UserApi::callNetworkAPIArgs (string call, softlist args)
 
any OMQ::UserApi::callNetworkAPI (string call, softlist args)
 
hash OMQ::UserApi::getSystemInfo ()
 
int OMQ::UserApi::getSessionID ()
 
deprecated OMQ::UserApi::Workflow::bind_event (softstring eventkey)
 
deprecated OMQ::UserApi::Workflow::bind_event_unposted (softstring eventkey)
 
deprecated OMQ::UserApi::Workflow::skip_event ()
 
deprecated hash OMQ::UserApi::Workflow::bindSubWorkflow (hash wf, hash order)
 
deprecated hash OMQ::UserApi::Workflow::skipSubWorkflow ()
 
deprecated OMQ::UserApi::Workflow::deleteDynamicDataKey (softlist list)
 
deprecated OMQ::UserApi::Workflow::deleteInstanceDataKey (softlist list)
 
deprecated OMQ::UserApi::Workflow::deleteTempDataKey (softlist list)
 
deprecated any OMQ::UserApi::Workflow::get_child_feedback (string key)
 
deprecated Datasource OMQ::UserApi::Workflow::getSharedDatasource (string ds)
 
deprecated DatasourcePool OMQ::UserApi::Workflow::getUniqueDatasource (string ds)
 
deprecated string OMQ::UserApi::Workflow::generateUniqueKey ()
 
deprecated any OMQ::UserApi::Workflow::getErrorInfo (string err)
 
deprecated any OMQ::UserApi::Workflow::getInstanceData ()
 
deprecated *string OMQ::UserApi::Workflow::getParentWorkflowInstanceID ()
 
deprecated any OMQ::UserApi::Workflow::getWorkflowInstanceData (string field)
 
deprecated hash OMQ::UserApi::Workflow::getWorkflowInstanceData ()
 
deprecated OMQ::UserApi::Workflow::setRetryDelay (date delay)
 
deprecated OMQ::UserApi::Workflow::setRetryDelay (int secs)
 
deprecated any OMQ::UserApi::Workflow::getDynamicData ()
 
deprecated any OMQ::UserApi::Workflow::getOrderKeys ()
 
deprecated any OMQ::UserApi::Workflow::getStaticData ()
 
deprecated *hash OMQ::UserApi::Workflow::getStepInfo ()
 
deprecated *string OMQ::UserApi::Workflow::getStepStatus (string stepname)
 
deprecated any OMQ::UserApi::Workflow::getTempData ()
 
deprecated hash OMQ::UserApi::Workflow::getWorkflowMetadata ()
 
deprecated OMQ::UserApi::Workflow::leave_parent_feedback (string key, any value)
 
deprecated OMQ::UserApi::Workflow::reschedule_order (date scheduled)
 
deprecated OMQ::UserApi::Workflow::reprioritize_order (int prio)
 
deprecated OMQ::UserApi::Workflow::serror (string err, any info)
 
deprecated OMQ::UserApi::Workflow::serror (string err, any info, date retry_delay)
 
deprecated OMQ::UserApi::Workflow::serror (string err, any info, int retry_delay)
 
deprecated OMQ::UserApi::Workflow::setBlocked ()
 
deprecated OMQ::UserApi::Workflow::setCustomStatus (string stat)
 
deprecated OMQ::UserApi::Workflow::setOrderKeys (hash hash, bool truncate=False)
 
deprecated OMQ::UserApi::Workflow::skipAsyncStep ()
 
deprecated bool OMQ::UserApi::Workflow::stepExecuted (string stepname)
 
deprecated OMQ::UserApi::Workflow::submitAsyncKey (softstring key)
 
deprecated OMQ::UserApi::Workflow::swarning (string err, any info)
 
deprecated OMQ::UserApi::Workflow::updateDynamicData (hash hash)
 
deprecated OMQ::UserApi::Workflow::updateInstanceData (hash hash)
 
deprecated OMQ::UserApi::Workflow::updateTempData (hash hash)
 
deprecated any OMQ::UserApi::Service::get_omq_option ()
 
deprecated OMQ::UserApi::Service::check_authorization ()
 
deprecated OMQ::UserApi::Service::check_authorization_or ()
 
deprecated bool OMQ::UserApi::Service::test_authorization ()
 
deprecated bool OMQ::UserApi::Service::test_authorization_or ()
 
deprecated OMQ::UserApi::Service::check_workflow_access (list ids)
 
deprecated OMQ::UserApi::Service::check_workflow_access (softint id)
 
deprecated bool OMQ::UserApi::Service::test_workflow_access (list ids)
 
deprecated bool OMQ::UserApi::Service::test_workflow_access (softint id)
 
deprecated *list OMQ::UserApi::Service::get_workflow_access_list ()
 
deprecated *hash OMQ::UserApi::Service::get_workflow_access_hash ()
 
deprecated OMQ::UserApi::Service::check_workflow_instance_access (softstring wfiid)
 
deprecated OMQ::UserApi::Service::check_service_access (list ids)
 
deprecated OMQ::UserApi::Service::check_service_access (softint id)
 
deprecated OMQ::UserApi::Service::check_queue_access (softint queueid, string key)
 
deprecated bool OMQ::UserApi::Service::test_service_access (list ids)
 
deprecated bool OMQ::UserApi::Service::test_service_access (softint id)
 
deprecated *list OMQ::UserApi::Service::get_service_access_list ()
 
deprecated *hash OMQ::UserApi::Service::get_service_access_hash ()
 
deprecated OMQ::UserApi::Service::check_job_access (list ids)
 
deprecated OMQ::UserApi::Service::check_job_access (softint id)
 
deprecated bool OMQ::UserApi::Service::test_job_access (list ids)
 
deprecated bool OMQ::UserApi::Service::test_job_access (softint id)
 
deprecated *list OMQ::UserApi::Service::get_job_access_list ()
 
deprecated *hash OMQ::UserApi::Service::get_job_access_hash ()
 
deprecated OMQ::UserApi::Service::check_job_instance_access (softstring jiid)
 
deprecated OMQ::UserApi::Service::registerSoapHandler (hash h)
 
deprecated hash OMQ::UserApi::Service::get_last_events (softint count)
 
deprecated hash OMQ::UserApi::Service::get_last_events_or (softint count, any filter, any and_not)
 
deprecated hash OMQ::UserApi::Service::get_last_events_and (softint count, any filter, any or_not)
 
deprecated hash OMQ::UserApi::Service::wait_for_events (softint min_id=1, timeout timeout_ms=0)
 
deprecated hash OMQ::UserApi::Service::wait_for_events_or (softint min_id=1, any filter, timeout timeout_ms=0, any and_not)
 
deprecated hash OMQ::UserApi::Service::wait_for_events_and (softint min_id=1, any filter, timeout timeout_ms=0, any or_not)
 
deprecated *hash OMQ::UserApi::Service::getSoapCallContext ()
 
deprecated int OMQ::UserApi::Service::startServiceThread (any func)
 
deprecated int OMQ::UserApi::Service::startServiceThreadArgs (any func, any args)
 
deprecated hash OMQ::UserApi::Service::getServiceInfo ()
 
deprecated OMQ::UserApi::Service::bind_ftp (AbstractFtpHandler handler)
 
deprecated list OMQ::UserApi::Service::bind_http (AbstractServiceHttpHandler handler)
 
deprecated OMQ::UserApi::Service::bind_handler (string name, AbstractServiceHttpHandler handler)
 
deprecated OMQ::UserApi::Service::bind_handler (string name, AbstractHttpRequestHandler handler, string url, *softlist content_type, *softlist special_headers)
 
deprecated *hash OMQ::UserApi::Service::get_call_context ()
 
deprecated any OMQ::UserApi::Service::call_api_as_current_user (string call, softlist args)
 
deprecated *hash OMQ::UserApi::Service::get_service_info_as_current_user (string type, string name)
 
deprecated *hash OMQ::UserApi::Service::get_service_info_as_current_user (softint id)
 
deprecated list OMQ::UserApi::Service::get_running_workflow_list_as_current_user (string name, *string ver)
 
deprecated hash OMQ::UserApi::Service::get_active_jobs_as_current_user ()
 
hash OMQ::UserApi::Service::get_resource (string name, hash ctx, int code=200, *hash hdr)
 
*hash OMQ::UserApi::Service::try_get_resource (string name, hash ctx, int code=200, *hash hdr)
 
*hash OMQ::UserApi::Service::get_resource_hash ()
 
list OMQ::UserApi::Service::get_resource_list ()
 
data OMQ::UserApi::Service::get_resource_data (string name, *hash ctx)
 
*data OMQ::UserApi::Service::try_get_resource_data (string name, *hash ctx)
 
bool OMQ::UserApi::Service::has_resource (string name)
 
hash OMQ::UserApi::Service::render_template (string name, hash ctx)
 
*hash OMQ::UserApi::Service::try_render_template (string name, hash ctx)
 
*hash OMQ::UserApi::Service::get_template_hash ()
 
list OMQ::UserApi::Service::get_template_list ()
 
bool OMQ::UserApi::Service::has_template (string name)
 
 OMQ::UserApi::Service::ui_extension_register (OMQ::QorusExtensionHandler handler)
 

Detailed Description

old deprecated functions imported only for backwards compatibility

Function Documentation

◆ srand()

deprecated nothing srand ( softint  seed)

this function is a noop because allowing access to this function would affect the entire Qorus process; it's included for backwards-compatibility

the random number generator is seeded when Qorus is started.

This function is imported in the root namespace so that it will be used if referenced without any namespace qualifiers.