Qorus Integration Engine®  4.0.3.p2_git
QorusSystemOmqmapService Class Reference

the main omqmap service class More...

Inheritance diagram for QorusSystemOmqmapService:
QorusSystemService

Static Public Member Methods

static deprecated hash reload (softlist l=ReloadMaps)
 DEPRECATED: reloads the cache from the database. More...
 
static deprecated hash reloadSteps (*softlist ids)
 DEPRECATED: reloads step maps. More...
 
static deprecated hash reloadFunctions (*softlist ids)
 DEPRECATED: reloads function maps. More...
 
static deprecated hash reloadQueues (*softlist ids)
 DEPRECATED: reloads queue maps. More...
 
static deprecated hash reloadSlas (*softlist ids)
 DEPRECATED: reloads SLA maps. More...
 
static deprecated hash reloadEvents (*softlist ids)
 DEPRECATED: reloads event maps. More...
 
static deprecated hash reloadWorkflows (*softlist ids)
 DEPRECATED: reloads workflow maps. More...
 
static deprecated hash reloadConstants (*softlist ids)
 DEPRECATED: reloads constant maps. More...
 
static deprecated hash reloadClasses (*softlist ids)
 DEPRECATED: reloads class maps. More...
 
static deprecated hash reloadMappers (*softlist ids)
 DEPRECATED: reloads mapper maps. More...
 
static deprecated hash reloadVMaps (*softlist ids)
 DEPRECATED: reloads value map maps. More...
 
static deprecated hash reloadServices (*softlist ids)
 DEPRECATED: reloads service maps. More...
 
static deprecated hash reloadJobs (*softlist ids)
 DEPRECATED: reloads job maps. More...
 
static deprecated list getSystemServiceList ()
 DEPRECATED: gets list of system service IDs. More...
 
static deprecated any dumpMap (string mapv)
 DEPRECATED: dumps contents of map passed. More...
 
static deprecated list getMapList ()
 DEPRECATED: returns a list of the internal map names for data cached. More...
 
static deprecated *hash lookupstep (softstring stepid, *softbool verbose)
 DEPRECATED: lookup up step information from the stepid or a list of stepids. More...
 
static deprecated *hash lookupstep (list l, *softbool verbose)
 DEPRECATED: returns a hash of info for the given stepids or no value if none of the step ids exist. More...
 
static deprecated *hash rlookupstep (string name)
 DEPRECATED: looks up the stepid from the name, optional version (with version returns all versions) More...
 
static deprecated *string rlookupstep (string name, string version)
 DEPRECATED: looks up the stepid of a particular step from the name and version. More...
 
static deprecated softint stepid (string name, *string version)
 DEPRECATED: returns the stepid from the step name and optional version, thrown an exception if no match is found. More...
 
static deprecated hash lookupfunc (softstring funcid)
 DEPRECATED: looks up up the function information based on the id. More...
 
static deprecated *hash rlookupfunc (string name)
 DEPRECATED: looks up the function information based on the name, optional version (without version returns all version) More...
 
static deprecated *int rlookupfunc (string name, string version)
 DEPRECATED: looks up the functionid of a particular function from the name and version. More...
 
static deprecated softint functionid (string name, *string version)
 DEPRECATED: returns the functionid from the function name and optional version, thrown an exception if no match is found. More...
 
static deprecated *hash lookupqueue (softstring qid)
 DEPRECATED: looks up queue information from the queueid. More...
 
static deprecated *hash rlookupqueue (string name)
 DEPRECATED: looks up queue information from the queue name. More...
 
static deprecated *hash lookupsla (softstring slaid)
 DEPRECATED: looks up SLA information from the slaid. More...
 
static deprecated *hash rlookupsla (string name)
 DEPRECATED: looks up SLA information from the SLA name. More...
 
static deprecated *hash lookupworkflow (softstring wfid, *softbool verbose)
 DEPRECATED: lookup up workflow information from the workflowid. More...
 
static deprecated list getworkflowlist (*softbool with_deprecated)
 DEPRECATED: returns a list of cached workflow information enhanced with step and function information from the cache. More...
 
static deprecated *hash rlookupworkflow (string name)
 DEPRECATED: looks up the workflow id(s) from the name, optional version (without version returns all versions) More...
 
static deprecated *hash rlookupworkflow (string name, string version)
 DEPRECATED: returns workflow info from the workflow name and version. More...
 
static deprecated int workflowid (string name, *string version)
 DEPRECATED: looks up the last workflow id(s) from the name, optional version. More...
 
static deprecated *hash lookupconstant (softstring cid)
 DEPRECATED: lookup up constant information from the constantid. More...
 
static deprecated *hash rlookupconstant (string name)
 DEPRECATED: looks up the constant id(s) from the name, optional version (without version returns all versions) More...
 
static deprecated *int rlookupconstant (string name, string version)
 DEPRECATED: looks up the constantid of a particular constant from the name and version. More...
 
static deprecated softint constantid (string name, *string version)
 DEPRECATED: returns the constantid from the constant name and optional version, thrown an exception if no match is found. More...
 
static deprecated *hash lookupclass (softstring cid)
 DEPRECATED: lookup up class information from the classid. More...
 
static deprecated *hash rlookupclass (string name)
 DEPRECATED: looks up the class id(s) from the name, optional version (without version returns all versions) More...
 
static deprecated *int rlookupclass (string name, string version)
 DEPRECATED: looks up the classid of a particular class from the name and version. More...
 
static deprecated softint classid (string name, *string version)
 DEPRECATED: returns the classid from the class name and optional version, thrown an exception if no match is found. More...
 
static deprecated *hash lookupevent (softstring eid)
 DEPRECATED: lookup up event information from the workflow_event_typeid. More...
 
static deprecated *hash lookupservice (string name)
 DEPRECATED: looks up the event id(s) from the name, optional version (without version returns all versions) More...
 
static deprecated *hash lookupservice (softstring serviceid)
 
static deprecated *hash lookupserviceinfo (string type, string name)
 DEPRECATED: lookup up service information from the serviceid or a list of serviceids. More...
 
static deprecated *hash rlookupservice (string type, string name)
 DEPRECATED: looks up the serviceid from the name, optional version (without version returns all versions) More...
 
static deprecated *string rlookupservice (string type, string name, string version)
 DEPRECATED: looks up the serviceid from the name and version. More...
 
static deprecated int serviceid (string type, string name, *string version)
 DEPRECATED: looks up the last service id(s) from the type, name, optional version. More...
 
static deprecated *hash lookupjob (softstring jid)
 DEPRECATED: lookup up job information from the jobid. More...
 
static deprecated *hash rlookupjob (string name)
 DEPRECATED: looks up the job information from the name. More...
 
static deprecated int jobid (string name)
 DEPRECATED: looks up the job id from the name, throws an exception if the name is not recognized. More...
 
static deprecated string jobname (softint jobid)
 DEPRECATED: looks up the job name from the jobid, throws an exception if id is not recognized. More...
 
static deprecated *list workflowlist ()
 DEPRECATED: returns a list of integers of known workflow ids. More...
 
static deprecated *list servicelist ()
 DEPRECATED: returns a list of integers of known service ids. More...
 
static deprecated *list joblist ()
 DEPRECATED: returns a list of integers of known job ids. More...
 
static deprecated *hash lookupmapper (softstring mid)
 DEPRECATED: lookup up mapper information from the mapperid. More...
 
static deprecated *hash rlookupmapper (string name)
 DEPRECATED: looks up the mapper id(s) from the name, optional version (without version returns all versions) More...
 
static deprecated *string rlookupmapper (string name, string version)
 DEPRECATED: looks up the mapperid of a particular mapper from the name and version. More...
 
static deprecated softint mapperid (string name, string version)
 DEPRECATED: returns the mapperid from the mapper name and version, thrown an exception if no match is found. More...
 
static deprecated *hash lookupvmap (softstring mid)
 DEPRECATED: lookup up value map information from the value map id. More...
 
static deprecated *hash rlookupvmap (string name)
 DEPRECATED: looks up the value map id(s) from the name, optional version (without version returns all versions) More...
 
static deprecated softint vmapid (string name)
 DEPRECATED: returns the value map id from the value map name and version, thrown an exception if no match is found. More...
 
static deprecated date getLastReloadTime ()
 DEPRECATED: returns the time of last reload call to this service. More...
 
- Static Public Member Methods inherited from QorusSystemService
static deprecated *hash getWorkflowStatus (softint id)
 returns workflow instance status from workflow_instanceid: COMPAT VERSION with fake flow and flow_instance information (removed in Qorus v2); use getWorkflowStatus2() instead More...
 
static *hash getWorkflowStatus2 (softstring wfiid)
 returns workflow order data instance status from the workflow_instanceid More...
 
static *hash getOrderInfo (softstring wfiid)
 returns order instance info from workflow_instanceid
 
static *list getOrderInfoFromExternalID (softstring id)
 returns order instance info from external_order_instanceid
 
static softlist getOrdersFromKey (softstring key, softstring value)
 returns order instance info from the key and value
 
static *hash< auto > getWorkflowOverview (softdate date=now() - 1D, *softlist wfids, softbool useSqlCache=True, softbool with_deprecated=True)
 gets workflow overview, params: [date, [workflowids]]: If no date is given, default = last 24 hours More...
 
static *hash getWorkflowOverviewFromName (softdate date=now() - 1D, *string name, *string version, softbool useSqlCache=True, softbool with_deprecated=True)
 gets workflow overview, params: [date, [name, [version]]]: If no date is given, default = last 24 hours More...
 
static *list getWorkflowSummaryOverview (softdate date=now() - 1D, softbool useSqlCache=True, softbool with_deprecated=True)
 gets system overview, params: [date]: If no date is given, default = last 24 hours More...
 
static *hash getServiceMetadata ()
 retrieves service metadata (optional params: list of service ids), returns: service info keyed by name. NOTE: if no list is given, only the latest version of each service will be returned
 
static *hash getServiceMetadataFromName (string type, string name, *string ver)
 retrieves service metadata from the type, name and optional version (params: type, name, [version]), returns: service info keyed by name. NOTE: if no version is given, only the latest version will be returned
 
static list getLibraryMetadata ()
 retrieves function library information as a list of hashes with the keys name, function_instanceid
 
static *hash getClassFromName (string name, *string ver)
 retrieves class data from the class name and optional version (params: name, [version]), returns: hash of class data keyed by name and then version
 
static *hash getConstant (softint constantid, *softdate date)
 retrieves constant data from the constantid (params: constantid), returns: hash of constant data keyed by name and then version
 
static *hash getConstantFromName (string name, *string ver)
 retrieves constant data from the constant name and optional version (params: name, [version]), returns: hash of constant data keyed by name and then version
 
static *hash getWFIOrderKeysOnly (softint workflowInstanceID)
 Retrieves only order keys for workflow instance params: workflowInstanceID; output: hash.
 
static *list getWorkflowProcessingSummary (hash h)
 returns a summary of workflow processing for the given time period and optional workflow ID(s) More...
 
static *list getStepProcessingSummary (hash h)
 returns a summary of step processing for the given time period and optional step ID(s) More...
 
static *hash getJobOverview (softdate date=now() - 1D, any jobids, bool useSqlCache=True)
 gets job overview, params: [date, [jobids]]: If no date is given, default = last 24 hours More...
 
static *hash getJobOverviewFromName (softdate date=now() - 1D, *string name, bool useSqlCache=True)
 gets job overview, params: [date, [name]]: If no date is given, default = last 24 hours More...
 

Additional Inherited Members

- Public Member Methods inherited from QorusSystemService
 constructor ()
 initializes the info service
 
softlist getOrderInfoFromKey (string name, string version, softstring key, softstring value)
 returns order instance info from user order key (params: workflowname, workflowversion, keyname, value)
 
*list getWorkflowListFromWorkflowKey (string workflow, softstring key, softstring value)
 returns order instance info from the workflow name, key, and value More...
 
hash getAllInfoFromOrderKey (string name, string version, softstring key, softstring value)
 returns all information about a workflow from a user order key (params: workflowname, workflowversion, keyname, value)
 
deprecated *hash getWorkflowMetadata ()
 gets workflow metadata (optional params: list of IDs), returns: hash of workflow metadata keyed by name and then version: COMPAT VERSION with fake flow information (removed in Qorus v2); use getWorkflowMetadata2() instead More...
 
*hash getWorkflowMetadata2 ()
 gets workflow metadata (optional params: list of IDs), returns: hash of workflow metadata keyed by name and then version More...
 
*hash getWorkflowMetadataFromName (string name, *string ver)
 gets workflow metadata from name and version (params: name, optional: version), returns: hash of workflow metadata keyed by name and then version: COMPAT VERSION with fake flow information; use getWorkflowMetadataFromName2() instead More...
 
*hash getWorkflowMetadataFromName2 (string name, *string ver)
 gets workflow metadata from name and version (params: name, optional: version), returns: hash of workflow metadata keyed by name and then version, new version without flows (removed in Qorus v2) More...
 
*hash getFunctionInstance (softint fiid, *softdate date)
 retrieves function data from the function_instanceid (params: function_instanceid), returns: hash of function data keyed by name and then version
 
*hash getFunctionInstanceFromName (string name, *string ver)
 retrieves function data from the name and optionally the version (params: name, [version]), returns: hash of function data keyed by name and then version
 
*hash getServiceMethod2 (softint mid, *softdate date)
 retrieves method data from the service_methodid (params: service_methodid), returns: hash of method data More...
 
*hash getServiceMethod (softint mid, *softdate date)
 retrieves method data from the service_methodid (params: service_methodid), returns: hash of method data More...
 
*list getWorkflowInstanceList (*softlist workflowid, *softdate date=now() - 1D, any stati, softint rownum=OptionHelper::getOption("row-limit"))
 gets a list of workflow instance ids (not more than 100 by default, can be overridden with the 4th argument), params: workflowid (single value, list, or NOTHING), date, [statuses, num rows]
 
list getWorkflowInstances (*softlist wfids, *list statuses, *softdate modified, softint rownum=OptionHelper::getOption("row-limit"), *int offset, *softlist sort, *softlist wfiids, *softbool desc, *date minstarted, *date maxstarted)
 gets a list of workflow instance ids; this is the safe and preferred variant of this method More...
 
deprecated list getWorkflowInstances (softint workflowid, *string condition, int rownum=OptionHelper::getOption("row-limit"))
 gets a list of workflow instance ids, params: workflowid, condition, number of rows (100 default) More...
 
*list getWorkflowInstancesByKeyValue (softlist val, *softstring key, *softlist wfids, *softlist statuses, *date modified, softint rownum=OptionHelper::getOption("row-limit"), *int offset, *softlist sort, *softlist wfiids, *softbool desc, *date minstarted, *date maxstarted)
 retrieves workflow instances from a key value and optional key name
 
*list searchWorkflowInstances (*hash h)
 searches for workflow order instances according to a hash More...
 
list getWorkflowInstanceOverview (list wfilist)
 return the Workflow Instance Overview info, PARAMS: list(hash("ID",[optional: "date"])), RETURN: list(hash(info))
 
list getStepInstanceList (softint wfiId)
 gets a list of step instances, params: workflowinstanceid
 
list getErrorInstanceList (softint workflowInstanceId, *softint stepId, *softint ind)
 gets a list of error instances, params: workflowInstanceId, [stepId, ind]
 
list getErrorInstanceListByWFIID (softint workflowInstanceId, *softint stepId)
 gets a list of error instances, params: workflowInstanceId, [stepId]
 
*hash< auto > getClass (softint classid, *softdate date)
 retrieves class data from a classid; returns: hash of class data keyed by name and then version
 
*hash getStepMetadata ()
 gets step metadata (optional params: list of IDs), returns: hash of step metadata information keyed by name and then version
 
*hash getTreeWithWorkflowInstance (softint workflowinstanceid, softbool full=False, softbool compat=True)
 retrieves tree view like structure that contains specific instanceid (params: workflowinstanceid)
 
*hash getWFIAllInfo (softint workflowInstanceID, *softdate lastModifiedDate, softbool compat=True, softbool with_sensitive_data=False)
 Retrieves all workflow instance info (params: workflowInstanceID, [lastModifiedDate]; output hash keys: InstanceInfo, OrderInfo, StepInstances, ErrorInstances, LastModified. More...
 
*hash getWFIInstanceInfo (softint workflowInstanceID, *softdate lastModifiedDate, softbool compat=True)
 Retrieves only workflow instance info (params: workflowInstanceID, [lastModifiedDate]; output hash keys: InstanceInfo, LastModified. More...
 
*hash getWFIOrderInfo (softint workflowInstanceID, *softdate lastModifiedDate, softbool compat=True, softbool with_sensitive_data=False)
 Retrieves workflow instances order info (params: workflowInstanceID, [lastModifiedDate]; output hash keys: OrderInfo, LastModified. More...
 
*hash getWFIStepInstances (softint workflowInstanceID, *softdate lastModifiedDate, softbool compat=False)
 Retrieves all step info for workflow instance (params: workflowInstanceID, [lastModifiedDate]; output hash keys: StepInstances, LastModified.
 
*hash getWFIErrorInstances (softint workflowInstanceID, *softdate lastModifiedDate, softbool compat=True)
 gets workflow instance error info (params: workflowInstanceID, [lastModifiedDate]; output hash keys: ErrorInstances, LastModified
 
*list getWorkflowInstanceListFromWorkflowNameAndKeyValue (string name, softstring val)
 retrieves workflow instances from a workflow name and a key value, returns a list of workflow instance IDs
 
*list getWorkflowInstanceListFromWorkflowNameVersionAndKeyValue (string name, string version, softstring val)
 retrieves workflow instances from a workflow name, version, and key value, returns a list of workflow instance IDs
 
*list getWorkflowInstanceListFromKeyValue (softstring val)
 retrieves workflow instances from a key value only, returns a list of workflow instance IDs
 
list getOrderInfoList (string name, softstring key, softstring value)
 returns order info from a workflow name and an order key and value (params: workflowname, keyname, value)
 
*list< auto > searchOrderKeys (hash params)
 returns a list of workflow instance info matching the input criteria More...
 
softlist searchWorkflowErrors (hash h)
 returns a list of matching errors for the input criteria More...
 
*list searchReleases (*hash params)
 returns release info More...
 
*list searchSessions (*hash params)
 returns information about application sessions More...
 
*hash getUnpostedEvents (*softlist ids, *softdate lastmod=now() - 6M, softint rownum=OptionHelper::getOption("row-limit"), *int offset)
 returns a hash of event type names with lists of unposted events for each, params: event ID(s), [last modified date] More...
 
*hash getUnpostedEventsFromName (string eventname, *softdate lastmod)
 returns a hash of event type names with lists of unposted events for each, params: event type name, [last modified date] More...
 
list searchEvents (*hash h)
 returns workflow synchronization event information More...
 
*hash getJobMetadata ()
 retrieves job metadata (optional params: list of job ids), returns: job info keyed by name More...
 
*hash getJobMetadataFromName (string name)
 retrieves job metadata from the name, returns: job info keyed by name More...
 
list getJobList ()
 retrieves a list of all jobs without the code field More...
 
*hash getJobStatus (softint jiid)
 returns NOTHING if the job instance ID is not valid or a hash giving job instance status corresponding to the job instance ID passed as an argument More...
 
*list getJobInstanceList (any jobid, *softdate date=now() - 1D, any stati, softint rownum=OptionHelper::getOption("row-limit"))
 gets a list of job instance ids (not more than 100 by default, can be overridden with the 4th argument), params: jobid (single value or list), date, [statuses, num rows] More...
 
*list getJobInstances (*softlist jobids, *softlist statuses, *softdate modified, softint rownum=OptionHelper::getOption("row-limit"), *softint offset, *softlist sort, *softlist jiids, *softbool desc, *softbool full)
 gets a list of job instance ids, params: jobid, condition, number of rows (100 default) More...
 
softlist getOrderInstanceNotes (softint wfiid, *int count)
 gets a list of order instance notes More...
 
list< hash< SlaEventInfo > > searchSlaEvents (*hash h)
 searches for SLA events according to the given criteria and returns a list of results More...
 
softlist< hash< SlaPerformanceInfo > > getSlaPerformance (*hash h)
 searches for SLA events according to the given criteria and returns a list of results More...
 

Detailed Description

the main omqmap service class

Member Function Documentation

◆ classid()

static deprecated softint QorusSystemOmqmapService::classid ( string  name,
*string  version 
)
inlinestatic

DEPRECATED: returns the classid from the class name and optional version, thrown an exception if no match is found.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/classid/<name>[/<version>]

◆ constantid()

static deprecated softint QorusSystemOmqmapService::constantid ( string  name,
*string  version 
)
inlinestatic

DEPRECATED: returns the constantid from the constant name and optional version, thrown an exception if no match is found.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/constantid/<name>[/<version>]

◆ dumpMap()

static deprecated any QorusSystemOmqmapService::dumpMap ( string  mapv)
inlinestatic

DEPRECATED: dumps contents of map passed.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/<map name>

◆ functionid()

static deprecated softint QorusSystemOmqmapService::functionid ( string  name,
*string  version 
)
inlinestatic

DEPRECATED: returns the functionid from the function name and optional version, thrown an exception if no match is found.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/functionid/<name>
  • GET system/metadata/functionid/<name>/<version>

◆ getLastReloadTime()

static deprecated date QorusSystemOmqmapService::getLastReloadTime ( )
inlinestatic

DEPRECATED: returns the time of last reload call to this service.

Returns
the time of last call to reload()
Deprecated:
since Qorus 4.0 with no substitution.

◆ getMapList()

static deprecated list QorusSystemOmqmapService::getMapList ( )
inlinestatic

DEPRECATED: returns a list of the internal map names for data cached.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/maplist

◆ getSystemServiceList()

static deprecated list QorusSystemOmqmapService::getSystemServiceList ( )
inlinestatic

DEPRECATED: gets list of system service IDs.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/systemserviceids

◆ getworkflowlist()

static deprecated list QorusSystemOmqmapService::getworkflowlist ( *softbool  with_deprecated)
inlinestatic

DEPRECATED: returns a list of cached workflow information enhanced with step and function information from the cache.

Deprecated:
since Qorus 4.0. Use rest API with /api/latest/system/metadata/{lookup}
GET system/metadata/getworkflowlist[/<0|1>]

◆ jobid()

static deprecated int QorusSystemOmqmapService::jobid ( string  name)
inlinestatic

DEPRECATED: looks up the job id from the name, throws an exception if the name is not recognized.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/jobid/<job name>

◆ joblist()

static deprecated *list QorusSystemOmqmapService::joblist ( )
inlinestatic

DEPRECATED: returns a list of integers of known job ids.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/joblist

◆ jobname()

static deprecated string QorusSystemOmqmapService::jobname ( softint  jobid)
inlinestatic

DEPRECATED: looks up the job name from the jobid, throws an exception if id is not recognized.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/jobname/<job id>

◆ lookupclass()

static deprecated *hash QorusSystemOmqmapService::lookupclass ( softstring  cid)
inlinestatic

DEPRECATED: lookup up class information from the classid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupclass/<cid>

◆ lookupconstant()

static deprecated *hash QorusSystemOmqmapService::lookupconstant ( softstring  cid)
inlinestatic

DEPRECATED: lookup up constant information from the constantid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupconstant/<constant id>

◆ lookupevent()

static deprecated *hash QorusSystemOmqmapService::lookupevent ( softstring  eid)
inlinestatic

DEPRECATED: lookup up event information from the workflow_event_typeid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupevent/<event id>reload

◆ lookupfunc()

static deprecated hash QorusSystemOmqmapService::lookupfunc ( softstring  funcid)
inlinestatic

DEPRECATED: looks up up the function information based on the id.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupfunc/<function id>

◆ lookupjob()

static deprecated *hash QorusSystemOmqmapService::lookupjob ( softstring  jid)
inlinestatic

DEPRECATED: lookup up job information from the jobid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupjob/<job id>

◆ lookupmapper()

static deprecated *hash QorusSystemOmqmapService::lookupmapper ( softstring  mid)
inlinestatic

DEPRECATED: lookup up mapper information from the mapperid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupmapper/<mapper id>

◆ lookupqueue()

static deprecated *hash QorusSystemOmqmapService::lookupqueue ( softstring  qid)
inlinestatic

DEPRECATED: looks up queue information from the queueid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupqueue/<queue id>

◆ lookupservice() [1/2]

static deprecated *hash QorusSystemOmqmapService::lookupservice ( string  name)
inlinestatic

DEPRECATED: looks up the event id(s) from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupevent/<name>

◆ lookupservice() [2/2]

static deprecated *hash QorusSystemOmqmapService::lookupservice ( softstring  serviceid)
inlinestatic
Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupservice/<service id>

◆ lookupserviceinfo()

static deprecated *hash QorusSystemOmqmapService::lookupserviceinfo ( string  type,
string  name 
)
inlinestatic

DEPRECATED: lookup up service information from the serviceid or a list of serviceids.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupserviceinfo/<service type>/<service name>

◆ lookupsla()

static deprecated *hash QorusSystemOmqmapService::lookupsla ( softstring  slaid)
inlinestatic

DEPRECATED: looks up SLA information from the slaid.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupsla/<slaid>

◆ lookupstep() [1/2]

static deprecated *hash QorusSystemOmqmapService::lookupstep ( softstring  stepid,
*softbool  verbose 
)
inlinestatic

DEPRECATED: lookup up step information from the stepid or a list of stepids.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupstep

DEPRECATED: returns a hash of info for the given stepid or no value if the stepid does not exist

◆ lookupstep() [2/2]

static deprecated *hash QorusSystemOmqmapService::lookupstep ( list  l,
*softbool  verbose 
)
inlinestatic

DEPRECATED: returns a hash of info for the given stepids or no value if none of the step ids exist.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupsteps?ids=1,2,..,N[&verbose=0|1]

◆ lookupvmap()

static deprecated *hash QorusSystemOmqmapService::lookupvmap ( softstring  mid)
inlinestatic

DEPRECATED: lookup up value map information from the value map id.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupvmap/<map id>

◆ lookupworkflow()

static deprecated *hash QorusSystemOmqmapService::lookupworkflow ( softstring  wfid,
*softbool  verbose 
)
inlinestatic

DEPRECATED: lookup up workflow information from the workflowid.

Deprecated:
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>

◆ mapperid()

static deprecated softint QorusSystemOmqmapService::mapperid ( string  name,
string  version 
)
inlinestatic

DEPRECATED: returns the mapperid from the mapper name and version, thrown an exception if no match is found.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/mapperid/<name>/<version>

◆ reload()

static deprecated hash QorusSystemOmqmapService::reload ( softlist  l = ReloadMaps)
inlinestatic

DEPRECATED: reloads the cache from the database.

Deprecated:
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

◆ reloadClasses()

static deprecated hash QorusSystemOmqmapService::reloadClasses ( *softlist  ids)
inlinestatic

DEPRECATED: reloads class maps.

Deprecated:
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

◆ reloadConstants()

static deprecated hash QorusSystemOmqmapService::reloadConstants ( *softlist  ids)
inlinestatic

DEPRECATED: reloads constant maps.

Deprecated:
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

◆ reloadEvents()

static deprecated hash QorusSystemOmqmapService::reloadEvents ( *softlist  ids)
inlinestatic

DEPRECATED: reloads event maps.

Deprecated:
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

◆ reloadFunctions()

static deprecated hash QorusSystemOmqmapService::reloadFunctions ( *softlist  ids)
inlinestatic

DEPRECATED: reloads function maps.

Deprecated:
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

◆ reloadJobs()

static deprecated hash QorusSystemOmqmapService::reloadJobs ( *softlist  ids)
inlinestatic

DEPRECATED: reloads job maps.

Deprecated:
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

◆ reloadMappers()

static deprecated hash QorusSystemOmqmapService::reloadMappers ( *softlist  ids)
inlinestatic

DEPRECATED: reloads mapper maps.

Deprecated:
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

◆ reloadQueues()

static deprecated hash QorusSystemOmqmapService::reloadQueues ( *softlist  ids)
inlinestatic

DEPRECATED: reloads queue maps.

Deprecated:
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

◆ reloadServices()

static deprecated hash QorusSystemOmqmapService::reloadServices ( *softlist  ids)
inlinestatic

DEPRECATED: reloads service maps.

Deprecated:
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

◆ reloadSlas()

static deprecated hash QorusSystemOmqmapService::reloadSlas ( *softlist  ids)
inlinestatic

DEPRECATED: reloads SLA maps.

Deprecated:
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

◆ reloadSteps()

static deprecated hash QorusSystemOmqmapService::reloadSteps ( *softlist  ids)
inlinestatic

DEPRECATED: reloads step maps.

Deprecated:
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

◆ reloadVMaps()

static deprecated hash QorusSystemOmqmapService::reloadVMaps ( *softlist  ids)
inlinestatic

DEPRECATED: reloads value map maps.

Deprecated:
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

◆ reloadWorkflows()

static deprecated hash QorusSystemOmqmapService::reloadWorkflows ( *softlist  ids)
inlinestatic

DEPRECATED: reloads workflow maps.

Deprecated:
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

◆ rlookupclass() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupclass ( string  name)
inlinestatic

DEPRECATED: looks up the class id(s) from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupclass/<name>

DEPRECATED: looks up all versions of a class from the class name

◆ rlookupclass() [2/2]

static deprecated *int QorusSystemOmqmapService::rlookupclass ( string  name,
string  version 
)
inlinestatic

DEPRECATED: looks up the classid of a particular class from the name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupclass/<name>/<version>

◆ rlookupconstant() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupconstant ( string  name)
inlinestatic

DEPRECATED: looks up the constant id(s) from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupconstant/<name>

DEPRECATED: looks up all versions of a constant from the constant's name

◆ rlookupconstant() [2/2]

static deprecated *int QorusSystemOmqmapService::rlookupconstant ( string  name,
string  version 
)
inlinestatic

DEPRECATED: looks up the constantid of a particular constant from the name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupqueue/<name>/<version>

◆ rlookupfunc() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupfunc ( string  name)
inlinestatic

DEPRECATED: looks up the function information based on the name, optional version (without version returns all version)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupfunc/<name>

DEPRECATED: looks up all versions of a function from the function's name

◆ rlookupfunc() [2/2]

static deprecated *int QorusSystemOmqmapService::rlookupfunc ( string  name,
string  version 
)
inlinestatic

DEPRECATED: looks up the functionid of a particular function from the name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/lookupfunc/<function id>/<version>

◆ rlookupjob()

static deprecated *hash QorusSystemOmqmapService::rlookupjob ( string  name)
inlinestatic

DEPRECATED: looks up the job information from the name.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupjob/<job name>

◆ rlookupmapper() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupmapper ( string  name)
inlinestatic

DEPRECATED: looks up the mapper id(s) from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupmapper/<name>

DEPRECATED: looks up all versions of a mapper from the mapper name

◆ rlookupmapper() [2/2]

static deprecated *string QorusSystemOmqmapService::rlookupmapper ( string  name,
string  version 
)
inlinestatic

DEPRECATED: looks up the mapperid of a particular mapper from the name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupmapper/<name>/<version>

◆ rlookupqueue()

static deprecated *hash QorusSystemOmqmapService::rlookupqueue ( string  name)
inlinestatic

DEPRECATED: looks up queue information from the queue name.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupqueue/<name>

◆ rlookupservice() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupservice ( string  type,
string  name 
)
inlinestatic

DEPRECATED: looks up the serviceid from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupservice/<service type>/<service name>

DEPRECATED: looks up all versions of a service

◆ rlookupservice() [2/2]

static deprecated *string QorusSystemOmqmapService::rlookupservice ( string  type,
string  name,
string  version 
)
inlinestatic

DEPRECATED: looks up the serviceid from the name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupservice/<service type>/<service name>/<version>

◆ rlookupsla()

static deprecated *hash QorusSystemOmqmapService::rlookupsla ( string  name)
inlinestatic

DEPRECATED: looks up SLA information from the SLA name.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupsla/<name>

◆ rlookupstep() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupstep ( string  name)
inlinestatic

DEPRECATED: looks up the stepid from the name, optional version (with version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupstep/<step name>

DEPRECATED: looks up all versions of a step from the step's name

◆ rlookupstep() [2/2]

static deprecated *string QorusSystemOmqmapService::rlookupstep ( string  name,
string  version 
)
inlinestatic

DEPRECATED: looks up the stepid of a particular step from the name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupstep/<step name>/<version>

◆ rlookupvmap()

static deprecated *hash QorusSystemOmqmapService::rlookupvmap ( string  name)
inlinestatic

DEPRECATED: looks up the value map id(s) from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupvmap/<name>

DEPRECATED: looks up all versions of a value map from the value map name

◆ rlookupworkflow() [1/2]

static deprecated *hash QorusSystemOmqmapService::rlookupworkflow ( string  name)
inlinestatic

DEPRECATED: looks up the workflow id(s) from the name, optional version (without version returns all versions)

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupworkflow/<name>

DEPRECATED: looks up all versions of a workflow from the workflow name

◆ rlookupworkflow() [2/2]

static deprecated *hash QorusSystemOmqmapService::rlookupworkflow ( string  name,
string  version 
)
inlinestatic

DEPRECATED: returns workflow info from the workflow name and version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/rlookupworkflow/<name>/<version>

◆ serviceid()

static deprecated int QorusSystemOmqmapService::serviceid ( string  type,
string  name,
*string  version 
)
inlinestatic

DEPRECATED: looks up the last service id(s) from the type, name, optional version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/serviceid/<service type>/<service name>[/<version>]

◆ servicelist()

static deprecated *list QorusSystemOmqmapService::servicelist ( )
inlinestatic

DEPRECATED: returns a list of integers of known service ids.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/servicelist

◆ stepid()

static deprecated softint QorusSystemOmqmapService::stepid ( string  name,
*string  version 
)
inlinestatic

DEPRECATED: returns the stepid from the step name and optional version, thrown an exception if no match is found.

Deprecated:
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>

◆ vmapid()

static deprecated softint QorusSystemOmqmapService::vmapid ( string  name)
inlinestatic

DEPRECATED: returns the value map id from the value map name and version, thrown an exception if no match is found.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/vmapid/<name>

◆ workflowid()

static deprecated int QorusSystemOmqmapService::workflowid ( string  name,
*string  version 
)
inlinestatic

DEPRECATED: looks up the last workflow id(s) from the name, optional version.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/workflowid/<name>[/<version>]

◆ workflowlist()

static deprecated *list QorusSystemOmqmapService::workflowlist ( )
inlinestatic

DEPRECATED: returns a list of integers of known workflow ids.

Deprecated:
since Qorus 4.0. Use rest API /api/latest/system/metadata/{lookup} with:
  • GET system/metadata/workflowlist/

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