Qorus Integration Engine® Enterprise Edition 6.1.0_prod
Loading...
Searching...
No Matches
Expression Template Context Values

Variables

public const OMQ::QETC_WORKFLOW = (1 << 0)
 For templates valid in a workflow context only.
 
public const OMQ::QETC_SERVICE = (1 << 1)
 For templates valid in a service context only.
 
public const OMQ::QETC_JOB = (1 << 2)
 For templates valid in a job context only.
 
public const OMQ::QETC_GENERIC = (1 << 3)
 For templates valid in a non-interface context.
 
public const OMQ::QETC_INTERFACE = QETC_WORKFLOW | QETC_SERVICE | QETC_JOB
 For templates valid in any interface context but not outside an interface.
 
public const OMQ::QETC_ALL = QETC_WORKFLOW | QETC_SERVICE | QETC_JOB | QETC_GENERIC
 For templates valid in all contexts.
 

Detailed Description

These constants indicate the possible values of the template context bitfield