Qorus Integration Engine® Enterprise Edition 7.1.0_prod
Loading...
Searching...
No Matches
QorusSystemOmqmapService Class Reference

system omqmap service More...

Inherits QorusSystemService.

Public Member Methods

hash reload (softlist l=ReloadMaps)
 reload service method
 
hash reloadSteps (*softlist ids)
 reloadSteps service method
 
hash reloadFunctions (*softlist ids)
 reloadFunctions service method
 
hash reloadQueues (*softlist ids)
 reloadQueues service method
 
hash reloadSlas (*softlist ids)
 reloadSlas service method
 
hash reloadEvents (*softlist ids)
 reloadEvents service method
 
hash reloadWorkflows (*softlist ids)
 reloadWorkflows service method
 
hash reloadConstants (*softlist ids)
 reloadConstants service method
 
hash reloadClasses (*softlist ids)
 reloadClasses service method
 
hash reloadMappers (*softlist ids)
 reloadMappers service method
 
hash reloadVMaps (*softlist ids)
 reloadVMaps service method
 
hash reloadServices (*softlist ids)
 reloadServices service method
 
hash reloadJobs (*softlist ids)
 reloadJobs service method
 
list getSystemServiceList ()
 getSystemServiceList service method
 
any dumpMap (string mapv)
 dumpMap service method
 
list getMapList ()
 getMapList service method
 
hash lookupstep (list l, *softbool verbose)
 lookupstep service method
 
string rlookupstep (string name, string version)
 rlookupstep service method
 
softint stepid (string name, *string version)
 stepid service method
 
hash lookupfunc (softstring funcid)
 lookupfunc service method
 
int rlookupfunc (string name, string version)
 rlookupfunc service method
 
softint functionid (string name, *string version)
 functionid service method
 
hash lookupqueue (softstring qid)
 lookupqueue service method
 
hash rlookupqueue (string name)
 rlookupqueue service method
 
hash lookupsla (softstring slaid)
 lookupsla service method
 
hash rlookupsla (string name)
 rlookupsla service method
 
hash lookupworkflow (softstring wfid, *softbool verbose)
 lookupworkflow service method
 
list getworkflowlist (*softbool with_deprecated)
 getworkflowlist service method
 
hash rlookupworkflow (string name, string version)
 rlookupworkflow service method
 
int workflowid (string name, *string version)
 workflowid service method
 
hash lookupconstant (softstring cid)
 lookupconstant service method
 
int rlookupconstant (string name, string version)
 rlookupconstant service method
 
softint constantid (string name, *string version)
 constantid service method
 
hash lookupclass (softstring cid)
 lookupclass service method
 
int rlookupclass (string name, string version)
 rlookupclass service method
 
softint classid (string name, *string version)
 classid service method
 
hash lookupevent (softstring eid)
 lookupevent service method
 
hash lookupservice (softstring serviceid)
 lookupservice service method
 
hash lookupserviceinfo (string type, string name)
 lookupserviceinfo service method
 
string rlookupservice (string type, string name, string version)
 rlookupservice service method
 
int serviceid (string type, string name, *string version)
 serviceid service method
 
hash lookupjob (softstring jid)
 lookupjob service method
 
hash rlookupjob (string name)
 rlookupjob service method
 
int jobid (string name)
 jobid service method
 
string jobname (softint jobid)
 jobname service method
 
list workflowlist ()
 workflowlist service method
 
list servicelist ()
 servicelist service method
 
list joblist ()
 joblist service method
 
hash lookupmapper (softstring mid)
 lookupmapper service method
 
string rlookupmapper (string name, string version)
 rlookupmapper service method
 
softint mapperid (string name, string version)
 mapperid service method
 
hash lookupvmap (softstring mid)
 lookupvmap service method
 
hash rlookupvmap (string name)
 rlookupvmap service method
 
softint vmapid (string name)
 vmapid service method
 
date getLastReloadTime ()
 getLastReloadTime service method
 

Detailed Description

system omqmap service

Member Function Documentation

◆ classid()

softint QorusSystemOmqmapService::classid ( string  name,
*string  version 
)
inline

classid service method

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

◆ constantid()

softint QorusSystemOmqmapService::constantid ( string  name,
*string  version 
)
inline

constantid service method

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

◆ dumpMap()

any QorusSystemOmqmapService::dumpMap ( string  mapv)
inline

dumpMap service method

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

◆ functionid()

softint QorusSystemOmqmapService::functionid ( string  name,
*string  version 
)
inline

functionid service method

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()

date QorusSystemOmqmapService::getLastReloadTime ( )
inline

getLastReloadTime service method

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

◆ getMapList()

list QorusSystemOmqmapService::getMapList ( )
inline

getMapList service method

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

◆ getSystemServiceList()

list QorusSystemOmqmapService::getSystemServiceList ( )
inline

getSystemServiceList service method

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

◆ getworkflowlist()

list QorusSystemOmqmapService::getworkflowlist ( *softbool  with_deprecated)
inline

getworkflowlist service method

Deprecated:
since Qorus 4.0. Use rest API with /api/latest/system/metadata/{lookup}
GET system/metadata/getworkflowlist[/<0|1>]
list getworkflowlist(*softbool with_deprecated)
getworkflowlist service method
Definition omqmap-v5.1.qsd:256

◆ jobid()

int QorusSystemOmqmapService::jobid ( string  name)
inline

jobid service method

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

◆ joblist()

list QorusSystemOmqmapService::joblist ( )
inline

joblist service method

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

◆ jobname()

string QorusSystemOmqmapService::jobname ( softint  jobid)
inline

jobname service method

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

◆ lookupclass()

hash QorusSystemOmqmapService::lookupclass ( softstring  cid)
inline

lookupclass service method

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

◆ lookupconstant()

hash QorusSystemOmqmapService::lookupconstant ( softstring  cid)
inline

lookupconstant service method

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

◆ lookupevent()

hash QorusSystemOmqmapService::lookupevent ( softstring  eid)
inline

lookupevent service method

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

◆ lookupfunc()

hash QorusSystemOmqmapService::lookupfunc ( softstring  funcid)
inline

lookupfunc service method

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

◆ lookupjob()

hash QorusSystemOmqmapService::lookupjob ( softstring  jid)
inline

lookupjob service method

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

◆ lookupmapper()

hash QorusSystemOmqmapService::lookupmapper ( softstring  mid)
inline

lookupmapper service method

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

◆ lookupqueue()

hash QorusSystemOmqmapService::lookupqueue ( softstring  qid)
inline

lookupqueue service method

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

◆ lookupservice()

hash QorusSystemOmqmapService::lookupservice ( softstring  serviceid)
inline

lookupservice service method

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

◆ lookupserviceinfo()

hash QorusSystemOmqmapService::lookupserviceinfo ( string  type,
string  name 
)
inline

lookupserviceinfo service method

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

◆ lookupsla()

hash QorusSystemOmqmapService::lookupsla ( softstring  slaid)
inline

lookupsla service method

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

◆ lookupstep()

hash QorusSystemOmqmapService::lookupstep ( list  l,
*softbool  verbose 
)
inline

lookupstep service method

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()

hash QorusSystemOmqmapService::lookupvmap ( softstring  mid)
inline

lookupvmap service method

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

◆ lookupworkflow()

hash QorusSystemOmqmapService::lookupworkflow ( softstring  wfid,
*softbool  verbose 
)
inline

lookupworkflow service method

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()

softint QorusSystemOmqmapService::mapperid ( string  name,
string  version 
)
inline

mapperid service method

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

◆ reload()

hash QorusSystemOmqmapService::reload ( softlist  l = ReloadMaps)
inline

reload service method

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()

hash QorusSystemOmqmapService::reloadClasses ( *softlist  ids)
inline

reloadClasses service method

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()

hash QorusSystemOmqmapService::reloadConstants ( *softlist  ids)
inline

reloadConstants service method

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()

hash QorusSystemOmqmapService::reloadEvents ( *softlist  ids)
inline

reloadEvents service method

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()

hash QorusSystemOmqmapService::reloadFunctions ( *softlist  ids)
inline

reloadFunctions service method

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()

hash QorusSystemOmqmapService::reloadJobs ( *softlist  ids)
inline

reloadJobs service method

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()

hash QorusSystemOmqmapService::reloadMappers ( *softlist  ids)
inline

reloadMappers service method

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()

hash QorusSystemOmqmapService::reloadQueues ( *softlist  ids)
inline

reloadQueues service method

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()

hash QorusSystemOmqmapService::reloadServices ( *softlist  ids)
inline

reloadServices service method

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()

hash QorusSystemOmqmapService::reloadSlas ( *softlist  ids)
inline

reloadSlas service method

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()

hash QorusSystemOmqmapService::reloadSteps ( *softlist  ids)
inline

reloadSteps service method

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()

hash QorusSystemOmqmapService::reloadVMaps ( *softlist  ids)
inline

reloadVMaps service method

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()

hash QorusSystemOmqmapService::reloadWorkflows ( *softlist  ids)
inline

reloadWorkflows service method

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()

int QorusSystemOmqmapService::rlookupclass ( string  name,
string  version 
)
inline

rlookupclass service method

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

◆ rlookupconstant()

int QorusSystemOmqmapService::rlookupconstant ( string  name,
string  version 
)
inline

rlookupconstant service method

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

◆ rlookupfunc()

int QorusSystemOmqmapService::rlookupfunc ( string  name,
string  version 
)
inline

rlookupfunc service method

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

◆ rlookupjob()

hash QorusSystemOmqmapService::rlookupjob ( string  name)
inline

rlookupjob service method

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

◆ rlookupmapper()

string QorusSystemOmqmapService::rlookupmapper ( string  name,
string  version 
)
inline

rlookupmapper service method

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

◆ rlookupqueue()

hash QorusSystemOmqmapService::rlookupqueue ( string  name)
inline

rlookupqueue service method

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

◆ rlookupservice()

string QorusSystemOmqmapService::rlookupservice ( string  type,
string  name,
string  version 
)
inline

rlookupservice service method

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

◆ rlookupsla()

hash QorusSystemOmqmapService::rlookupsla ( string  name)
inline

rlookupsla service method

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

◆ rlookupstep()

string QorusSystemOmqmapService::rlookupstep ( string  name,
string  version 
)
inline

rlookupstep service method

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

◆ rlookupvmap()

hash QorusSystemOmqmapService::rlookupvmap ( string  name)
inline

rlookupvmap service method

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

◆ rlookupworkflow()

hash QorusSystemOmqmapService::rlookupworkflow ( string  name,
string  version 
)
inline

rlookupworkflow service method

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

◆ serviceid()

int QorusSystemOmqmapService::serviceid ( string  type,
string  name,
*string  version 
)
inline

serviceid service method

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

◆ servicelist()

list QorusSystemOmqmapService::servicelist ( )
inline

servicelist service method

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

◆ stepid()

softint QorusSystemOmqmapService::stepid ( string  name,
*string  version 
)
inline

stepid service method

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()

softint QorusSystemOmqmapService::vmapid ( string  name)
inline

vmapid service method

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

◆ workflowid()

int QorusSystemOmqmapService::workflowid ( string  name,
*string  version 
)
inline

workflowid service method

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

◆ workflowlist()

list QorusSystemOmqmapService::workflowlist ( )
inline

workflowlist service method

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: