Qorus Integration Engine®  5.0.12_git
com.qoretechnologies.qorus.OMQ Class Reference
Inheritance diagram for com.qoretechnologies.qorus.OMQ:
com.qoretechnologies.qorus.UserApi com.qoretechnologies.qorus.job.JobApi com.qoretechnologies.qorus.service.ServiceApi com.qoretechnologies.qorus.workflow.WorkflowApi com.qoretechnologies.qorus.job.QorusJob com.qoretechnologies.qorus.service.QorusService com.qoretechnologies.qorus.workflow.QorusStepBase com.qoretechnologies.qorus.workflow.QorusWorkflow com.qoretechnologies.qorus.workflow.QorusAsyncStepBase com.qoretechnologies.qorus.workflow.QorusEventStepBase com.qoretechnologies.qorus.workflow.QorusNormalArrayStep com.qoretechnologies.qorus.workflow.QorusNormalStep com.qoretechnologies.qorus.workflow.QorusSubworkflowStepBase com.qoretechnologies.qorus.workflow.QorusAsyncArrayStep com.qoretechnologies.qorus.workflow.QorusAsyncStep com.qoretechnologies.qorus.workflow.QorusEventArrayStep com.qoretechnologies.qorus.workflow.QorusEventStep com.qoretechnologies.qorus.workflow.QorusSubworkflowArrayStep com.qoretechnologies.qorus.workflow.QorusSubworkflowStep

Static Public Attributes

static final String OT_CONSTANT = "CONSTANT"
 
static final String OT_CLASS = "CLASS"
 
static final String OT_FUNCTION = "FUNCTION"
 
static final String ExecNormal = "NORMAL"
 
static final String ExecAsync = "ASYNC"
 
static final String ExecSubWorkflow = "SUBWORKFLOW"
 
static final String ExecEvent = "EVENT"
 
static final String SSRunning = "running"
 
static final String SSLoaded = "loaded"
 
static final String SLNone = "none"
 
static final String SLRead = "read"
 
static final String SLWrite = "write"
 
static final String SQLStatComplete = "C"
 
static final String SQLStatError = "E"
 
static final String SQLStatWaiting = "W"
 
static final String SQLStatInProgress = "I"
 
static final String SQLStatIncomplete = "N"
 
static final String SQLStatAsyncWaiting = "A"
 
static final String SQLStatEventWaiting = "V"
 
static final String SQLStatRetry = "R"
 
static final String SQLStatCanceled = "X"
 
static final String SQLStatReady = "Y"
 
static final String SQLStatScheduled = "S"
 
static final String SQLStatBlocked = "B"
 
static final int LL_CRITICAL = -1
 
static final int LL_IMPORTANT = 0
 
static final int LL_INFO = 1
 
static final int LL_DETAIL_1 = 2
 
static final int LL_DETAIL_2 = 3
 
static final int LL_DEBUG_1 = 4
 
static final int LL_DEBUG_2 = 5
 
static final int LL_DEBUG_3 = 6
 
static final String WM_Normal = "NORMAL"
 
static final String WM_Recovery = "RECOVERY"
 
static final String StatComplete = "COMPLETE"
 
static final String StatError = "ERROR"
 
static final String StatWaiting = "WAITING"
 
static final String StatInProgress = "IN-PROGRESS"
 
static final String StatIncomplete = "INCOMPLETE"
 
static final String StatAsyncWaiting = "ASYNC-WAITING"
 
static final String StatEventWaiting = "EVENT-WAITING"
 
static final String StatRetry = "RETRY"
 
static final String StatCanceled = "CANCELED"
 
static final String StatReady = "READY"
 
static final String StatScheduled = "SCHEDULED"
 
static final String StatBlocked = "BLOCKED"
 
static final Map< String, StringStatMap
 
static final Map< String, StringSQLStatMap
 
static final String ES_Major = "MAJOR"
 
static final String ES_Warning = "WARNING"
 
static final String CS_Clean = "C"
 
static final String CS_RecoveredAuto = "A"
 
static final String CS_RecoveredManual = "M"
 
static final String QS_Waiting = "WAITING"
 
static final String QS_Received = "RECEIVED"
 
static final String QS_Error = "ERROR"
 
static final String QS_Used = "USED"
 
static final String SQL_QS_Waiting = "W"
 
static final String SQL_QS_Received = "R"
 
static final String SQL_QS_Error = "E"
 
static final String SQL_QS_Used = "X"
 
static final Map< String, StringQSMap
 
static final Map< String, StringSQLQSMap
 
static final String QR_LOGIN = "LOGIN"
 
static final String QR_SHUTDOWN = "SHUTDOWN"
 
static final String QR_WORKFLOW_CONTROL = "WORKFLOW-CONTROL"
 
static final String QR_WORKFLOW_EXEC_CONTROL = "WORKFLOW-EXEC-CONTROL"
 
static final String QR_START_WORKFLOW = "START-WORKFLOW"
 
static final String QR_STOP_WORKFLOW = "STOP-WORKFLOW"
 
static final String QR_RESET_WORKFLOW = "RESET-WORKFLOW"
 
static final String QR_WORKFLOW_OPTION_CONTROL = "WORKFLOW-OPTION-CONTROL"
 
static final String QR_WORKFLOW_ERROR_CONTROL = "WORKFLOW-ERROR-CONTROL"
 
static final String QR_WORKFLOW_ORDER_CONTROL = "WORKFLOW-ORDER-CONTROL"
 
static final String QR_RETRY_WORKFLOW_ORDER = "RETRY-WORKFLOW-ORDER"
 
static final String QR_RESCHEDULE_WORKFLOW_ORDER = "RESCHEDULE-WORKFLOW-ORDER"
 
static final String QR_REPRIORITIZE_WORKFLOW_ORDER = "REPRIORITIZE-WORKFLOW-ORDER"
 
static final String QR_BLOCK_WORKFLOW_ORDER = "BLOCK-WORKFLOW-ORDER"
 
static final String QR_CANCEL_WORKFLOW_ORDER = "CANCEL-WORKFLOW-ORDER"
 
static final String QR_SET_WORKFLOW_ORDER_ERROR = "SET-WORKFLOW-ORDER-ERROR"
 
static final String QR_SKIP_STEP = "SKIP-STEP"
 
static final String QR_SET_ORDER_INFO = "SET-ORDER-INFO"
 
static final String QR_POST_WORKFLOW_EVENT = "POST-WORKFLOW-EVENT"
 
static final String QR_LOCK_WORKFLOW_ORDER = "LOCK-WORKFLOW-ORDER"
 
static final String QR_BREAK_WORKFLOW_ORDER_LOCK = "BREAK-WORKFLOW-ORDER-LOCK"
 
static final String QR_EDIT_WORKFLOW_DATA = "EDIT-WORKFLOW-DATA"
 
static final String QR_READ_SENSITIVE_DATA = "READ-SENSITIVE-DATA"
 
static final String QR_EDIT_SENSITIVE_DATA = "EDIT-SENSITIVE-DATA"
 
static final String QR_DELETE_SENSITIVE_DATA = "DELETE-SENSITIVE-DATA"
 
static final String QR_SENSITIVE_DATA_CONTROL = "SENSITIVE-DATA-CONTROL"
 
static final String QR_EXEC_SYNC_WORKFLOW = "EXEC-SYNC-WORKFLOW"
 
static final String QR_SUBMIT_ORDER = "SUBMIT-ORDER"
 
static final String QR_SET_STEP_CONFIG = "SET-STEP-CONFIG"
 
static final String QR_SET_WORKFLOW_CONFIG = "SET-WORKFLOW-CONFIG"
 
static final String QR_SERVICE_CONTROL = "SERVICE-CONTROL"
 
static final String QR_LOAD_SERVICE = "LOAD-SERVICE"
 
static final String QR_UNLOAD_SERVICE = "UNLOAD-SERVICE"
 
static final String QR_RESET_SERVICE = "RESET-SERVICE"
 
static final String QR_SET_SERVICE_AUTOSTART = "SET-SERVICE-AUTOSTART"
 
static final String QR_SET_SERVICE_OPTIONS = "SET-SERVICE-OPTIONS"
 
static final String QR_CALL_USER_SERVICES_RO = "CALL-USER-SERVICES-RO"
 
static final String QR_CALL_SYSTEM_SERVICES_RO = "CALL-SYSTEM-SERVICES-RO"
 
static final String QR_CALL_USER_SERVICES_RW = "CALL-USER-SERVICES-RW"
 
static final String QR_CALL_SYSTEM_SERVICES_RW = "CALL-SYSTEM-SERVICES-RW"
 
static final String QR_SET_SERVICE_CONFIG = "SET-SERVICE-CONFIG"
 
static final String QR_SERVICE_OPTION_CONTROL = "SERVICE-OPTION-CONTROL"
 
static final String QR_USER_CONTROL = "USER-CONTROL"
 
static final String QR_RELOAD_RBAC = "RELOAD-RBAC"
 
static final String QR_ADD_USER = "ADD-USER"
 
static final String QR_MODIFY_USER = "MODIFY-USER"
 
static final String QR_DELETE_USER = "DELETE-USER"
 
static final String QR_ADD_PERMISSION = "ADD-PERMISSION"
 
static final String QR_MODIFY_PERMISSION = "MODIFY-PERMISSION"
 
static final String QR_DELETE_PERMISSION = "DELETE-PERMISSION"
 
static final String QR_ADD_ROLE = "ADD-ROLE"
 
static final String QR_MODIFY_ROLE = "MODIFY-ROLE"
 
static final String QR_DELETE_ROLE = "DELETE-ROLE"
 
static final String QR_OPTION_CONTROL = "OPTION-CONTROL"
 
static final String QR_LOGGER_CONTROL = "LOGGER-CONTROL"
 
static final String QR_ROTATE_LOG_FILES = "ROTATE-LOG-FILES"
 
static final String QR_MODIFY_LOGGER = "MODIFY-LOGGER"
 
static final String QR_DELETE_LOGGER = "DELETE-LOGGER"
 
static final String QR_CREATE_LOGGER = "CREATE-LOGGER"
 
static final String QR_DATASOURCE_CONTROL = "DATASOURCE-CONTROL"
 
static final String QR_READ_DATASOURCE = "READ-DATASOURCE"
 
static final String QR_ADD_DATASOURCE = "ADD-DATASOURCE"
 
static final String QR_SELECT_DATASOURCE = "SELECT-DATASOURCE"
 
static final String QR_MODIFY_DATASOURCE = "MODIFY-DATASOURCE"
 
static final String QR_RESET_DATASOURCE = "RESET-DATASOURCE"
 
static final String QR_DELETE_DATASOURCE = "DELETE-DATASOURCE"
 
static final String QR_RELOAD_DATASOURCE = "RELOAD-DATASOURCE"
 
static final String QR_FLUSH_DATASOURCE = "FLUSH-DATASOURCE"
 
static final String QR_SQLUTIL_READ = "SQLUTIL-READ"
 
static final String QR_SQLUTIL_WRITE = "SQLUTIL-WRITE"
 
static final String QR_GROUP_CONTROL = "GROUP-CONTROL"
 
static final String QR_ADD_GROUP = "ADD-GROUP"
 
static final String QR_MODIFY_GROUP = "MODIFY-GROUP"
 
static final String QR_DELETE_GROUP = "DELETE-GROUP"
 
static final String QR_MODIFY_GROUP_STATUS = "MODIFY-GROUP-STATUS"
 
static final String QR_SERVER_CONTROL = "SERVER-CONTROL"
 
static final String QR_SET_PROPERTY = "SET-PROPERTY"
 
static final String QR_DELETE_PROPERTY = "DELETE-PROPERTY"
 
static final String QR_RELOAD_PROPERTIES = "RELOAD-PROPERTIES"
 
static final String QR_START_LISTENER = "START-LISTENER"
 
static final String QR_STOP_LISTENER = "STOP-LISTENER"
 
static final String QR_JOB_CONTROL = "JOB-CONTROL"
 
static final String QR_RUN_JOB = "RUN-JOB"
 
static final String QR_MODIFY_JOB_STATUS = "MODIFY-JOB-STATUS"
 
static final String QR_MODIFY_JOB_EXPIRY = "MODIFY-JOB-EXPIRY"
 
static final String QR_RESCHEDULE_JOB = "RESCHEDULE-JOB"
 
static final String QR_RESET_JOB = "RESET-JOB"
 
static final String QR_SET_JOB_OPTIONS = "SET-JOB-OPTIONS"
 
static final String QR_SET_JOB_CONFIG = "SET-JOB-CONFIG"
 
static final String QR_JOB_OPTION_CONTROL = "JOB-OPTION-CONTROL"
 
static final String QR_SCHEMA_CONTROL = "SCHEMA-CONTROL"
 
static final String QR_USER_CONNECTION_CONTROL = "USER-CONNECTION-CONTROL"
 
static final String QR_READ_USER_CONNECTION = "READ-USER-CONNECTION"
 
static final String QR_RELOAD_USER_CONNECTION = "RELOAD-USER-CONNECTION"
 
static final String QR_ADD_USER_CONNECTION = "ADD-USER-CONNECTION"
 
static final String QR_MODIFY_USER_CONNECTION = "MODIFY-USER-CONNECTION"
 
static final String QR_DELETE_USER_CONNECTION = "DELETE-USER-CONNECTION"
 
static final String QR_SERVER_CONNECTION_CONTROL = "SERVER-CONNECTION-CONTROL"
 
static final String QR_RELOAD_SERVER_CONNECTION = "RELOAD-SERVER-CONNECTION"
 
static final String QR_READ_SERVER_CONNECTION = "READ-SERVER-CONNECTION"
 
static final String QR_ADD_SERVER_CONNECTION = "ADD-SERVER-CONNECTION"
 
static final String QR_MODIFY_SERVER_CONNECTION = "MODIFY-SERVER-CONNECTION"
 
static final String QR_DELETE_SERVER_CONNECTION = "DELETE-SERVER-CONNECTION"
 
static final String QR_FILESYSTEM_CONTROL = "FILESYSTEM-CONTROL"
 
static final String QR_FILESYSTEM_READ = "FILESYSTEM-READ"
 
static final String QR_FILESYSTEM_WRITE = "FILESYSTEM-WRITE"
 
static final String QR_MAPPER_CONTROL = "MAPPER-CONTROL"
 
static final String QR_RELOAD_MAPPER = "RELOAD-MAPPER"
 
static final String QR_MODIFY_MAPPER = "MODIFY-MAPPER"
 
static final String QR_VALUE_MAP_CONTROL = "VALUE-MAP-CONTROL"
 
static final String QR_RELOAD_VALUE_MAP = "RELOAD-VALUE-MAP"
 
static final String QR_MODIFY_VALUE_MAP = "MODIFY-VALUE-MAP"
 
static final String QR_CREATE_SLA = "CREATE-SLA"
 
static final String QR_DELETE_SLA = "DELETE-SLA"
 
static final String QR_MODIFY_SLA = "MODIFY-SLA"
 
static final String QR_SLA_CONTROL = "SLA-CONTROL"
 
static final String QR_DEBUG_CONTROL = "DEBUG-CONTROL"
 
static final String QR_REMOTE_DEPLOYMENT = "REMOTE-DEPLOYMENT"
 
static final String QR_REMOTE_DELETE_INTERFACE = "REMOTE-DELETE-INTERFACE"
 
static final String QR_REMOTE_RELEASE = "REMOTE-RELEASE"
 
static final String QR_REMOTE_EXEC_ALL = "REMOTE-EXEC-ALL"
 
static final String QR_KILL_PROCESS = "KILL-PROCESS"
 
static final String QR_DATA_PROVIDER_CONTROL = "DATA-PROVIDER-CONTROL"
 
static final String QR_DATA_PROVIDER_CREATE = "DATA-PROVIDER-CREATE"
 
static final String QR_DATA_PROVIDER_READ = "DATA-PROVIDER-READ"
 
static final String QR_DATA_PROVIDER_UPDATE = "DATA-PROVIDER-UPDATE"
 
static final String QR_DATA_PROVIDER_DELETE = "DATA-PROVIDER-DELETE"
 
static final String QR_TYPE_CACHE_CONTROL = "TYPE-CACHE-CONTROL"
 
static final String QR_TYPE_CACHE_RELOAD = "TYPE-CACHE-RELOAD"
 
static final String QR_TYPE_CACHE_CREATE = "TYPE-CACHE-CREATE"
 
static final String QR_TYPE_CACHE_DELETE = "TYPE-CACHE-DELETE"
 
static final String QR_SET_FSM_CONFIG = "SET-FSM-CONFIG"
 Finite State Machine System Permission: "SET-FSM-CONFIG". More...
 
static final String QR_SET_PIPELINE_CONFIG = "SET-PIPELINE-CONFIG"
 Pipeline System Permission: "SET-PIPELINE-CONFIG". More...
 
static final String QR_UPLOAD = "UPLOAD"
 #! Remote Command System Permission: "UPLOAD" More...
 
static final int QE_CLASS_SYSTEM = 101
 
static final int QE_CLASS_WORKFLOW = 102
 
static final int QE_CLASS_SERVICE = 103
 
static final int QE_CLASS_USER = 104
 
static final int QE_CLASS_JOB = 105
 
static final int QE_CLASS_ALERT = 106
 
static final int QE_CLASS_GROUP = 107
 
static final int QE_CLASS_CONNECTION = 108
 
static final int QE_CLASS_PROCESS = 109
 
static final int QE_CLASS_CLUSTER = 110
 
static final int QE_CLASS_LOGGER = 111
 
static final int QE_CLASS_CONFIG_ITEM = 112
 
static final Map< Integer, StringQE_MAP_CLASS
 
static final int QEC_SYSTEM_STARTUP = 1001
 
static final int QEC_SYSTEM_SHUTDOWN = 1002
 
static final int QEC_SYSTEM_ERROR = 1003
 
static final int QEC_SYSTEM_HEALTH_CHANGED = 1004
 
static final int QEC_SYSTEM_REMOTE_HEALTH_CHANGED = 1005
 
static final int QEC_GROUP_STATUS_CHANGED = 1101
 
static final int QEC_WORKFLOW_START = 2001
 
static final int QEC_WORKFLOW_STOP = 2002
 
static final int QEC_WORKFLOW_CACHE_RESET = 2003
 
static final int QEC_WORKFLOW_DATA_SUBMITTED = 2004
 
static final int QEC_WORKFLOW_DATA_ERROR = 2005
 
static final int QEC_WORKFLOW_DATA_RELEASED = 2006
 
static final int QEC_WORKFLOW_DATA_CACHED = 2007
 
static final int QEC_WORKFLOW_INFO_CHANGED = 2008
 
static final int QEC_WORKFLOW_STATUS_CHANGED = 2009
 
static final int QEC_WORKFLOW_STEP_PERFORMANCE = 2010
 
static final int QEC_WORKFLOW_PERFORMANCE = 2011
 
static final int QEC_WORKFLOW_DATA_LOCKED = 2012
 
static final int QEC_WORKFLOW_DATA_UNLOCKED = 2013
 
static final int QEC_WORKFLOW_DATA_UPDATED = 2014
 
static final int QEC_WORKFLOW_STATS_UPDATED = 2015
 
static final int QEC_WORKFLOW_RECOVERED = 2016
 
static final int QEC_WORKFLOW_UPDATED = 2017
 
static final int QEC_WORKFLOW_STEP_DATA_UPDATED = 2018
 
static final int QEC_SERVICE_START = 3001
 
static final int QEC_SERVICE_STOP = 3002
 
static final int QEC_SERVICE_ERROR = 3003
 
static final int QEC_SERVICE_AUTOSTART_CHANGE = 3004
 
static final int QEC_SERVICE_METHOD_PERFORMANCE = 3005
 
static final int QEC_SERVICE_UPDATED = 3006
 
static final int QEC_JOB_START = 4001
 
static final int QEC_JOB_STOP = 4002
 
static final int QEC_JOB_ERROR = 4003
 
static final int QEC_JOB_INSTANCE_START = 4004
 
static final int QEC_JOB_INSTANCE_STOP = 4005
 
static final int QEC_JOB_RECOVERED = 4006
 
static final int QEC_JOB_UPDATED = 4007
 
static final int QEC_CONFIG_ITEM_CHANGED = 4100
 
static final int QEC_ALERT_ONGOING_RAISED = 5006
 
static final int QEC_ALERT_ONGOING_CLEARED = 5007
 
static final int QEC_ALERT_TRANSIENT_RAISED = 5008
 
static final int QEC_CONNECTION_UP = 5101
 
static final int QEC_CONNECTION_DOWN = 5102
 
static final int QEC_CONNECTION_ENABLED_CHANGE = 5103
 
static final int QEC_CONNECTION_CREATED = 5104
 
static final int QEC_CONNECTION_UPDATED = 5105
 
static final int QEC_CONNECTION_DELETED = 5106
 
static final int QEC_CONNECTIONS_RELOADED = 5107
 
static final int QEC_CONNECTION_DEBUG_DATA_CHANGE = 5108
 
static final int QEC_LOGGER_CREATED = 5200
 
static final int QEC_LOGGER_UPDATED = 5201
 
static final int QEC_LOGGER_DELETED = 5202
 
static final int QEC_APPENDER_CREATED = 5203
 
static final int QEC_APPENDER_DELETED = 5204
 
static final int QEC_APPENDER_UPDATED = 5205
 
static final int QEC_PROCESS_STARTED = 6001
 
static final int QEC_PROCESS_STOPPED = 6002
 
static final int QEC_PROCESS_START_ERROR = 6003
 
static final int QEC_PROCESS_MEMORY_CHANGED = 6004
 
static final int QEC_NODE_INFO = 7001
 
static final int QEC_NODE_REMOVED = 7002
 Qorus Event Code: NODE_REMOVED. More...
 
static final int QEC_USER_EVENT = 9001
 
static final Map< Integer, StringQE_MAP_EVENT
 
static final int QSE_OK = 0
 
static final int QSE_NO_INSTANCE_KEY = 1
 
static final int QSE_INVALID_DB_MAX_THREADS = 2
 
static final int QSE_DATASOURCE = 3
 
static final int QSE_LOG_ERROR = 4
 
static final int QSE_RBAC_ERROR = 5
 
static final int QSE_EVENT_ERROR = 6
 
static final int QSE_SESSION_ERROR = 7
 
static final int QSE_COMMAND_LINE_ERROR = 8
 
static final int QSE_OPTION_ERROR = 9
 
static final int QSE_VERSION_ONLY = 10
 
static final int QSE_STARTUP_ERROR = 99
 
static final int DefaultOrderPriority = 500
 
static final String JS_Complete = "COMPLETE"
 
static final String JS_InProgress = "IN-PROGRESS"
 
static final String JS_Error = "ERROR"
 
static final String JS_Crash = "CRASH"
 
static final String SQL_JS_Complete = "C"
 
static final String SQL_JS_InProgress = "I"
 
static final String SQL_JS_Error = "E"
 
static final String SQL_JS_Crash = "Z"
 
static final Map< String, StringJSMap
 
static final Map< String, StringSQLJSMap
 
static final int AE_USER_EVENT = 1
 
static final int AE_SYSTEM_STARTUP = 2
 
static final int AE_SYSTEM_SHUTDOWN = 3
 
static final int AE_SYSTEM_RECOVERY_START = 4
 
static final int AE_SYSTEM_RECOVERY_COMPLETE = 5
 
static final int AE_WORKFLOW_STATUS_CHANGE = 6
 
static final int AE_WORKFLOW_START = 7
 
static final int AE_WORKFLOW_STOP = 8
 
static final int AE_SERVICE_START = 9
 
static final int AE_SERVICE_STOP = 10
 
static final int AE_JOB_START = 11
 
static final int AE_JOB_STOP = 12
 
static final int AE_JOB_INSTANCE_START = 13
 
static final int AE_JOB_INSTANCE_STOP = 14
 
static final int AE_API_CALL = 15
 
static final int AE_JOB_RECOVERY = 16
 
static final int AE_WORKFLOW_DATA_CREATED = 17
 
static final int AE_ALERT_ONGOING_RAISED = 18
 
static final int AE_ALERT_ONGOING_CLEARED = 19
 
static final int AE_ALERT_TRANSIENT_RAISED = 20
 
static final int AE_SOURCE_FILE_LOADED = 21
 
static final int AE_GROUP_STATUS_CHANGED = 22
 
static final String AES_USER_EVENT = "USER-EVENT"
 
static final String AES_SYSTEM_STARTUP = "SYSTEM-STARTUP"
 
static final String AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN"
 
static final String AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START"
 
static final String AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE"
 
static final String AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE"
 
static final String AES_WORKFLOW_START = "WORKFLOW-START"
 
static final String AES_WORKFLOW_STOP = "WORKFLOW-STOP"
 
static final String AES_SERVICE_START = "SERVICE-START"
 
static final String AES_SERVICE_STOP = "SERVICE-STOP"
 
static final String AES_JOB_START = "JOB-START"
 
static final String AES_JOB_STOP = "JOB-STOP"
 
static final String AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP"
 
static final String AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START"
 
static final String AES_API_CALL = "API-CALL"
 
static final String AES_JOB_RECOVERY = "JOB-RECOVERY"
 
static final String AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED"
 
static final String AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED"
 
static final String AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED"
 
static final String AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED"
 
static final String AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED"
 
static final String AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED"
 
static final Map< Integer, StringAuditEventMap
 
static final Map< String, Integer > AuditEventCodeMap
 
static final String AO_SYSTEM = "system"
 
static final String AO_WORKFLOWS = "workflows"
 
static final String AO_WORKFLOW_DATA = "workflow-data"
 
static final String AO_JOBS = "jobs"
 
static final String AO_JOB_DATA = "job-data"
 
static final String AO_SERVICES = "services"
 
static final String AO_API = "api"
 
static final String AO_USER_EVENTS = "user-events"
 
static final String AO_OLOAD_EVENTS = "oload"
 
static final String AO_ALERT_EVENTS = "alerts"
 
static final String AO_GROUP_EVENTS = "groups"
 
static final int AOC_SYSTEM = (1 << 0)
 
static final int AOC_WORKFLOWS = (1 << 1)
 
static final int AOC_WORKFLOW_DATA = (1 << 2)
 
static final int AOC_JOBS = (1 << 3)
 
static final int AOC_JOB_DATA = (1 << 4)
 
static final int AOC_SERVICES = (1 << 5)
 
static final int AOC_API = (1 << 6)
 
static final int AOC_USER_EVENTS = (1 << 7)
 
static final int AOC_OLOAD_EVENTS = (1 << 8)
 
static final int AOC_ALERT_EVENTS = (1 << 9)
 
static final int AOC_GROUP_EVENTS = (1 << 10)
 
static final int AuditMask = (AOC_SYSTEM|AOC_WORKFLOWS|AOC_WORKFLOW_DATA|AOC_JOBS|AOC_JOB_DATA|AOC_SERVICES|AOC_API|AOC_USER_EVENTS|AOC_OLOAD_EVENTS|AOC_ALERT_EVENTS|AOC_GROUP_EVENTS)
 
static final Map< String, Integer > AuditOptionMap
 
static final Map< Integer, StringAuditCodeMap
 

Detailed Description

The main class with common definitions, equivalent to the OMQ namespace in Qorus

Member Data Documentation

◆ AE_ALERT_ONGOING_CLEARED

final int com.qoretechnologies.qorus.OMQ.AE_ALERT_ONGOING_CLEARED = 19
static

Ongoing alert cleared audit code

This code is used when an ongoing alert is cleared and the "alert ongoing cleared" audit event is written to the AUDIT_EVENTS table

Since
Qorus 3.0.0

◆ AE_ALERT_ONGOING_RAISED

final int com.qoretechnologies.qorus.OMQ.AE_ALERT_ONGOING_RAISED = 18
static

Ongoing alert raised audit code

This code is used when an ongoing alert is raised and the "alert ongoing raised" audit event is written to the AUDIT_EVENTS table

Since
Qorus 3.0.0

◆ AE_ALERT_TRANSIENT_RAISED

final int com.qoretechnologies.qorus.OMQ.AE_ALERT_TRANSIENT_RAISED = 20
static

Transient alert raised audit code

This code is used when a transient alert is raised and the "alert transient raised" audit event is written to the AUDIT_EVENTS table

Since
Qorus 3.0.0

◆ AE_API_CALL

final int com.qoretechnologies.qorus.OMQ.AE_API_CALL = 15
static

Api call audit code

This code is used when a "api call" audit event is written to the AUDIT_EVENTS table

◆ AE_GROUP_STATUS_CHANGED

final int com.qoretechnologies.qorus.OMQ.AE_GROUP_STATUS_CHANGED = 22
static

Group status changed audit code

This code is used when an RBAC interface group's status changes and the "group status changed" event is writteo the the AUDIT_EVENTS table; corresponds to OMQ.AE_GROUP_STATUS_CHANGED

Since
Qorus 3.0.0

◆ AE_JOB_INSTANCE_START

final int com.qoretechnologies.qorus.OMQ.AE_JOB_INSTANCE_START = 13
static

Job instance start audit code

This code is used when a "job instance start" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_JOB_INSTANCE_START

◆ AE_JOB_INSTANCE_STOP

final int com.qoretechnologies.qorus.OMQ.AE_JOB_INSTANCE_STOP = 14
static

Job instance stop audit code

This code is used when a "job instance stop" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_JOB_INSTANCE_STOP

◆ AE_JOB_RECOVERY

final int com.qoretechnologies.qorus.OMQ.AE_JOB_RECOVERY = 16
static

Job recovery audit code

This code is used when a "job recovery" audit event is written to the AUDIT_EVENTS table

◆ AE_JOB_START

final int com.qoretechnologies.qorus.OMQ.AE_JOB_START = 11
static

Job start audit code

This code is used when a "job start" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_JOB_START

◆ AE_JOB_STOP

final int com.qoretechnologies.qorus.OMQ.AE_JOB_STOP = 12
static

Job stop audit code

This code is used when a "job stop" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_JOB_STOP

◆ AE_SERVICE_START

final int com.qoretechnologies.qorus.OMQ.AE_SERVICE_START = 9
static

Service start audit code

This code is used when a "service start" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_SERVICE_START

◆ AE_SERVICE_STOP

final int com.qoretechnologies.qorus.OMQ.AE_SERVICE_STOP = 10
static

Service stop audit code

This code is used when a "service stop" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_SERVICE_STOP

◆ AE_SOURCE_FILE_LOADED

final int com.qoretechnologies.qorus.OMQ.AE_SOURCE_FILE_LOADED = 21
static

Source file loaded into the system schema by oload

This code is used when any source file is loaded into the database by oload and the "source file loaded" event is written to the AUDIT_EVENTS table

Since
Qorus 3.0.0

◆ AE_SYSTEM_RECOVERY_COMPLETE

final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_RECOVERY_COMPLETE = 5
static

System recovery complete audit code

This code is used when a "system recovery complete" audit event is written to the AUDIT_EVENTS table

◆ AE_SYSTEM_RECOVERY_START

final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_RECOVERY_START = 4
static

System recovery start audit code

This code is used when a "system recovery start" audit event is written to the AUDIT_EVENTS table

◆ AE_SYSTEM_SHUTDOWN

final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_SHUTDOWN = 3
static

System shutdown audit code

This code is used when a "system shutdown" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_SYSTEM_SHUTDOWN

◆ AE_SYSTEM_STARTUP

final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_STARTUP = 2
static

System startup audit code

This code is used when a "system startup" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_SYSTEM_STARTUP

◆ AE_USER_EVENT

final int com.qoretechnologies.qorus.OMQ.AE_USER_EVENT = 1
static

User event audit code

This code is used when a user audit event is written to the AUDIT_EVENTS table

◆ AE_WORKFLOW_DATA_CREATED

final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_DATA_CREATED = 17
static

Workflow order data created audit code

This code is used when a workflow order is created and the "order created" audit event is written to the AUDIT_EVENTS table

◆ AE_WORKFLOW_START

final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_START = 7
static

Workflow start audit code

This code is used when a "workflow start" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_WORKFLOW_START

◆ AE_WORKFLOW_STATUS_CHANGE

final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_STATUS_CHANGE = 6
static

Workflow status change audit code

This code is used when a "workflow status change" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_WORKFLOW_STATUS_CHANGED

◆ AE_WORKFLOW_STOP

final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_STOP = 8
static

Workflow stop audit code

This code is used when a "workflow stop" audit event is written to the AUDIT_EVENTS table

See also
OMQ.QEC_WORKFLOW_STOP

◆ AES_ALERT_ONGOING_CLEARED

final String com.qoretechnologies.qorus.OMQ.AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED"
static

Ongoing alert cleared audit code

This code is used when an ongoing alert is cleared and the "alert ongoing cleared" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_ALERT_ONGOING_CLEARED

Since
Qorus 3.0.0

◆ AES_ALERT_ONGOING_RAISED

final String com.qoretechnologies.qorus.OMQ.AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED"
static

Ongoing alert raised audit code

This code is used when an ongoing alert is raised and the "alert ongoing raised" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_ALERT_ONGOING_RAISED

Since
Qorus 3.0.0

◆ AES_ALERT_TRANSIENT_RAISED

final String com.qoretechnologies.qorus.OMQ.AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED"
static

Transient alert raised audit code

This code is used when a transient alert is raised and the "alert transient raised" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_ALERT_TRANSIENT_RAISED

Since
Qorus 3.0.0

◆ AES_API_CALL

final String com.qoretechnologies.qorus.OMQ.AES_API_CALL = "API-CALL"
static

Api call audit code

This code is used when a "api call" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_API_CALL

◆ AES_GROUP_STATUS_CHANGED

final String com.qoretechnologies.qorus.OMQ.AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED"
static

Group status changed audit code

This code is used when an RBAC interface group's status changes and the "group status changed" event is writteo the the AUDIT_EVENTS table; corresponds to OMQ.AE_GROUP_STATUS_CHANGED

Since
Qorus 3.0.0

◆ AES_JOB_INSTANCE_START

final String com.qoretechnologies.qorus.OMQ.AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP"
static

Job instance start audit code

This code is used when a "job instance start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_JOB_INSTANCE_START

◆ AES_JOB_INSTANCE_STOP

final String com.qoretechnologies.qorus.OMQ.AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START"
static

Job instance stop audit code

This code is used when a "job instance stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_JOB_INSTANCE_STOP

◆ AES_JOB_RECOVERY

final String com.qoretechnologies.qorus.OMQ.AES_JOB_RECOVERY = "JOB-RECOVERY"
static

Job recovery audit code

This code is used when a "job recovery" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_JOB_RECOVERY

◆ AES_JOB_START

final String com.qoretechnologies.qorus.OMQ.AES_JOB_START = "JOB-START"
static

Job start audit code

This code is used when a "job start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_JOB_START

◆ AES_JOB_STOP

final String com.qoretechnologies.qorus.OMQ.AES_JOB_STOP = "JOB-STOP"
static

Job stop audit code

This code is used when a "job stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_JOB_STOP

◆ AES_SERVICE_START

final String com.qoretechnologies.qorus.OMQ.AES_SERVICE_START = "SERVICE-START"
static

Service start audit code

This code is used when a "service start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SERVICE_START

◆ AES_SERVICE_STOP

final String com.qoretechnologies.qorus.OMQ.AES_SERVICE_STOP = "SERVICE-STOP"
static

Service stop audit code

This code is used when a "service stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SERVICE_STOP

◆ AES_SOURCE_FILE_LOADED

final String com.qoretechnologies.qorus.OMQ.AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED"
static

Source file loaded into the system schema by oload audit code

This code is used when any source file is loaded into the database by oload and the "source file loaded" event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SOURCE_FILE_LOADED

Since
Qorus 3.0.0

◆ AES_SYSTEM_RECOVERY_COMPLETE

final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE"
static

System recovery complete audit code

This code is used when a "system recovery complete" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SYSTEM_RECOVERY_COMPLETE

◆ AES_SYSTEM_RECOVERY_START

final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START"
static

System recovery start audit code

This code is used when a "system recovery start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SYSTEM_RECOVERY_START

◆ AES_SYSTEM_SHUTDOWN

final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN"
static

System shutdown audit code

This code is used when a "system shutdown" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SYSTEM_SHUTDOWN

◆ AES_SYSTEM_STARTUP

final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_STARTUP = "SYSTEM-STARTUP"
static

System startup audit code

This code is used when a "system startup" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_SYSTEM_STARTUP

◆ AES_USER_EVENT

final String com.qoretechnologies.qorus.OMQ.AES_USER_EVENT = "USER-EVENT"
static

User event audit code

This code is used when a user audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_USER_EVENT

◆ AES_WORKFLOW_DATA_CREATED

final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED"
static

Workflow order data created audit code

This code is used when a workflow order is created and the "order created" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_WORKFLOW_DATA_CREATED

◆ AES_WORKFLOW_START

final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_START = "WORKFLOW-START"
static

Workflow start audit code

This code is used when a "workflow start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_WORKFLOW_START

◆ AES_WORKFLOW_STATUS_CHANGE

final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE"
static

Workflow status change audit code

This code is used when a "workflow status change" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_WORKFLOW_STATUS_CHANGE

◆ AES_WORKFLOW_STOP

final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_STOP = "WORKFLOW-STOP"
static

Workflow stop audit code

This code is used when a "workflow stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ.AE_WORKFLOW_STOP

◆ AO_ALERT_EVENTS

final String com.qoretechnologies.qorus.OMQ.AO_ALERT_EVENTS = "alerts"
static

Audit option: alert events

Audits the following events: OMQ.AE_ALERT_ONGOING_RAISED, OMQ.AE_ALERT_ONGOING_CLEARED, OMQ.AE_ALERT_TRANSIENT_RAISED

Since
Qorus 3.0.0

◆ AO_API

final String com.qoretechnologies.qorus.OMQ.AO_API = "api"
static

Audit option: api write events

Audits the following events: OMQ.AE_API_CALL for external network API calls that cause changes to be made

◆ AO_GROUP_EVENTS

final String com.qoretechnologies.qorus.OMQ.AO_GROUP_EVENTS = "groups"
static

Audit option: RBAC interface group events

Audits the following events: OMQ.AE_GROUP_STATUS_CHANGED

Since
Qorus 3.0.0

◆ AO_JOB_DATA

final String com.qoretechnologies.qorus.OMQ.AO_JOB_DATA = "job-data"
static

Audit option: job data events

Audits the following events:

◆ AO_JOBS

final String com.qoretechnologies.qorus.OMQ.AO_JOBS = "jobs"
static

Audit option: job events

Audits the following events:

◆ AO_OLOAD_EVENTS

final String com.qoretechnologies.qorus.OMQ.AO_OLOAD_EVENTS = "oload"
static

Audit option: oload events

Audits the following event: OMQ.AE_SOURCE_FILE_LOADED

Since
Qorus 3.0.0

◆ AO_SERVICES

final String com.qoretechnologies.qorus.OMQ.AO_SERVICES = "services"
static

Audit option: service events

Audits the following events:

◆ AO_SYSTEM

final String com.qoretechnologies.qorus.OMQ.AO_SYSTEM = "system"
static

◆ AO_USER_EVENTS

final String com.qoretechnologies.qorus.OMQ.AO_USER_EVENTS = "user-events"
static

Audit option: user events

Audits the following events: OMQ.AE_USER_EVENT

◆ AO_WORKFLOW_DATA

final String com.qoretechnologies.qorus.OMQ.AO_WORKFLOW_DATA = "workflow-data"
static

Audit option: workflow data events

Audits the following events:

◆ AO_WORKFLOWS

final String com.qoretechnologies.qorus.OMQ.AO_WORKFLOWS = "workflows"
static

Audit option: workflow events

Audits the following events:

◆ AOC_ALERT_EVENTS

final int com.qoretechnologies.qorus.OMQ.AOC_ALERT_EVENTS = (1 << 9)
static

Audit option code: alert events

Since
Qorus 3.0.0

◆ AOC_API

final int com.qoretechnologies.qorus.OMQ.AOC_API = (1 << 6)
static

Audit option code: api write events

◆ AOC_GROUP_EVENTS

final int com.qoretechnologies.qorus.OMQ.AOC_GROUP_EVENTS = (1 << 10)
static

Audit option code: RBAC interface group events

Since
Qorus 3.0.0

◆ AOC_JOB_DATA

final int com.qoretechnologies.qorus.OMQ.AOC_JOB_DATA = (1 << 4)
static

Audit option code: job data events

◆ AOC_JOBS

final int com.qoretechnologies.qorus.OMQ.AOC_JOBS = (1 << 3)
static

Audit option code: job events

◆ AOC_OLOAD_EVENTS

final int com.qoretechnologies.qorus.OMQ.AOC_OLOAD_EVENTS = (1 << 8)
static

Audit option code: oload events

Since
Qorus 3.0.0

◆ AOC_SERVICES

final int com.qoretechnologies.qorus.OMQ.AOC_SERVICES = (1 << 5)
static

Audit option code: service events

◆ AOC_SYSTEM

final int com.qoretechnologies.qorus.OMQ.AOC_SYSTEM = (1 << 0)
static

Audit option code: system events

◆ AOC_USER_EVENTS

final int com.qoretechnologies.qorus.OMQ.AOC_USER_EVENTS = (1 << 7)
static

Audit option code: user events

◆ AOC_WORKFLOW_DATA

final int com.qoretechnologies.qorus.OMQ.AOC_WORKFLOW_DATA = (1 << 2)
static

Audit option code: workflow data events

◆ AOC_WORKFLOWS

final int com.qoretechnologies.qorus.OMQ.AOC_WORKFLOWS = (1 << 1)
static

Audit option code: workflow events

◆ AuditCodeMap

final Map<Integer, String> com.qoretechnologies.qorus.OMQ.AuditCodeMap
static
Initial value:

Map of audit codes to audit options

◆ AuditEventCodeMap

◆ AuditEventMap

◆ AuditMask

mask of all audit options

◆ AuditOptionMap

final Map<String, Integer> com.qoretechnologies.qorus.OMQ.AuditOptionMap
static
Initial value:

Map of audit options to audit codes

◆ CS_Clean

final String com.qoretechnologies.qorus.OMQ.CS_Clean = "C"
static

Order went to COMPLETE without any errors

◆ CS_RecoveredAuto

final String com.qoretechnologies.qorus.OMQ.CS_RecoveredAuto = "A"
static

Order went to COMPLETE after being recovered automatically

◆ CS_RecoveredManual

final String com.qoretechnologies.qorus.OMQ.CS_RecoveredManual = "M"
static

Order went to COMPLETE after being recovered with manual retries

◆ DefaultOrderPriority

final int com.qoretechnologies.qorus.OMQ.DefaultOrderPriority = 500
static

Default order priority

◆ ES_Major

final String com.qoretechnologies.qorus.OMQ.ES_Major = "MAJOR"
static

Error Severity: MAJOR

◆ ES_Warning

final String com.qoretechnologies.qorus.OMQ.ES_Warning = "WARNING"
static

Error Severity: WARNING

◆ ExecAsync

final String com.qoretechnologies.qorus.OMQ.ExecAsync = "ASYNC"
static

Step attribute: for async steps

◆ ExecEvent

final String com.qoretechnologies.qorus.OMQ.ExecEvent = "EVENT"
static

Step attribute: for synchronization event steps

◆ ExecNormal

final String com.qoretechnologies.qorus.OMQ.ExecNormal = "NORMAL"
static

Step attribute: for normal steps

◆ ExecSubWorkflow

final String com.qoretechnologies.qorus.OMQ.ExecSubWorkflow = "SUBWORKFLOW"
static

Step attribute: for subworkflow steps

◆ JS_Complete

final String com.qoretechnologies.qorus.OMQ.JS_Complete = "COMPLETE"
static

Job Status Text Description: COMPLETE

The equivalent status code actually stored in the database is OMQ.SQL_JS_Complete

◆ JS_Crash

final String com.qoretechnologies.qorus.OMQ.JS_Crash = "CRASH"
static

Job Status Text Description: CRASH

The equivalent status code actually stored in the database is OMQ.SQL_JS_Crash

◆ JS_Error

final String com.qoretechnologies.qorus.OMQ.JS_Error = "ERROR"
static

Job Status Text Description: ERROR

The equivalent status code actually stored in the database is OMQ.SQL_JS_Error

◆ JS_InProgress

final String com.qoretechnologies.qorus.OMQ.JS_InProgress = "IN-PROGRESS"
static

Job Status Text Description: IN-PROGRESS

The equivalent status code actually stored in the database is OMQ.SQL_JS_InProgress

◆ JSMap

final Map<String, String> com.qoretechnologies.qorus.OMQ.JSMap
static
Initial value:
= Collections.unmodifiableMap(new HashMap<String, String>() {
{
put("COMPLETE", "C");
put("IN-PROGRESS", "I");
put("ERROR", "E");
put("CRASH", "Z");
}
})

Map of Job status descriptions to the character code

◆ LL_CRITICAL

final int com.qoretechnologies.qorus.OMQ.LL_CRITICAL = -1
static

Log Level: CRITICAL

◆ LL_DEBUG_1

final int com.qoretechnologies.qorus.OMQ.LL_DEBUG_1 = 4
static

Log Level: DEBUG_1

◆ LL_DEBUG_2

final int com.qoretechnologies.qorus.OMQ.LL_DEBUG_2 = 5
static

Log Level: DEBUG_2

◆ LL_DEBUG_3

final int com.qoretechnologies.qorus.OMQ.LL_DEBUG_3 = 6
static

Log Level: DEBUG_3

◆ LL_DETAIL_1

final int com.qoretechnologies.qorus.OMQ.LL_DETAIL_1 = 2
static

Log Level: DETAIL_1

◆ LL_DETAIL_2

final int com.qoretechnologies.qorus.OMQ.LL_DETAIL_2 = 3
static

Log Level: DETAIL_2

◆ LL_IMPORTANT

final int com.qoretechnologies.qorus.OMQ.LL_IMPORTANT = 0
static

Log Level: IMPORTANT

◆ LL_INFO

final int com.qoretechnologies.qorus.OMQ.LL_INFO = 1
static

Log Level: INFO

◆ OT_CLASS

final String com.qoretechnologies.qorus.OMQ.OT_CLASS = "CLASS"
static

For class library objects

◆ OT_CONSTANT

final String com.qoretechnologies.qorus.OMQ.OT_CONSTANT = "CONSTANT"
static

For constant library objects

◆ OT_FUNCTION

final String com.qoretechnologies.qorus.OMQ.OT_FUNCTION = "FUNCTION"
static

For function library objects

◆ QE_CLASS_ALERT

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_ALERT = 106
static

Event Class Code for ALERT Events

◆ QE_CLASS_CLUSTER

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_CLUSTER = 110
static

Event Class Code for CLUSTER events

Since
Qorus 4.0

◆ QE_CLASS_CONFIG_ITEM

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_CONFIG_ITEM = 112
static

Event Class Code for CONFIG ITEM events

Since
Qorus 4.0

◆ QE_CLASS_CONNECTION

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_CONNECTION = 108
static

Event Class Code for CONNECTION events

◆ QE_CLASS_GROUP

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_GROUP = 107
static

Event Class Code for GROUP Events

◆ QE_CLASS_JOB

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_JOB = 105
static

Event Class Code for JOB Events

◆ QE_CLASS_LOGGER

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_LOGGER = 111
static

Event Class Code for LOGGER events

Since
Qorus 4.0

◆ QE_CLASS_PROCESS

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_PROCESS = 109
static

Event Class Code for PROCESS events

Since
Qorus 4.0

◆ QE_CLASS_SERVICE

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_SERVICE = 103
static

Event Class Code for SERVICE Events

◆ QE_CLASS_SYSTEM

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_SYSTEM = 101
static

Event Class Code for SYSTEM Events

◆ QE_CLASS_USER

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_USER = 104
static

Event Class Code for USER Events

◆ QE_CLASS_WORKFLOW

final int com.qoretechnologies.qorus.OMQ.QE_CLASS_WORKFLOW = 102
static

Event Class Code for WORKFLOW Events

◆ QE_MAP_CLASS

final Map<Integer, String> com.qoretechnologies.qorus.OMQ.QE_MAP_CLASS
static
Initial value:
= Collections.unmodifiableMap(new HashMap<Integer, String>() {
{
put(QE_CLASS_SYSTEM, "SYSTEM");
put(QE_CLASS_WORKFLOW, "WORKFLOW");
put(QE_CLASS_SERVICE, "SERVICE");
put(QE_CLASS_USER, "USER");
put(QE_CLASS_JOB, "JOB");
put(QE_CLASS_ALERT, "ALERT");
put(QE_CLASS_GROUP, "GROUP");
put(QE_CLASS_CONNECTION, "CONNECTION");
put(QE_CLASS_PROCESS, "PROCESS");
put(QE_CLASS_CLUSTER, "CLUSTER");
put(QE_CLASS_LOGGER, "LOGGER");
put(QE_CLASS_CONFIG_ITEM, "CONFIG_ITEM");
}
})

Hash mapping event class codes to descriptive strings

◆ QE_MAP_EVENT

final Map<Integer, String> com.qoretechnologies.qorus.OMQ.QE_MAP_EVENT
static

Hash mapping event codes to descriptive strings

◆ QEC_ALERT_ONGOING_CLEARED

final int com.qoretechnologies.qorus.OMQ.QEC_ALERT_ONGOING_CLEARED = 5007
static

Qorus Event Code: ALERT_ONGOING_CLEARED

See also
ALERT_ONGOING_CLEARED Event Information Description for a description of the event info hash

◆ QEC_ALERT_ONGOING_RAISED

final int com.qoretechnologies.qorus.OMQ.QEC_ALERT_ONGOING_RAISED = 5006
static

Qorus Event Code: ALERT_ONGOING_RAISED

See also
ALERT_ONGOING_RAISED Event Information Description for a description of the event info hash

◆ QEC_ALERT_TRANSIENT_RAISED

final int com.qoretechnologies.qorus.OMQ.QEC_ALERT_TRANSIENT_RAISED = 5008
static

Qorus Event Code: ALERT_TRANSIENT_RAISED

See also
ALERT_TRANSIENT_RAISED Event Information Description for a description of the event info hash

◆ QEC_APPENDER_CREATED

final int com.qoretechnologies.qorus.OMQ.QEC_APPENDER_CREATED = 5203
static

Qorus Event Code: APPENDER_CREATED

Sent when an appender is created by a user using the REST API

See also
APPENDER_CREATED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_APPENDER_DELETED

final int com.qoretechnologies.qorus.OMQ.QEC_APPENDER_DELETED = 5204
static

Qorus Event Code: APPENDER_DELETED

Sent when an appender is deleted by a user using the REST API

See also
APPENDER_DELETED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_APPENDER_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_APPENDER_UPDATED = 5205
static

Qorus Event Code: APPENDER_UPDATED

Sent when an appender is updated by a user using the REST API

See also
APPENDER_UPDATED Event Information description for a description of the event info hash
Since
Qorus 4.0.3

◆ QEC_CONFIG_ITEM_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_CONFIG_ITEM_CHANGED = 4100
static

Qorus Event code: CONFIG_ITEM_CHANGED

CONFIG_ITEM_CHANGED Event Information Description for a description of the event info hash

Since
Qorus 4.0

◆ QEC_CONNECTION_CREATED

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_CREATED = 5104
static

Qorus Event Code: CONNECTION_CREATED

Sent when a connection is created by a user using the REST API

See also
CONNECTION_CREATED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_CONNECTION_DEBUG_DATA_CHANGE

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_DEBUG_DATA_CHANGE = 5108
static

Qorus Event Code: CONNECTION_DEBUG_DATA_CHANGE

Sent when the debug data flag flag is changed for any connection

See also
QEC_CONNECTION_DEBUG_DATA_CHANGE for a description of the event info hash
Since
Qorus 4.1

◆ QEC_CONNECTION_DELETED

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_DELETED = 5106
static

Qorus Event Code: CONNECTION_DELETED

Sent when is a connection deleted by a user using the REST API

See also
CONNECTION_DELETED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_CONNECTION_DOWN

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_DOWN = 5102
static

Qorus Event Code: CONNECTION_DOWN

See also
CONNECTION_DOWN Event Information description for a description of the event info hash

◆ QEC_CONNECTION_ENABLED_CHANGE

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_ENABLED_CHANGE = 5103
static

Qorus Event Code: CONNECTION_ENABLED_CHANGE

Sent when is any connection enabled flag chnged

◆ QEC_CONNECTION_UP

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_UP = 5101
static

Qorus Event Code: CONNECTION_UP

See also
CONNECTION_UP Event Information description for a description of the event info hash

◆ QEC_CONNECTION_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTION_UPDATED = 5105
static

Qorus Event Code: CONNECTION_UPDATED

Sent when is a connection updated by a user using the REST API

See also
CONNECTION_UPDATED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_CONNECTIONS_RELOADED

final int com.qoretechnologies.qorus.OMQ.QEC_CONNECTIONS_RELOADED = 5107
static

Qorus Event Code: CONNECTIONS_RELOADED

Sent when connections are reloaded by a user using the REST API

See also
CONNECTIONS_RELOADED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_GROUP_STATUS_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_GROUP_STATUS_CHANGED = 1101
static

Qorus Event Code: GROUP_STATUS_CHANGED

See also
GROUP_STATUS_CHANGED Event Information Description for a description of the event info hash

◆ QEC_JOB_ERROR

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_ERROR = 4003
static

Qorus Event Code: JOB_ERROR

See also
JOB_ERROR Event Information Description for a description of the event info hash

◆ QEC_JOB_INSTANCE_START

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_INSTANCE_START = 4004
static

Qorus Event Code: JOB_INSTANCE_START

See also
JOB_INSTANCE_START Event Information Description for a description of the event info hash
OMQ.AE_JOB_INSTANCE_START

◆ QEC_JOB_INSTANCE_STOP

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_INSTANCE_STOP = 4005
static

Qorus Event Code: JOB_INSTANCE_STOP

See also
JOB_INSTANCE_STOP Event Information Description for a description of the event info hash
OMQ.AE_JOB_INSTANCE_STOP

◆ QEC_JOB_RECOVERED

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_RECOVERED = 4006
static

Qorus Event Code: JOB_RECOVERED

JOB_RECOVERED Event Information Description for a description of the event info hash

Since
Qorus 4.0

◆ QEC_JOB_START

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_START = 4001
static

Qorus Event Code: JOB_START

See also
JOB_START Event Information Description for a description of the event info hash
OMQ.AE_JOB_START

◆ QEC_JOB_STOP

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_STOP = 4002
static

Qorus Event Code: JOB_STOP

For a description of the event info hash

See also
JOB_STOP Event Information Description for a description of the event info hash
OMQ.AE_JOB_STOP

◆ QEC_JOB_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_JOB_UPDATED = 4007
static

Qorus Event code: JOB_UPDATED

JOB_UPDATED Event Information Description for a description of the event info hash

Since
Qorus 4.0

◆ QEC_LOGGER_CREATED

final int com.qoretechnologies.qorus.OMQ.QEC_LOGGER_CREATED = 5200
static

Qorus Event Code: LOGGER_CREATED

Sent when a logger is created by a user using the REST API

See also
LOGGER_CREATED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_LOGGER_DELETED

final int com.qoretechnologies.qorus.OMQ.QEC_LOGGER_DELETED = 5202
static

Qorus Event Code: LOGGER_DELETED

Sent when a logger is deleted by a user using the REST API

See also
LOGGER_DELETED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_LOGGER_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_LOGGER_UPDATED = 5201
static

Qorus Event Code: LOGGER_UPDATED

Sent when a logger is updated by a user using the REST API

See also
LOGGER_UPDATED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_NODE_INFO

final int com.qoretechnologies.qorus.OMQ.QEC_NODE_INFO = 7001
static

Qorus Event Code: NODE_INFO

See also
NODE_INFO Event Information Description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_NODE_REMOVED

final int com.qoretechnologies.qorus.OMQ.QEC_NODE_REMOVED = 7002
static

Qorus Event Code: NODE_REMOVED.

See also
NODE_REMOVED Event Information Description for a description of the event info hash
Since
Qorus 5.0

◆ QEC_PROCESS_MEMORY_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_PROCESS_MEMORY_CHANGED = 6004
static

Qorus Event Code: PROCESS_MEMORY_CHANGED

See also
PROCESS_MEMORY_CHANGED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_PROCESS_START_ERROR

final int com.qoretechnologies.qorus.OMQ.QEC_PROCESS_START_ERROR = 6003
static

Qorus Event Code: PROCESS_START_ERROR

See also
PROCESS_START_ERROR Event Information Description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_PROCESS_STARTED

final int com.qoretechnologies.qorus.OMQ.QEC_PROCESS_STARTED = 6001
static

Qorus Event Code: PROCESS_STARTED

See also
PROCESS_STARTED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_PROCESS_STOPPED

final int com.qoretechnologies.qorus.OMQ.QEC_PROCESS_STOPPED = 6002
static

Qorus Event Code: PROCESS_STOPPED

See also
PROCESS_STOPPED Event Information description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_SERVICE_AUTOSTART_CHANGE

final int com.qoretechnologies.qorus.OMQ.QEC_SERVICE_AUTOSTART_CHANGE = 3004
static

Qorus Event Code: SERVICE_AUTOSTART_CHANGE

See also
SERVICE_AUTOSTART_CHANGE Event Information Description for a description of the event info hash

◆ QEC_SERVICE_ERROR

final int com.qoretechnologies.qorus.OMQ.QEC_SERVICE_ERROR = 3003
static

Qorus Event Code: SERVICE_ERROR

See also
SERVICE_ERROR Event Information Description for a description of the event info hash

◆ QEC_SERVICE_METHOD_PERFORMANCE

final int com.qoretechnologies.qorus.OMQ.QEC_SERVICE_METHOD_PERFORMANCE = 3005
static

Qorus Event Code:: SERVICE_METHOD_PERFORMANCE

See also
SERVICE_METHOD_PERFORMANCE Event Information Description for a description of the event info hash
Since
Qorus 3.0.2

◆ QEC_SERVICE_START

final int com.qoretechnologies.qorus.OMQ.QEC_SERVICE_START = 3001
static

Qorus Event Code: SERVICE_START

See also
SERVICE_START Event Information Description for a description of the event info hash
OMQ.AE_SERVICE_START

◆ QEC_SERVICE_STOP

final int com.qoretechnologies.qorus.OMQ.QEC_SERVICE_STOP = 3002
static

Qorus Event Code: SERVICE_STOP

See also
SERVICE_STOP Event Information Description for a description of the event info hash
OMQ.AE_SERVICE_STOP

◆ QEC_SERVICE_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_SERVICE_UPDATED = 3006
static

Qorus Event code: SERVICE_UPDATED

SERVICE_UPDATED Event Information Description for a description of the event info hash

Since
Qorus 4.0

◆ QEC_SYSTEM_ERROR

final int com.qoretechnologies.qorus.OMQ.QEC_SYSTEM_ERROR = 1003
static

Qorus Event Code: SYSTEM_ERROR

See also
SYSTEM_ERROR Event Information Description

◆ QEC_SYSTEM_HEALTH_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_SYSTEM_HEALTH_CHANGED = 1004
static

Qorus Event Code: SYSTEM_HEALTH_CHANGED

See also
SYSTEM_HEALTH_CHANGED Event Information Description for a description of the event info hash

◆ QEC_SYSTEM_REMOTE_HEALTH_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_SYSTEM_REMOTE_HEALTH_CHANGED = 1005
static

Qorus Event Code: SYSTEM_REMOTE_HEALTH_CHANGED

See also
SYSTEM_REMOTE_HEALTH_CHANGED Event Information Description for a description of the event info hash

◆ QEC_SYSTEM_SHUTDOWN

final int com.qoretechnologies.qorus.OMQ.QEC_SYSTEM_SHUTDOWN = 1002
static

Qorus Event Code: SYSTEM_SHUTDOWN

This event has no info hash

See also
SYSTEM_SHUTDOWN Event Information Description
OMQ.AE_SYSTEM_SHUTDOWN

◆ QEC_SYSTEM_STARTUP

final int com.qoretechnologies.qorus.OMQ.QEC_SYSTEM_STARTUP = 1001
static

Qorus Event Code: SYSTEM_STARTUP

See also
SYSTEM_STARTUP Event Information Description for a description of the event info hash
OMQ.AE_SYSTEM_STARTUP

◆ QEC_USER_EVENT

final int com.qoretechnologies.qorus.OMQ.QEC_USER_EVENT = 9001
static

Qorus Event Code: USER_EVENT

This is the generic event code used for all user events

See also
USER_EVENT Event Information Description for a description of the event info hash

◆ QEC_WORKFLOW_CACHE_RESET

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_CACHE_RESET = 2003
static

Qorus Event Code: WORKFLOW_CACHE_RESET

See also
WORKFLOW_CACHE_RESET Event Information Description for a description of the event info hash

◆ QEC_WORKFLOW_DATA_CACHED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_CACHED = 2007
static

Qorus Event Code: WORKFLOW_DATA_CACHED (workflow attach event)

See also
WORKFLOW_DATA_CACHED Event Information Description for a description of the event info hash

◆ QEC_WORKFLOW_DATA_ERROR

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_ERROR = 2005
static

Qorus Event Code: WORKFLOW_DATA_ERROR

See also
WORKFLOW_DATA_ERROR Event Information Description for a description of the event info hash

◆ QEC_WORKFLOW_DATA_LOCKED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_LOCKED = 2012
static

Qorus Event Code: WORKFLOW_DATA_LOCKED

See also
WORKFLOW_DATA_LOCKED Event Information Description for a description of the event info hash
Since
Qorus 3.0.2

◆ QEC_WORKFLOW_DATA_RELEASED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_RELEASED = 2006
static

Qorus Event Code: WORKFLOW_DATA_RELEASED (workflow detach event)

See also
WORKFLOW_DATA_RELEASED Event Information Description for a description of the event info hash

◆ QEC_WORKFLOW_DATA_SUBMITTED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_SUBMITTED = 2004
static

Qorus Event Code: WORKFLOW_DATA_SUBMITTED

See also
Event Information Description for a description of the event info hash
OMQ.AE_WORKFLOW_DATA_CREATED

◆ QEC_WORKFLOW_DATA_UNLOCKED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_UNLOCKED = 2013
static

Qorus Event Code: WORKFLOW_DATA_UNLOCKED

See also
WORKFLOW_DATA_UNLOCKED Event Information Description for a description of the event info hash
Since
Qorus 3.0.2

◆ QEC_WORKFLOW_DATA_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_DATA_UPDATED = 2014
static

Qorus Event Code: WORKFLOW_DATA_UPDATED (static or dynamic data changed)

See also
WORKFLOW_DATA_UPDATED Event Information Description for a description of the event info hash
Since
Qorus 3.1.0

◆ QEC_WORKFLOW_INFO_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_INFO_CHANGED = 2008
static

Qorus Event Code: WORKFLOW_INFO_CHANGED

See also
WORKFLOW_INFO_CHANGED Event Information Description for a description of the event info hash

◆ QEC_WORKFLOW_PERFORMANCE

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_PERFORMANCE = 2011
static

Qorus Event Code:: WORKFLOW_PERFORMANCE

See also
WORKFLOW_PERFORMANCE Event Information Description for a description of the event info hash
Since
Qorus 3.0.2

◆ QEC_WORKFLOW_RECOVERED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_RECOVERED = 2016
static

Qorus Event Code: WORKFLOW_RECOVERED

WORKFLOW_RECOVERED Event Information Description for a description of the event info hash

Since
Qorus 4.0

◆ QEC_WORKFLOW_START

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_START = 2001
static

Qorus Event Code: WORKFLOW_START

See also
WORKFLOW_START Event Information Description for a description of the event info hash
OMQ.AE_WORKFLOW_START

◆ QEC_WORKFLOW_STATS_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_STATS_UPDATED = 2015
static

Qorus Event Code: WORKFLOW_STATS_UPDATED

See also
WORKFLOW_STATS_UPDATED Event Information Description for a description of the event info hash
Since
Qorus 4.0

◆ QEC_WORKFLOW_STATUS_CHANGED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_STATUS_CHANGED = 2009
static

Qorus Event Code: WORKFLOW_STATUS_CHANGED

See also
WORKFLOW_STATUS_CHANGED Event Information Description for a description of the event info hash
OMQ.AE_WORKFLOW_STATUS_CHANGE

◆ QEC_WORKFLOW_STEP_DATA_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_STEP_DATA_UPDATED = 2018
static

Qorus Event Code: WORKFLOW_STEP_DATA_UPDATED (step dynamic data changed)

See also
WORKFLOW_STEP_DATA_UPDATED Event Information Description for a description of the event info hash
Since
Qorus 4.0.1

◆ QEC_WORKFLOW_STEP_PERFORMANCE

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_STEP_PERFORMANCE = 2010
static

Qorus Event Code:: WORKFLOW_STEP_PERFORMANCE

See also
WORKFLOW_STEP_PERFORMANCE Event Information Description for a description of the event info hash
Since
Qorus 3.0.2

◆ QEC_WORKFLOW_STOP

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_STOP = 2002
static

Qorus Event Code: WORKFLOW_STOP

See also
WORKFLOW_STOP Event Information Description for a description of the event info hash
OMQ.AE_WORKFLOW_STOP

◆ QEC_WORKFLOW_UPDATED

final int com.qoretechnologies.qorus.OMQ.QEC_WORKFLOW_UPDATED = 2017
static

Qorus Event code: WORKFLOW_UPDATED

WORKFLOW_UPDATED Event Information Description for a description of the event info hash

Since
Qorus 4.0

◆ QR_ADD_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_ADD_DATASOURCE = "ADD-DATASOURCE"
static

RBAC System Permission: "ADD-DATASOURCE"

Allows adding new datasources

Since
Qorus 3.0.0

◆ QR_ADD_GROUP

final String com.qoretechnologies.qorus.OMQ.QR_ADD_GROUP = "ADD-GROUP"
static

RBAC System Permission: "ADD-GROUP"

This permission allows the caller to add interface groups

◆ QR_ADD_PERMISSION

final String com.qoretechnologies.qorus.OMQ.QR_ADD_PERMISSION = "ADD-PERMISSION"
static

RBAC System Permission: "ADD-PERMISSION"

This permission allows the caller to add a user permission

◆ QR_ADD_ROLE

final String com.qoretechnologies.qorus.OMQ.QR_ADD_ROLE = "ADD-ROLE"
static

RBAC System Permission: "ADD-ROLE"

This permission allows the caller to add a role

◆ QR_ADD_SERVER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_ADD_SERVER_CONNECTION = "ADD-SERVER-CONNECTION"
static

RBAC System Permission: "ADD-SERVER-CONNECTION"

This permission allows the user to add Qorus <-> Qorus server connection information

Since
Qorus 4.0.0

◆ QR_ADD_USER

final String com.qoretechnologies.qorus.OMQ.QR_ADD_USER = "ADD-USER"
static

RBAC System Permission: "ADD-USER"

This permission allows the caller to add a user

◆ QR_ADD_USER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_ADD_USER_CONNECTION = "ADD-USER-CONNECTION"
static

RBAC System Permission: "ADD-USER-CONNECTION"

This permission allows the user to add user connections

Since
Qorus 3.0.0

◆ QR_BLOCK_WORKFLOW_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_BLOCK_WORKFLOW_ORDER = "BLOCK-WORKFLOW-ORDER"
static

RBAC System Permission: "BLOCK-WORKFLOW-ORDER"

This permission allows the caller to block and unblock workflow order instances

◆ QR_BREAK_WORKFLOW_ORDER_LOCK

final String com.qoretechnologies.qorus.OMQ.QR_BREAK_WORKFLOW_ORDER_LOCK = "BREAK-WORKFLOW-ORDER-LOCK"
static

RBAC System Permission: "BREAK-WORKFLOW-ORDER-LOCK"

This permission allows the caller to break exclusive operator locks acquired by other users on workflow order instances

◆ QR_CALL_SYSTEM_SERVICES_RO

final String com.qoretechnologies.qorus.OMQ.QR_CALL_SYSTEM_SERVICES_RO = "CALL-SYSTEM-SERVICES-RO"
static

RBAC System Permission: "CALL-SYSTEM-SERVICES-RO"

This permission allows the caller to call system service methods without the write flag set

◆ QR_CALL_SYSTEM_SERVICES_RW

final String com.qoretechnologies.qorus.OMQ.QR_CALL_SYSTEM_SERVICES_RW = "CALL-SYSTEM-SERVICES-RW"
static

RBAC System Permission: "CALL-SYSTEM-SERVICES-RW"

This permission allows the caller to call system service methods with write flag set

◆ QR_CALL_USER_SERVICES_RO

final String com.qoretechnologies.qorus.OMQ.QR_CALL_USER_SERVICES_RO = "CALL-USER-SERVICES-RO"
static

RBAC System Permission: "CALL-USER-SERVICES-RO"

This permission allows the caller to call user service methods without the write flag set

◆ QR_CALL_USER_SERVICES_RW

final String com.qoretechnologies.qorus.OMQ.QR_CALL_USER_SERVICES_RW = "CALL-USER-SERVICES-RW"
static

RBAC System Permission: "CALL-USER-SERVICES-RW"

This permission allows the caller to call user service methods with write flag set

◆ QR_CANCEL_WORKFLOW_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_CANCEL_WORKFLOW_ORDER = "CANCEL-WORKFLOW-ORDER"
static

RBAC System Permission: "CANCEL-WORKFLOW-ORDER"

This permission allows the caller to cancel and uncancel workflow order instances

◆ QR_CREATE_LOGGER

final String com.qoretechnologies.qorus.OMQ.QR_CREATE_LOGGER = "CREATE-LOGGER"
static

RBAC System Permission: "CREATE-LOGGER"

This permission allows the user to create loggers and appenders

◆ QR_CREATE_SLA

final String com.qoretechnologies.qorus.OMQ.QR_CREATE_SLA = "CREATE-SLA"
static

RBAC System Permission: "CREATE-SLA"

This permission allows the user to create SLAs

Since
Qorus 3.1.1

◆ QR_DATA_PROVIDER_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_DATA_PROVIDER_CONTROL = "DATA-PROVIDER-CONTROL"
static

Data Provider System Permission: "DATA-PROVIDER-CONTROL"

This permission allows the user to perform all actions with data providers Includes the following:

Since
Qorus 4.1

◆ QR_DATA_PROVIDER_CREATE

final String com.qoretechnologies.qorus.OMQ.QR_DATA_PROVIDER_CREATE = "DATA-PROVIDER-CREATE"
static

Data Provider System Permission: "DATA-PROVIDER-CREATE"

This permission allows the user to create records in data providers

Since
Qorus 4.1

◆ QR_DATA_PROVIDER_DELETE

final String com.qoretechnologies.qorus.OMQ.QR_DATA_PROVIDER_DELETE = "DATA-PROVIDER-DELETE"
static

Data Provider System Permission: "DATA-PROVIDER-DELETE"

This permission allows the user to update / upsert records in data providers

Since
Qorus 4.1

◆ QR_DATA_PROVIDER_READ

final String com.qoretechnologies.qorus.OMQ.QR_DATA_PROVIDER_READ = "DATA-PROVIDER-READ"
static

Data Provider System Permission: "DATA-PROVIDER-READ"

This permission allows the user to read data from data providers

Since
Qorus 4.1

◆ QR_DATA_PROVIDER_UPDATE

final String com.qoretechnologies.qorus.OMQ.QR_DATA_PROVIDER_UPDATE = "DATA-PROVIDER-UPDATE"
static

Data Provider System Permission: "DATA-PROVIDER-UPDATE"

This permission allows the user to update / upsert records in data providers

Since
Qorus 4.1

◆ QR_DATASOURCE_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_DATASOURCE_CONTROL = "DATASOURCE-CONTROL"
static

RBAC System Permission: "DATASOURCE-CONTROL"

This permission allows the user to manage the server-side Datasource Connections and to use functionality that sends datasource passwords

Includes the following:

Since
Qorus 2.5.0

◆ QR_DEBUG_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_DEBUG_CONTROL = "DEBUG-CONTROL"
static

RBAC System Permission: "DEBUG-CONTROL"

This permission allows the user to debug the system

Since
Qorus 3.1.1

◆ QR_DELETE_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_DATASOURCE = "DELETE-DATASOURCE"
static

RBAC System Permission: "DELETE-DATASOURCE"

Allows deleting datasources

Since
Qorus 3.0.0

◆ QR_DELETE_GROUP

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_GROUP = "DELETE-GROUP"
static

RBAC System Permission: "DELETE-GROUP"

This permission allows the caller to delete interface groups

◆ QR_DELETE_LOGGER

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_LOGGER = "DELETE-LOGGER"
static

RBAC System Permission: "DELETE-LOGGER"

This permission allows the user to delete loggers and appenders

◆ QR_DELETE_PERMISSION

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_PERMISSION = "DELETE-PERMISSION"
static

RBAC System Permission: "DELETE-PERMISSION"

This permission allows the caller to delete a user permission

◆ QR_DELETE_PROPERTY

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_PROPERTY = "DELETE-PROPERTY"
static

RBAC System Permission: "DELETE-PROPERTY"

Allows the user to delete system properties

Since
Qorus 3.0.0

◆ QR_DELETE_ROLE

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_ROLE = "DELETE-ROLE"
static

RBAC System Permission: "DELETE-ROLE"

This permission allows the caller to delete a role

◆ QR_DELETE_SENSITIVE_DATA

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_SENSITIVE_DATA = "DELETE-SENSITIVE-DATA"
static

RBAC System Permission: "DELETE-SENSITIVE-DATA"

This permission allows the caller to delete workflow sensitive data

See also
Sensitive Data
Since
Qorus 3.1.1

◆ QR_DELETE_SERVER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_SERVER_CONNECTION = "DELETE-SERVER-CONNECTION"
static

RBAC System Permission: "DELETE-SERVER-CONNECTION"

This permission allows the user to delete Qorus <-> Qorus server connection information

Since
Qorus 4.0.0

◆ QR_DELETE_SLA

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_SLA = "DELETE-SLA"
static

RBAC System Permission: "DELETE-SLA"

This permission allows the user to delete SLAs

Since
Qorus 3.1.1

◆ QR_DELETE_USER

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_USER = "DELETE-USER"
static

RBAC System Permission: "DELETE-USER"

This permission allows the caller to delete a user

◆ QR_DELETE_USER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_DELETE_USER_CONNECTION = "DELETE-USER-CONNECTION"
static

RBAC System Permission: "DELETE-USER-CONNECTION"

This permission allows the user to delete user connections

Since
Qorus 3.0.0

◆ QR_EDIT_SENSITIVE_DATA

final String com.qoretechnologies.qorus.OMQ.QR_EDIT_SENSITIVE_DATA = "EDIT-SENSITIVE-DATA"
static

RBAC System Permission: "EDIT-SENSITIVE-DATA"

This permission allows the caller to update workflow sensitive data

See also
Sensitive Data
Since
Qorus 3.1.1

◆ QR_EDIT_WORKFLOW_DATA

final String com.qoretechnologies.qorus.OMQ.QR_EDIT_WORKFLOW_DATA = "EDIT-WORKFLOW-DATA"
static

RBAC System Permission: "EDIT-WORKFLOW-DATA"

This permission allows the caller to update Workflow Static Order Data and Workflow Dynamic Order Data by calling omq.system.replace-static-data() and omq.system.replace-dynamic-data(), respectively

◆ QR_EXEC_SYNC_WORKFLOW

final String com.qoretechnologies.qorus.OMQ.QR_EXEC_SYNC_WORKFLOW = "EXEC-SYNC-WORKFLOW"
static

RBAC System Permission: "EXEC-SYNC-WORKFLOW"

This permission allows the user to execute synchronous workflows (call omq.system.exec-synchronous-workflow() and omq.system.exec-synchronous-existing())

◆ QR_FILESYSTEM_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_FILESYSTEM_CONTROL = "FILESYSTEM-CONTROL"
static

RBAC System Permission: "FILESYSTEM-CONTROL"

This permission allows the user to read and write to the filesystem

Since
Qorus 3.0.2

◆ QR_FILESYSTEM_READ

final String com.qoretechnologies.qorus.OMQ.QR_FILESYSTEM_READ = "FILESYSTEM-READ"
static

RBAC System Permission: "FILESYSTEM-READ"

This permission allows the user to read from the filesystem

Since
Qorus 3.0.2

◆ QR_FILESYSTEM_WRITE

final String com.qoretechnologies.qorus.OMQ.QR_FILESYSTEM_WRITE = "FILESYSTEM-WRITE"
static

RBAC System Permission: "FILESYSTEM-WRITE"

This permission allows the user to write to the filesystem

Since
Qorus 3.0.2

◆ QR_FLUSH_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_FLUSH_DATASOURCE = "FLUSH-DATASOURCE"
static

RBAC System Permission: "FLUSH-DATASOURCE"

Allows the user to flush all cached datasource information to the configuration file

Since
Qorus 3.0.0

◆ QR_GROUP_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_GROUP_CONTROL = "GROUP-CONTROL"
static

RBAC System Permission: "GROUP-CONTROL"

This permission allows the user to manipulate group definitions and to enable/disable workflow/service groups

Includes the following:

Note
Any user with this permission can change the definition of any group and enable/disable any group, so assign with care
See also
OMQ.QR_USER_CONTROL
Since
Qorus 2.6.0

◆ QR_JOB_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_JOB_CONTROL = "JOB-CONTROL"
static

RBAC System Permission: "JOB-CONTROL"

This permission allows the user to update the status of jobs

Includes the following:

Since
Qorus 2.6.1

◆ QR_JOB_OPTION_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_JOB_OPTION_CONTROL = "JOB-OPTION-CONTROL"
static

RBAC System Permission: "JOB-OPTION-CONTROL"

This permission allows the caller to change job options

Since
Qorus 5.0

◆ QR_KILL_PROCESS

final String com.qoretechnologies.qorus.OMQ.QR_KILL_PROCESS = "KILL-PROCESS"
static

RBAC System Permission: "KILL-PROCESS"

This permission allows the user to kill remote Qorus processes

Since
Qorus 4.0

◆ QR_LOAD_SERVICE

final String com.qoretechnologies.qorus.OMQ.QR_LOAD_SERVICE = "LOAD-SERVICE"
static

RBAC System Permission: "LOAD-SERVICE"

This permission allows the caller to load services

◆ QR_LOCK_WORKFLOW_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_LOCK_WORKFLOW_ORDER = "LOCK-WORKFLOW-ORDER"
static

RBAC System Permission: "LOCK-WORKFLOW-ORDER"

This permission allows the caller to acquire and release exclusive operator locks on workflow order instances

◆ QR_LOGGER_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_LOGGER_CONTROL = "LOGGER-CONTROL"
static

RBAC System Permission: "LOGGER-CONTROL"

This permission allows the caller to manipulate RBAC information, including other users

Includes the following:

Note
Any user with this permission can add (or remove) permissions and groups to (or from) any user, so assign with care
See also
OMQ.QR_GROUP_CONTROL

◆ QR_LOGIN

final String com.qoretechnologies.qorus.OMQ.QR_LOGIN = "LOGIN"
static

RBAC System Permission: "LOGIN"

This permission is required for any user to connect to the system; it also implies read-only access to system configuration and data

◆ QR_MAPPER_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_MAPPER_CONTROL = "MAPPER-CONTROL"
static

RBAC System Permission: "MAPPER-CONTROL"

This permission allows the user to control data mapper objects Includes the following:

Since
Qorus 3.1.0

◆ QR_MODIFY_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_DATASOURCE = "MODIFY-DATASOURCE"
static

RBAC System Permission: "MODIFY-DATASOURCE"

Allows adding and modifying existing datasources and flushing the configuration to a file

Since
Qorus 3.0.0

◆ QR_MODIFY_GROUP

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_GROUP = "MODIFY-GROUP"
static

RBAC System Permission: "MODIFY-GROUP"

This permission allows the caller to modify interface groups

Includes the following:

◆ QR_MODIFY_GROUP_STATUS

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_GROUP_STATUS = "MODIFY-GROUP-STATUS"
static

RBAC System Permission: "MODIFY-GROUP-STATUS"

This permission allows the caller to modify interface group statuses (ie enable/disable interface groups)

◆ QR_MODIFY_JOB_EXPIRY

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_JOB_EXPIRY = "MODIFY-JOB-EXPIRY"
static

RBAC System Permission: "MODIFY-JOB-EXPIRY"

This permission allows the caller to modify job expiry dates

◆ QR_MODIFY_JOB_STATUS

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_JOB_STATUS = "MODIFY-JOB-STATUS"
static

RBAC System Permission: "MODIFY-JOB-STATUS"

This permission allows the caller to modify job statuses

◆ QR_MODIFY_LOGGER

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_LOGGER = "MODIFY-LOGGER"
static

RBAC System Permission: "MODIFY-LOGGER"

This permission allows the user to modify loggers and appenders

◆ QR_MODIFY_MAPPER

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_MAPPER = "MODIFY-MAPPER"
static

RBAC System Permission: "MODIFY-MAPPER"

This permission allows the user to modify existing data mappers

Since
Qorus 3.1.0

◆ QR_MODIFY_PERMISSION

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_PERMISSION = "MODIFY-PERMISSION"
static

RBAC System Permission: "MODIFY-PERMISSION"

This permission allows the caller to modify a user permission

◆ QR_MODIFY_ROLE

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_ROLE = "MODIFY-ROLE"
static

RBAC System Permission: "MODIFY-ROLE"

This permission allows the caller to modify a role

◆ QR_MODIFY_SERVER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_SERVER_CONNECTION = "MODIFY-SERVER-CONNECTION"
static

RBAC System Permission: "MODIFY-SERVER-CONNECTION"

This permission allows the user to modify Qorus <-> Qorus server connection information

Since
Qorus 4.0.0

◆ QR_MODIFY_SLA

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_SLA = "MODIFY-SLA"
static

RBAC System Permission: "MODIFY-SLA"

This permission allows the user to modify SLAs

Since
Qorus 3.1.1

◆ QR_MODIFY_USER

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_USER = "MODIFY-USER"
static

RBAC System Permission: "MODIFY-USER"

This permission allows the caller to modify a user

◆ QR_MODIFY_USER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_USER_CONNECTION = "MODIFY-USER-CONNECTION"
static

RBAC System Permission: "MODIFY-USER-CONNECTION"

This permission allows the user to modify user connections

Since
Qorus 3.0.0

◆ QR_MODIFY_VALUE_MAP

final String com.qoretechnologies.qorus.OMQ.QR_MODIFY_VALUE_MAP = "MODIFY-VALUE-MAP"
static

RBAC System Permission: "MODIFY-VALUE-MAP"

This permission allows the user to modify existing value maps

Since
Qorus 3.1.0

◆ QR_OPTION_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_OPTION_CONTROL = "OPTION-CONTROL"
static

RBAC System Permission: "OPTION-CONTROL"

This permission allows the caller to change system options

◆ QR_POST_WORKFLOW_EVENT

final String com.qoretechnologies.qorus.OMQ.QR_POST_WORKFLOW_EVENT = "POST-WORKFLOW-EVENT"
static

RBAC System Permission: "POST-WORKFLOW-EVENT"

This permission allows the caller to post workflow events

◆ QR_READ_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_READ_DATASOURCE = "READ-DATASOURCE"
static

RBAC System Permission: "READ-DATASOURCE"

Allows reading datasource passwords

Since
Qorus 3.0.0

◆ QR_READ_SENSITIVE_DATA

final String com.qoretechnologies.qorus.OMQ.QR_READ_SENSITIVE_DATA = "READ-SENSITIVE-DATA"
static

RBAC System Permission: "READ-SENSITIVE-DATA"

This permission allows the caller to read workflow sensitive data

See also
Sensitive Data
Since
Qorus 3.1.1

◆ QR_READ_SERVER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_READ_SERVER_CONNECTION = "READ-SERVER-CONNECTION"
static

RBAC System Permission: "READ-SERVER-CONNECTION"

This permission allows the user to read Qorus <-> Qorus server connection information

Since
Qorus 3.0.0

◆ QR_READ_USER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_READ_USER_CONNECTION = "READ-USER-CONNECTION"
static

RBAC System Permission: "READ-USER-CONNECTION"

This permission allows the user to read user connections

Since
Qorus 3.0.0

◆ QR_RELOAD_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_DATASOURCE = "RELOAD-DATASOURCE"
static

RBAC System Permission: "RELOAD-DATASOURCE"

Allows the user to reload all datasources from the source file

Since
Qorus 3.0.0

◆ QR_RELOAD_MAPPER

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_MAPPER = "RELOAD-MAPPER"
static

RBAC System Permission: "RELOAD-MAPPER"

This permission allows the user to reload data mappers

Since
Qorus 3.1.0

◆ QR_RELOAD_PROPERTIES

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_PROPERTIES = "RELOAD-PROPERTIES"
static

RBAC System Permission: "RELOAD-PROPERTIES"

Allows the user to reload system properties from the database

Since
Qorus 3.0.0

◆ QR_RELOAD_RBAC

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_RBAC = "RELOAD-RBAC"
static

RBAC System Permission: "RELOAD-RBAC"

This permission allows the caller to reload RBAC information from the database

◆ QR_RELOAD_SERVER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_SERVER_CONNECTION = "RELOAD-SERVER-CONNECTION"
static

RBAC System Permission: "RELOAD-SERVER-CONNECTION"

This permission allows the user to reload Qorus <-> Qorus server connections

Since
Qorus 3.0.0

◆ QR_RELOAD_USER_CONNECTION

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_USER_CONNECTION = "RELOAD-USER-CONNECTION"
static

RBAC System Permission: "RELOAD-USER-CONNECTION"

This permission allows the user to reload user connections

Since
Qorus 3.0.0

◆ QR_RELOAD_VALUE_MAP

final String com.qoretechnologies.qorus.OMQ.QR_RELOAD_VALUE_MAP = "RELOAD-VALUE-MAP"
static

RBAC System Permission: "RELOAD-VALUE-MAP"

This permission allows the user to reload value maps

Since
Qorus 3.1.0

◆ QR_REMOTE_DELETE_INTERFACE

final String com.qoretechnologies.qorus.OMQ.QR_REMOTE_DELETE_INTERFACE = "REMOTE-DELETE-INTERFACE"
static

RBAC System Permission: "REMOTE-DELETE-INTERFACE"

This permission allows the user to delete interfaces from Qorus remotely

Since
Qorus 4.0

◆ QR_REMOTE_DEPLOYMENT

final String com.qoretechnologies.qorus.OMQ.QR_REMOTE_DEPLOYMENT = "REMOTE-DEPLOYMENT"
static

RBAC System Permission: "REMOTE-DEPLOYMENT"

This permission allows the user to deploy to Qorus remotely

Since
Qorus 4.0

◆ QR_REMOTE_EXEC_ALL

final String com.qoretechnologies.qorus.OMQ.QR_REMOTE_EXEC_ALL = "REMOTE-EXEC-ALL"
static

RBAC System Permission: "REMOTE-EXEC-ALL"

This permission allows the user to execute any program with the remote API

Since
Qorus 5.0.1

◆ QR_REMOTE_RELEASE

final String com.qoretechnologies.qorus.OMQ.QR_REMOTE_RELEASE = "REMOTE-RELEASE"
static

RBAC System Permission: "REMOTE-RELEASE"

This permission allows the user to release functionality Qorus remotely

Since
Qorus 4.0
Deprecated:
use QR_REMOTE_DEPLOYMENT instead

◆ QR_REPRIORITIZE_WORKFLOW_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_REPRIORITIZE_WORKFLOW_ORDER = "REPRIORITIZE-WORKFLOW-ORDER"
static

RBAC System Permission: "REPRIORITIZE-WORKFLOW-ORDER"

This permission allows the caller to reprioritize workflow order instances

◆ QR_RESCHEDULE_JOB

final String com.qoretechnologies.qorus.OMQ.QR_RESCHEDULE_JOB = "RESCHEDULE-JOB"
static

RBAC System Permission: "RESCHEDULE-JOB"

This permission allows the caller to reschedule jobs

◆ QR_RESCHEDULE_WORKFLOW_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_RESCHEDULE_WORKFLOW_ORDER = "RESCHEDULE-WORKFLOW-ORDER"
static

RBAC System Permission: "RESCHEDULE-WORKFLOW-ORDER"

This permission allows the caller to reschedule workflow order instances

◆ QR_RESET_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_RESET_DATASOURCE = "RESET-DATASOURCE"
static

RBAC System Permission: "RESET-DATASOURCE"

Allows resetting existing datasources

Since
Qorus 3.0.0

◆ QR_RESET_JOB

final String com.qoretechnologies.qorus.OMQ.QR_RESET_JOB = "RESET-JOB"
static

RBAC System Permission: "RESET-JOB"

This permission allows the caller to reset jobs

◆ QR_RESET_SERVICE

final String com.qoretechnologies.qorus.OMQ.QR_RESET_SERVICE = "RESET-SERVICE"
static

RBAC System Permission: "RESET-SERVICE"

This permission allows the caller to reset services

◆ QR_RESET_WORKFLOW

final String com.qoretechnologies.qorus.OMQ.QR_RESET_WORKFLOW = "RESET-WORKFLOW"
static

RBAC System Permission: "RESET-WORKFLOW"

This permission allows the caller to reset workflow execution instances

◆ QR_RETRY_WORKFLOW_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_RETRY_WORKFLOW_ORDER = "RETRY-WORKFLOW-ORDER"
static

RBAC System Permission: "RETRY-WORKFLOW-ORDER"

This permission allows the caller to retry workflow order instances

◆ QR_ROTATE_LOG_FILES

final String com.qoretechnologies.qorus.OMQ.QR_ROTATE_LOG_FILES = "ROTATE-LOG-FILES"
static

RBAC System Permission: "ROTATE-LOG-FILES"

This permission allows the user to rotate log files (call omq.system.rotate-log-files())

◆ QR_RUN_JOB

final String com.qoretechnologies.qorus.OMQ.QR_RUN_JOB = "RUN-JOB"
static

RBAC System Permission: "RUN-JOB"

This permission allows the caller to run jobs

◆ QR_SCHEMA_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SCHEMA_CONTROL = "SCHEMA-CONTROL"
static

RBAC System Permission: "SCHEMA-CONTROL"

This permission allows the user to manage system database schema

Since
Qorus 2.6.3

◆ QR_SELECT_DATASOURCE

final String com.qoretechnologies.qorus.OMQ.QR_SELECT_DATASOURCE = "SELECT-DATASOURCE"
static

RBAC System Permission: "SELECT-DATASOURCE"

Allows executing select statements over the REST API on a datasource

Since
Qorus 3.0.0

◆ QR_SENSITIVE_DATA_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SENSITIVE_DATA_CONTROL = "SENSITIVE-DATA-CONTROL"
static

RBAC System Permission: "SENSITIVE-DATA-CONTROL"

This permission allows the caller to read, create, update, and delete workflow sensitive data

Includes the following:

See also
Sensitive Data
Since
Qorus 3.1.1

◆ QR_SERVER_CONNECTION_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SERVER_CONNECTION_CONTROL = "SERVER-CONNECTION-CONTROL"
static

RBAC System Permission: "SERVER-CONNECTION-CONTROL"

This permission allows the user to control Qorus <-> Qorus server connections Includes the following:

Since
Qorus 3.0.0

◆ QR_SERVER_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SERVER_CONTROL = "SERVER-CONTROL"
static

RBAC System Permission: "SERVER-CONTROL"

This permission allows the user to start or stop HTTP listeners (call omq.system.stop-listener(), omq.system.stop-listener-id(), omq.system.start-listeners()) and manipulate system properties

Includes the following:

Since
Qorus 2.6.0

◆ QR_SERVICE_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SERVICE_CONTROL = "SERVICE-CONTROL"
static

RBAC System Permission: "SERVICE-CONTROL"

This permission allows the called to start, stop, reload, and generally manipulate services Includes the following:

◆ QR_SERVICE_OPTION_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SERVICE_OPTION_CONTROL = "SERVICE-OPTION-CONTROL"
static

RBAC System Permission: "SERVICE-OPTION-CONTROL"

This permission allows the caller to change service options

Since
Qorus 5.0

◆ QR_SET_FSM_CONFIG

final String com.qoretechnologies.qorus.OMQ.QR_SET_FSM_CONFIG = "SET-FSM-CONFIG"
static

Finite State Machine System Permission: "SET-FSM-CONFIG".

this permission allows the user to set configuration item values for Finite State Machines

Since
Qorus 5.0

◆ QR_SET_JOB_CONFIG

final String com.qoretechnologies.qorus.OMQ.QR_SET_JOB_CONFIG = "SET-JOB-CONFIG"
static

RBAC System Permissions: "SET-JOB-CONFIG"

This permission allows the caller to change job configuration item values

Since
Qorus 4.0

◆ QR_SET_JOB_OPTIONS

final String com.qoretechnologies.qorus.OMQ.QR_SET_JOB_OPTIONS = "SET-JOB-OPTIONS"
static

RBAC System Permission: "SET-JOB-OPTIONS"

This permission allows the caller to set job options

◆ QR_SET_ORDER_INFO

final String com.qoretechnologies.qorus.OMQ.QR_SET_ORDER_INFO = "SET-ORDER-INFO"
static

RBAC System Permission: "SET-ORDER-INFO"

This permission allows the caller to set username and comments fields in workflow order instances

◆ QR_SET_PIPELINE_CONFIG

final String com.qoretechnologies.qorus.OMQ.QR_SET_PIPELINE_CONFIG = "SET-PIPELINE-CONFIG"
static

Pipeline System Permission: "SET-PIPELINE-CONFIG".

this permission allows the user to set configuration item values for data pipelines

Since
Qorus 5.0

◆ QR_SET_PROPERTY

final String com.qoretechnologies.qorus.OMQ.QR_SET_PROPERTY = "SET-PROPERTY"
static

RBAC System Permission: "SET-PROPERTY"

Allows the user to create or modify system properties

Since
Qorus 3.0.0

◆ QR_SET_SERVICE_AUTOSTART

final String com.qoretechnologies.qorus.OMQ.QR_SET_SERVICE_AUTOSTART = "SET-SERVICE-AUTOSTART"
static

RBAC System Permission: "SET-SERVICE-AUTOSTART"

This permission allows the caller to change the service autostart flag

◆ QR_SET_SERVICE_CONFIG

final String com.qoretechnologies.qorus.OMQ.QR_SET_SERVICE_CONFIG = "SET-SERVICE-CONFIG"
static

RBAC System Permissions: "SET-SERVICE-CONFIG"

This permission allows the caller to change service configuration item values

Since
Qorus 4.0

◆ QR_SET_SERVICE_OPTIONS

final String com.qoretechnologies.qorus.OMQ.QR_SET_SERVICE_OPTIONS = "SET-SERVICE-OPTIONS"
static

RBAC System Permission: "SET-SERVICE-OPTIONS"

This permission allows the caller to set service options

◆ QR_SET_STEP_CONFIG

final String com.qoretechnologies.qorus.OMQ.QR_SET_STEP_CONFIG = "SET-STEP-CONFIG"
static

RBAC System Permissions: "SET-STEP-CONFIG"

This permission allows the caller to change step configuration item values

Since
Qorus 4.0

◆ QR_SET_WORKFLOW_CONFIG

final String com.qoretechnologies.qorus.OMQ.QR_SET_WORKFLOW_CONFIG = "SET-WORKFLOW-CONFIG"
static

RBAC System Permissions: "SET-WORKFLOW-CONFIG"

This permission allows the caller to change workflow configuration item values

Since
Qorus 4.0.3

◆ QR_SET_WORKFLOW_ORDER_ERROR

final String com.qoretechnologies.qorus.OMQ.QR_SET_WORKFLOW_ORDER_ERROR = "SET-WORKFLOW-ORDER-ERROR"
static

RBAC System Permission: "SET-WORKFLOW-ORDER-ERROR"

This permission allows the caller to set workflow order instances to ERROR

◆ QR_SHUTDOWN

final String com.qoretechnologies.qorus.OMQ.QR_SHUTDOWN = "SHUTDOWN"
static

RBAC System Permission: "SHUTDOWN"

This permission allows the caller to shut down the system (call omq.system.shutdown() and omq.system.shutdown-wait())

◆ QR_SKIP_STEP

final String com.qoretechnologies.qorus.OMQ.QR_SKIP_STEP = "SKIP-STEP"
static

RBAC System Permission: "SKIP-STEP"

This permission allows the caller to skip steps in workflow order instances

◆ QR_SLA_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_SLA_CONTROL = "SLA-CONTROL"
static

RBAC System Permission: "SLA-CONTROL"

This permission allows the user to create, delete, and modify SLAs

Since
Qorus 3.1.1

◆ QR_SQLUTIL_READ

final String com.qoretechnologies.qorus.OMQ.QR_SQLUTIL_READ = "SQLUTIL-READ"
static

RBAC System Permission: "SQLUTIL-READ"

Allows the user to execute remote read operations on the sqlutil service

Since
Qorus 3.0.2

◆ QR_SQLUTIL_WRITE

final String com.qoretechnologies.qorus.OMQ.QR_SQLUTIL_WRITE = "SQLUTIL-WRITE"
static

RBAC System Permission: "SQLUTIL-WRITE"

Allows the user to execute remote write operations on the sqlutil service

Since
Qorus 3.0.2

◆ QR_START_LISTENER

final String com.qoretechnologies.qorus.OMQ.QR_START_LISTENER = "START-LISTENER"
static

RBAC System Permission: "START-LISTENER"

Allows the user to start HTTP listeners

Since
Qorus 3.0.0

◆ QR_START_WORKFLOW

final String com.qoretechnologies.qorus.OMQ.QR_START_WORKFLOW = "START-WORKFLOW"
static

RBAC System Permission: "START-WORKFLOW"

This permission allows the caller to start workflow execution instances

◆ QR_STOP_LISTENER

final String com.qoretechnologies.qorus.OMQ.QR_STOP_LISTENER = "STOP-LISTENER"
static

RBAC System Permission: "STOP-LISTENER"

Allows the user to start HTTP listeners

Since
Qorus 3.0.0

◆ QR_STOP_WORKFLOW

final String com.qoretechnologies.qorus.OMQ.QR_STOP_WORKFLOW = "STOP-WORKFLOW"
static

RBAC System Permission: "STOP-WORKFLOW"

This permission allows the caller to stop workflow execution instances

◆ QR_SUBMIT_ORDER

final String com.qoretechnologies.qorus.OMQ.QR_SUBMIT_ORDER = "SUBMIT-ORDER"
static

RBAC System Permission: "SUBMIT-ORDER"

This permission allows the caller to submit new workflow order data (call omq.system.submit-data.[workflow].[version]())

◆ QR_TYPE_CACHE_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_TYPE_CACHE_CONTROL = "TYPE-CACHE-CONTROL"
static

Type Cache System Permission: "TYPE-CACHE-CONTROL"

This permissions allows the user to perform all actions with the type cache Includes the following:

Since
Qorus 4.1.2

◆ QR_TYPE_CACHE_CREATE

final String com.qoretechnologies.qorus.OMQ.QR_TYPE_CACHE_CREATE = "TYPE-CACHE-CREATE"
static

Type Cache System Permission: "TYPE-CACHE-CREATE"

This permissions allows the user to add or replace types in the type cache

Since
Qorus 4.1.2

◆ QR_TYPE_CACHE_DELETE

final String com.qoretechnologies.qorus.OMQ.QR_TYPE_CACHE_DELETE = "TYPE-CACHE-DELETE"
static

Type Cache System Permission: "TYPE-CACHE-DELETE"

This permissions allows the user to remove types from the type cache

Since
Qorus 4.1.2

◆ QR_TYPE_CACHE_RELOAD

final String com.qoretechnologies.qorus.OMQ.QR_TYPE_CACHE_RELOAD = "TYPE-CACHE-RELOAD"
static

Type Cache System Permission: "TYPE-CACHE-RELOAD"

This permissions allows the user to reload the type cache

Since
Qorus 4.1.2

◆ QR_UNLOAD_SERVICE

final String com.qoretechnologies.qorus.OMQ.QR_UNLOAD_SERVICE = "UNLOAD-SERVICE"
static

RBAC System Permission: "UNLOAD-SERVICE"

This permission allows the caller to unload services

◆ QR_UPLOAD

final String com.qoretechnologies.qorus.OMQ.QR_UPLOAD = "UPLOAD"
static

#! Remote Command System Permission: "UPLOAD"

this permission allows the user to run upload files to a unique location on the Qorus server

Since
Qorus 5.0

◆ QR_USER_CONNECTION_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_USER_CONNECTION_CONTROL = "USER-CONNECTION-CONTROL"
static

RBAC System Permission: "USER-CONNECTION-CONTROL"

This permission allows the user to manage user connections

Includes the following:

Since
Qorus 3.0.0

◆ QR_USER_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_USER_CONTROL = "USER-CONTROL"
static

RBAC System Permission: "USER-CONTROL"

This permission allows the caller to manipulate RBAC information, including other users

Includes the following:

Note
Any user with this permission can add (or remove) permissions and groups to (or from) any user, so assign with care
See also
OMQ.QR_GROUP_CONTROL

◆ QR_VALUE_MAP_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_VALUE_MAP_CONTROL = "VALUE-MAP-CONTROL"
static

RBAC System Permission: "VALUE-MAP-CONTROL"

This permission allows the user to control value maps Includes the following:

Since
Qorus 3.1.0

◆ QR_WORKFLOW_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_WORKFLOW_CONTROL = "WORKFLOW-CONTROL"
static

RBAC System Permission: "WORKFLOW-CONTROL"

This permission allows the caller to use functions affecting workflow execution instances and workflow order data Includes the following:

Note
this permission does not include any permissions for sensitive data; these must be added separately

◆ QR_WORKFLOW_ERROR_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_WORKFLOW_ERROR_CONTROL = "WORKFLOW-ERROR-CONTROL"
static

RBAC System Permission: "WORKFLOW-ERROR-CONTROL"

This permission allows the caller to create, change, and delete workflow error definitions

◆ QR_WORKFLOW_EXEC_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_WORKFLOW_EXEC_CONTROL = "WORKFLOW-EXEC-CONTROL"
static

RBAC System Permission: "WORKFLOW-EXEC-CONTROL"

This permission allows the caller to use functions affecting workflow execution instances (start, stop, refresh, etc workflows) Includes the following:

◆ QR_WORKFLOW_OPTION_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_WORKFLOW_OPTION_CONTROL = "WORKFLOW-OPTION-CONTROL"
static

RBAC System Permission: "WORKFLOW-OPTION-CONTROL"

This permission allows the caller to change workflow execution instance options

◆ QR_WORKFLOW_ORDER_CONTROL

final String com.qoretechnologies.qorus.OMQ.QR_WORKFLOW_ORDER_CONTROL = "WORKFLOW-ORDER-CONTROL"
static

RBAC System Permission: "WORKFLOW-ORDER-CONTROL"

This permission allows the caller to use functions affecting workflow order data (except sensitive data) Includes the following:

Note
this permission does not include any permissions for sensitive data; these must be added separately

◆ QS_Error

final String com.qoretechnologies.qorus.OMQ.QS_Error = "ERROR"
static

Queue Status Text Description: ERROR

The equivalent status code actually stored in the database is OMQ.SQL_QS_Error

◆ QS_Received

final String com.qoretechnologies.qorus.OMQ.QS_Received = "RECEIVED"
static

Queue Status Text Description: RECEIVED

The equivalent status code actually stored in the database is OMQ.SQL_QS_Received

◆ QS_Used

final String com.qoretechnologies.qorus.OMQ.QS_Used = "USED"
static

Queue Status Text Description: USED

The equivalent status code actually stored in the database is OMQ.SQL_QS_Used

Note
this status is only used in Oracle databases where the queue rows are not deleted in order to preserve the integrity of the indexes on the QUEUE_DATA table

◆ QS_Waiting

final String com.qoretechnologies.qorus.OMQ.QS_Waiting = "WAITING"
static

Queue Status Text Description: WAITING

The equivalent status code actually stored in the database is OMQ.SQL_QS_Waiting

◆ QSE_COMMAND_LINE_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_COMMAND_LINE_ERROR = 8
static

Qorus Startup Error Code: error in command-line options

◆ QSE_DATASOURCE

final int com.qoretechnologies.qorus.OMQ.QSE_DATASOURCE = 3
static

Qorus Startup Error Code: can't open system datasources

◆ QSE_EVENT_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_EVENT_ERROR = 6
static

Qorus Startup Error Code: error initializing event framework

◆ QSE_INVALID_DB_MAX_THREADS

final int com.qoretechnologies.qorus.OMQ.QSE_INVALID_DB_MAX_THREADS = 2
static

Qorus Startup Error Code: invalid db-max-threads option

◆ QSE_LOG_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_LOG_ERROR = 4
static

Qorus Startup Error Code: error opening system log files

◆ QSE_NO_INSTANCE_KEY

final int com.qoretechnologies.qorus.OMQ.QSE_NO_INSTANCE_KEY = 1
static

Qorus Startup Error Code: no instance key set

◆ QSE_OK

final int com.qoretechnologies.qorus.OMQ.QSE_OK = 0
static

Qorus Startup Error Code: no error

◆ QSE_OPTION_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_OPTION_ERROR = 9
static

Qorus Startup Error Code: error setting options on startup

◆ QSE_RBAC_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_RBAC_ERROR = 5
static

Qorus Startup Error Code: error initializing RBAC framework

◆ QSE_SESSION_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_SESSION_ERROR = 7
static

Qorus Startup Error Code: error opening or recovering application session

◆ QSE_STARTUP_ERROR

final int com.qoretechnologies.qorus.OMQ.QSE_STARTUP_ERROR = 99
static

Qorus Startup Error Code: other error starting server

◆ QSE_VERSION_ONLY

final int com.qoretechnologies.qorus.OMQ.QSE_VERSION_ONLY = 10
static

Qorus Startup Error Code: command-line option requested version display and exit

◆ QSMap

final Map<String, String> com.qoretechnologies.qorus.OMQ.QSMap
static
Initial value:
= Collections.unmodifiableMap(new HashMap<String, String>() {
{
put("WAITING", "W");
put("RECEIVED", "R");
put("ERROR", "E");
put("USED", "X");
}
})

Map of queue status descriptions to the character code

◆ SLNone

final String com.qoretechnologies.qorus.OMQ.SLNone = "none"
static

Service lock type: none

◆ SLRead

final String com.qoretechnologies.qorus.OMQ.SLRead = "read"
static

Service lock type: read

◆ SLWrite

final String com.qoretechnologies.qorus.OMQ.SLWrite = "write"
static

Service lock type: write

◆ SQL_JS_Complete

final String com.qoretechnologies.qorus.OMQ.SQL_JS_Complete = "C"
static

Job Status SQL Character Code: COMPLETE

The equivalent descriptive status is OMQ.JS_Complete

◆ SQL_JS_Crash

final String com.qoretechnologies.qorus.OMQ.SQL_JS_Crash = "Z"
static

Job Status SQL Character Code: CRASH

The equivalent descriptive status is OMQ.JS_Crash

◆ SQL_JS_Error

final String com.qoretechnologies.qorus.OMQ.SQL_JS_Error = "E"
static

Job Status SQL Character Code: ERROR

The equivalent descriptive status is OMQ.JS_Error

◆ SQL_JS_InProgress

final String com.qoretechnologies.qorus.OMQ.SQL_JS_InProgress = "I"
static

Job Status SQL Character Code: IN-PROGRESS

The equivalent descriptive status is OMQ.JS_InProgress

◆ SQL_QS_Error

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Error = "E"
static

Queue Status SQL Character Code: ERROR

The equivalent descriptive status is OMQ.QS_Error

◆ SQL_QS_Received

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Received = "R"
static

Queue Status SQL Character Code: RECEIVED

The equivalent descriptive status is OMQ.QS_Received

◆ SQL_QS_Used

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Used = "X"
static

Queue Status SQL Character Code: USED

The equivalent descriptive status is OMQ.QS_Used

Note
this status is only used in Oracle databases where the queue rows are not deleted in order to preserve the integrity of the indexes on the QUEUE_DATA table

◆ SQL_QS_Waiting

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Waiting = "W"
static

Queue Status SQL Character Code: WAITING

The equivalent descriptive status is OMQ.QS_Waiting

◆ SQLJSMap

final Map<String, String> com.qoretechnologies.qorus.OMQ.SQLJSMap
static
Initial value:
= Collections.unmodifiableMap(new HashMap<String, String>() {
{
put("C", "COMPLETE");
put("I", "IN-PROGRESS");
put("E", "ERROR");
put("Z", "CRASH");
}
})

Map of Job status character codes to the description

◆ SQLQSMap

final Map<String, String> com.qoretechnologies.qorus.OMQ.SQLQSMap
static
Initial value:
= Collections.unmodifiableMap(new HashMap<String, String>() {
{
put("W", "WAITING");
put("R", "RECEIVED");
put("E", "ERROR");
put("X", "USED");
}
})

Map of queue status character codes to the description

◆ SQLStatAsyncWaiting

final String com.qoretechnologies.qorus.OMQ.SQLStatAsyncWaiting = "A"
static

SQL Status: ASYNC-WAITING

The equivalent descriptive status is OMQ.StatAsyncWaiting

◆ SQLStatBlocked

final String com.qoretechnologies.qorus.OMQ.SQLStatBlocked = "B"
static

SQL Status: BLOCKED

The equivalent descriptive status is OMQ.StatBlocked

◆ SQLStatCanceled

final String com.qoretechnologies.qorus.OMQ.SQLStatCanceled = "X"
static

SQL Status: CANCELED

The equivalent descriptive status is OMQ.StatCanceled

◆ SQLStatComplete

final String com.qoretechnologies.qorus.OMQ.SQLStatComplete = "C"
static

SQL Status: COMPLETE

The equivalent descriptive status is OMQ.StatComplete

◆ SQLStatError

final String com.qoretechnologies.qorus.OMQ.SQLStatError = "E"
static

SQL Status: ERROR

The equivalent descriptive status is OMQ.StatError

◆ SQLStatEventWaiting

final String com.qoretechnologies.qorus.OMQ.SQLStatEventWaiting = "V"
static

SQL Status: EVENT-WAITING

The equivalent descriptive status is OMQ.StatEventWaiting

◆ SQLStatIncomplete

final String com.qoretechnologies.qorus.OMQ.SQLStatIncomplete = "N"
static

SQL Status: INCOMPLETE

The equivalent descriptive status is OMQ.StatIncomplete

◆ SQLStatInProgress

final String com.qoretechnologies.qorus.OMQ.SQLStatInProgress = "I"
static

SQL Status: IN-PROGRESS

The equivalent descriptive status is OMQ.StatInProgress

◆ SQLStatMap

final Map<String, String> com.qoretechnologies.qorus.OMQ.SQLStatMap
static
Initial value:
= Collections.unmodifiableMap(new HashMap<String, String>() {
{
put("C", "COMPLETE");
put("E", "ERROR");
put("W", "WAITING");
put("I", "IN-PROGRESS");
put("N", "INCOMPLETE");
put("A", "ASYNC-WAITING");
put("V", "EVENT-WAITING");
put("R", "RETRY");
put("X", "CANCELED");
put("Y", "READY");
put("S", "SCHEDULED");
put("B", "BLOCKED");
}
})

Hash mapping SQL status characters to text descriptions

◆ SQLStatReady

final String com.qoretechnologies.qorus.OMQ.SQLStatReady = "Y"
static

SQL Status: READY

The equivalent descriptive status is OMQ.StatReady

◆ SQLStatRetry

final String com.qoretechnologies.qorus.OMQ.SQLStatRetry = "R"
static

SQL Status: RETRY

The equivalent descriptive status is OMQ.StatRetry

◆ SQLStatScheduled

final String com.qoretechnologies.qorus.OMQ.SQLStatScheduled = "S"
static

SQL Status: SCHEDULED

The equivalent descriptive status is OMQ.StatScheduled

◆ SQLStatWaiting

final String com.qoretechnologies.qorus.OMQ.SQLStatWaiting = "W"
static

SQL Status: WAITING

The equivalent descriptive status is OMQ.StatWaiting

◆ SSLoaded

final String com.qoretechnologies.qorus.OMQ.SSLoaded = "loaded"
static

Service status: running

◆ SSRunning

final String com.qoretechnologies.qorus.OMQ.SSRunning = "running"
static

Service status: running

◆ StatAsyncWaiting

final String com.qoretechnologies.qorus.OMQ.StatAsyncWaiting = "ASYNC-WAITING"
static

Indicates that asynchronous steps are in process and the system is waiting on data to become available in the queue assigned to the step

Note
The equivalent status code actually stored in the database is OMQ.SQLStatAsyncWaiting

◆ StatBlocked

final String com.qoretechnologies.qorus.OMQ.StatBlocked = "BLOCKED"
static

Indicates that workflow order data instance processing has been temporarily blocked

This status is similar to OMQ.StatCanceled but is considered only temporary.

Note
The equivalent status code actually stored in the database is OMQ.SQLStatBlocked

◆ StatCanceled

final String com.qoretechnologies.qorus.OMQ.StatCanceled = "CANCELED"
static

Indicates that workflow order data instance processing has been canceled

This status is similar to OMQ.StatBlocked but is considered a final status.

Note
The equivalent status code actually stored in the database is OMQ.SQLStatCanceled

◆ StatComplete

final String com.qoretechnologies.qorus.OMQ.StatComplete = "COMPLETE"
static

This status indicates that the object it is attached to has successfully completed its processing

This is a final status; once a workflow, segment, or step is COMPLETE, it will not be processed anymore.

Note
The equivalent status code actually stored in the database is OMQ.SQLStatComplete

◆ StatError

final String com.qoretechnologies.qorus.OMQ.StatError = "ERROR"
static

Indicates that the workflow order data instance has at least one step with an OMQ.StatError status

This status takes the highest priority; if any one step in a workflow has an OMQ.StatError status, then the entire workflow will also have an OMQ.StatError status. Workflow order data instances must be manually updated to OMQ.StatRetry when an OMQ.StatError status is reached.

Note
The equivalent status code actually stored in the database is OMQ.SQLStatError

◆ StatEventWaiting

final String com.qoretechnologies.qorus.OMQ.StatEventWaiting = "EVENT-WAITING"
static

Indicates that one or more workflow event synchronization steps are in progress and the workflow is waiting for the event(s) to be posted

Note
The equivalent status code actually stored in the database is OMQ.SQLStatEventWaiting

◆ StatIncomplete

final String com.qoretechnologies.qorus.OMQ.StatIncomplete = "INCOMPLETE"
static

Indicates that processing for the workflow order data instance is not yet complete yet has no errors

This status will be assigned after asynchronous segments have completed and dependent segments have not yet been started.

Note
The equivalent status code actually stored in the database is OMQ.SQLStatIncomplete

◆ StatInProgress

final String com.qoretechnologies.qorus.OMQ.StatInProgress = "IN-PROGRESS"
static

Indicates that the workflow order data instance is currently being processed

Note
The equivalent status code actually stored in the database is OMQ.SQLStatInProgress

◆ StatMap

final Map<String, String> com.qoretechnologies.qorus.OMQ.StatMap
static
Initial value:
= Collections.unmodifiableMap(new HashMap<String, String>() {
{
put("COMPLETE", "C");
put("ERROR", "E");
put("WAITING", "W");
put("IN-PROGRESS", "I");
put("INCOMPLETE", "N");
put("ASYNC-WAITING", "A");
put("EVENT-WAITING", "V");
put("RETRY", "R");
put("CANCELED", "X");
put("READY", "Y");
put("SCHEDULED", "S");
put("BLOCKED", "B");
}
})

Map from text descriptions to SQL status characters

◆ StatReady

final String com.qoretechnologies.qorus.OMQ.StatReady = "READY"
static

Indicates that a workflow order data instance has been created and is waiting for processing to start

Note
The equivalent status code actually stored in the database is OMQ.SQLStatReady

◆ StatRetry

final String com.qoretechnologies.qorus.OMQ.StatRetry = "RETRY"
static

Indicates that workflow processing on the order data instance has generated an error and is now waiting for an automatic retry

Note
The equivalent status code actually stored in the database is OMQ.SQLStatRetry

◆ StatScheduled

final String com.qoretechnologies.qorus.OMQ.StatScheduled = "SCHEDULED"
static

Indicates that a workflow order data instance has been created and has not yet been processed because at the time the order was created, the scheduled date (the earliest possible processing date) was in the future.

Note
The equivalent status code actually stored in the database is OMQ.SQLStatScheduled

◆ StatWaiting

final String com.qoretechnologies.qorus.OMQ.StatWaiting = "WAITING"
static

Indicates that subworkflow steps are in progress and the system is waiting on the subworkflows to become OMQ.StatComplete

Note
The equivalent status code actually stored in the database is OMQ.SQLStatWaiting

◆ WM_Normal

final String com.qoretechnologies.qorus.OMQ.WM_Normal = "NORMAL"
static

Workflow Mode: NORMAL

◆ WM_Recovery

final String com.qoretechnologies.qorus.OMQ.WM_Recovery = "RECOVERY"
static

Workflow Mode: RECOVERY


The documentation for this class was generated from the following file:
com.qoretechnologies.qorus.OMQ.AO_SERVICES
static final String AO_SERVICES
Definition: OMQ.java:2659
com.qoretechnologies.qorus.OMQ.QE_CLASS_USER
static final int QE_CLASS_USER
Definition: OMQ.java:1546
com.qoretechnologies.qorus.OMQ.AES_ALERT_ONGOING_RAISED
static final String AES_ALERT_ONGOING_RAISED
Definition: OMQ.java:2508
com.qoretechnologies.qorus.OMQ.AES_SYSTEM_STARTUP
static final String AES_SYSTEM_STARTUP
Definition: OMQ.java:2410
com.qoretechnologies.qorus.OMQ.AO_GROUP_EVENTS
static final String AO_GROUP_EVENTS
Definition: OMQ.java:2695
com.qoretechnologies.qorus.OMQ.AO_WORKFLOWS
static final String AO_WORKFLOWS
Definition: OMQ.java:2623
com.qoretechnologies.qorus.OMQ.AE_SYSTEM_STARTUP
static final int AE_SYSTEM_STARTUP
Definition: OMQ.java:2252
com.qoretechnologies.qorus.OMQ.QE_CLASS_CONNECTION
static final int QE_CLASS_CONNECTION
Definition: OMQ.java:1554
com.qoretechnologies.qorus.OMQ.AO_JOBS
static final String AO_JOBS
Definition: OMQ.java:2640
com.qoretechnologies.qorus.OMQ.AO_JOB_DATA
static final String AO_JOB_DATA
Definition: OMQ.java:2650
com.qoretechnologies.qorus.OMQ.AE_JOB_INSTANCE_STOP
static final int AE_JOB_INSTANCE_STOP
Definition: OMQ.java:2334
com.qoretechnologies.qorus.OMQ.AE_JOB_RECOVERY
static final int AE_JOB_RECOVERY
Definition: OMQ.java:2346
com.qoretechnologies.qorus.OMQ.AE_JOB_START
static final int AE_JOB_START
Definition: OMQ.java:2313
com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_STATUS_CHANGE
static final int AE_WORKFLOW_STATUS_CHANGE
Definition: OMQ.java:2278
com.qoretechnologies.qorus.OMQ.AO_ALERT_EVENTS
static final String AO_ALERT_EVENTS
Definition: OMQ.java:2687
com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_STOP
static final int AE_WORKFLOW_STOP
Definition: OMQ.java:2292
com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_STATUS_CHANGE
static final String AES_WORKFLOW_STATUS_CHANGE
Definition: OMQ.java:2434
com.qoretechnologies.qorus.OMQ.AES_USER_EVENT
static final String AES_USER_EVENT
Definition: OMQ.java:2404
com.qoretechnologies.qorus.OMQ.AE_SOURCE_FILE_LOADED
static final int AE_SOURCE_FILE_LOADED
Definition: OMQ.java:2384
com.qoretechnologies.qorus.OMQ.QE_CLASS_SERVICE
static final int QE_CLASS_SERVICE
Definition: OMQ.java:1544
com.qoretechnologies.qorus.OMQ.AOC_ALERT_EVENTS
static final int AOC_ALERT_EVENTS
Definition: OMQ.java:2737
com.qoretechnologies.qorus.OMQ.AOC_USER_EVENTS
static final int AOC_USER_EVENTS
Definition: OMQ.java:2725
com.qoretechnologies.qorus.OMQ.AO_API
static final String AO_API
Definition: OMQ.java:2665
com.qoretechnologies.qorus.OMQ.AE_GROUP_STATUS_CHANGED
static final int AE_GROUP_STATUS_CHANGED
Definition: OMQ.java:2392
com.qoretechnologies.qorus.OMQ.AO_USER_EVENTS
static final String AO_USER_EVENTS
Definition: OMQ.java:2671
com.qoretechnologies.qorus.OMQ.AES_ALERT_TRANSIENT_RAISED
static final String AES_ALERT_TRANSIENT_RAISED
Definition: OMQ.java:2524
com.qoretechnologies.qorus.OMQ.AO_OLOAD_EVENTS
static final String AO_OLOAD_EVENTS
Definition: OMQ.java:2679
com.qoretechnologies.qorus.OMQ.AE_SERVICE_START
static final int AE_SERVICE_START
Definition: OMQ.java:2299
com.qoretechnologies.qorus.OMQ.AE_USER_EVENT
static final int AE_USER_EVENT
Definition: OMQ.java:2245
com.qoretechnologies.qorus.OMQ.AE_SERVICE_STOP
static final int AE_SERVICE_STOP
Definition: OMQ.java:2306
com.qoretechnologies.qorus.OMQ.AES_JOB_RECOVERY
static final String AES_JOB_RECOVERY
Definition: OMQ.java:2494
com.qoretechnologies.qorus.OMQ.AES_JOB_STOP
static final String AES_JOB_STOP
Definition: OMQ.java:2470
com.qoretechnologies.qorus.OMQ.AE_SYSTEM_RECOVERY_COMPLETE
static final int AE_SYSTEM_RECOVERY_COMPLETE
Definition: OMQ.java:2271
com.qoretechnologies.qorus.OMQ.AES_SYSTEM_RECOVERY_COMPLETE
static final String AES_SYSTEM_RECOVERY_COMPLETE
Definition: OMQ.java:2428
com.qoretechnologies.qorus.OMQ.AES_JOB_START
static final String AES_JOB_START
Definition: OMQ.java:2464
com.qoretechnologies.qorus.OMQ.AOC_WORKFLOW_DATA
static final int AOC_WORKFLOW_DATA
Definition: OMQ.java:2710
com.qoretechnologies.qorus.OMQ.AE_API_CALL
static final int AE_API_CALL
Definition: OMQ.java:2340
com.qoretechnologies.qorus.OMQ.QE_CLASS_LOGGER
static final int QE_CLASS_LOGGER
Definition: OMQ.java:1569
com.qoretechnologies.qorus.OMQ.AES_GROUP_STATUS_CHANGED
static final String AES_GROUP_STATUS_CHANGED
Definition: OMQ.java:2541
com.qoretechnologies.qorus.OMQ.AOC_JOBS
static final int AOC_JOBS
Definition: OMQ.java:2713
com.qoretechnologies.qorus.OMQ.AE_ALERT_ONGOING_RAISED
static final int AE_ALERT_ONGOING_RAISED
Definition: OMQ.java:2360
com.qoretechnologies.qorus.OMQ.QE_CLASS_SYSTEM
static final int QE_CLASS_SYSTEM
Definition: OMQ.java:1540
com.qoretechnologies.qorus.OMQ.AOC_SYSTEM
static final int AOC_SYSTEM
Definition: OMQ.java:2704
com.qoretechnologies.qorus.OMQ.AE_ALERT_TRANSIENT_RAISED
static final int AE_ALERT_TRANSIENT_RAISED
Definition: OMQ.java:2376
com.qoretechnologies.qorus.OMQ.AES_ALERT_ONGOING_CLEARED
static final String AES_ALERT_ONGOING_CLEARED
Definition: OMQ.java:2516
com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_START
static final int AE_WORKFLOW_START
Definition: OMQ.java:2285
com.qoretechnologies.qorus.OMQ.QE_CLASS_CLUSTER
static final int QE_CLASS_CLUSTER
Definition: OMQ.java:1564
com.qoretechnologies.qorus.OMQ.AE_JOB_STOP
static final int AE_JOB_STOP
Definition: OMQ.java:2320
com.qoretechnologies.qorus.OMQ.AES_SYSTEM_SHUTDOWN
static final String AES_SYSTEM_SHUTDOWN
Definition: OMQ.java:2416
com.qoretechnologies.qorus.OMQ.AES_API_CALL
static final String AES_API_CALL
Definition: OMQ.java:2488
com.qoretechnologies.qorus.OMQ.AES_JOB_INSTANCE_START
static final String AES_JOB_INSTANCE_START
Definition: OMQ.java:2476
com.qoretechnologies.qorus.OMQ.QE_CLASS_CONFIG_ITEM
static final int QE_CLASS_CONFIG_ITEM
Definition: OMQ.java:1574
com.qoretechnologies.qorus.OMQ.QE_CLASS_JOB
static final int QE_CLASS_JOB
Definition: OMQ.java:1548
com.qoretechnologies.qorus.OMQ.AES_SYSTEM_RECOVERY_START
static final String AES_SYSTEM_RECOVERY_START
Definition: OMQ.java:2422
com.qoretechnologies.qorus.OMQ.AE_SYSTEM_SHUTDOWN
static final int AE_SYSTEM_SHUTDOWN
Definition: OMQ.java:2259
com.qoretechnologies.qorus.OMQ.QE_CLASS_PROCESS
static final int QE_CLASS_PROCESS
Definition: OMQ.java:1559
com.qoretechnologies.qorus.OMQ.AE_SYSTEM_RECOVERY_START
static final int AE_SYSTEM_RECOVERY_START
Definition: OMQ.java:2265
com.qoretechnologies.qorus.OMQ.AOC_GROUP_EVENTS
static final int AOC_GROUP_EVENTS
Definition: OMQ.java:2743
com.qoretechnologies.qorus.OMQ.QE_CLASS_WORKFLOW
static final int QE_CLASS_WORKFLOW
Definition: OMQ.java:1542
com.qoretechnologies.qorus.OMQ.AOC_JOB_DATA
static final int AOC_JOB_DATA
Definition: OMQ.java:2716
com.qoretechnologies.qorus.OMQ.AOC_API
static final int AOC_API
Definition: OMQ.java:2722
com.qoretechnologies.qorus.OMQ.AE_JOB_INSTANCE_START
static final int AE_JOB_INSTANCE_START
Definition: OMQ.java:2327
com.qoretechnologies.qorus.OMQ.AOC_SERVICES
static final int AOC_SERVICES
Definition: OMQ.java:2719
com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_START
static final String AES_WORKFLOW_START
Definition: OMQ.java:2440
com.qoretechnologies.qorus.OMQ.AE_ALERT_ONGOING_CLEARED
static final int AE_ALERT_ONGOING_CLEARED
Definition: OMQ.java:2368
com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_STOP
static final String AES_WORKFLOW_STOP
Definition: OMQ.java:2446
com.qoretechnologies.qorus.OMQ.AOC_WORKFLOWS
static final int AOC_WORKFLOWS
Definition: OMQ.java:2707
com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_DATA_CREATED
static final String AES_WORKFLOW_DATA_CREATED
Definition: OMQ.java:2500
com.qoretechnologies.qorus.OMQ.AES_SERVICE_START
static final String AES_SERVICE_START
Definition: OMQ.java:2452
com.qoretechnologies.qorus.OMQ.AES_SOURCE_FILE_LOADED
static final String AES_SOURCE_FILE_LOADED
Definition: OMQ.java:2533
com.qoretechnologies.qorus.OMQ.AES_JOB_INSTANCE_STOP
static final String AES_JOB_INSTANCE_STOP
Definition: OMQ.java:2482
com.qoretechnologies.qorus.OMQ.AO_SYSTEM
static final String AO_SYSTEM
Definition: OMQ.java:2614
com.qoretechnologies.qorus.OMQ.QE_CLASS_ALERT
static final int QE_CLASS_ALERT
Definition: OMQ.java:1550
com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_DATA_CREATED
static final int AE_WORKFLOW_DATA_CREATED
Definition: OMQ.java:2352
com.qoretechnologies.qorus.OMQ.AOC_OLOAD_EVENTS
static final int AOC_OLOAD_EVENTS
Definition: OMQ.java:2731
com.qoretechnologies.qorus.OMQ.AO_WORKFLOW_DATA
static final String AO_WORKFLOW_DATA
Definition: OMQ.java:2631
com.qoretechnologies.qorus.OMQ.QE_CLASS_GROUP
static final int QE_CLASS_GROUP
Definition: OMQ.java:1552
com.qoretechnologies.qorus.OMQ.AES_SERVICE_STOP
static final String AES_SERVICE_STOP
Definition: OMQ.java:2458