Qorus Integration Engine®  4.0.3.p2_git
Java Audit Event Strings

Variables

static final String com.qoretechnologies.qorus.OMQ.AES_USER_EVENT = "USER-EVENT"
 user event audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_STARTUP = "SYSTEM-STARTUP"
 system startup audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN"
 system shutdown audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START"
 system recovery start audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE"
 system recovery complete audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE"
 workflow status change audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_START = "WORKFLOW-START"
 workflow start audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_STOP = "WORKFLOW-STOP"
 workflow stop audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SERVICE_START = "SERVICE-START"
 service start audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SERVICE_STOP = "SERVICE-STOP"
 service stop audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_JOB_START = "JOB-START"
 job start audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_JOB_STOP = "JOB-STOP"
 job stop audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP"
 job instance start audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START"
 job instance stop audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_API_CALL = "API-CALL"
 api call audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_JOB_RECOVERY = "JOB-RECOVERY"
 job recovery audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED"
 workflow order data created audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED"
 ongoing alert raised audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED"
 ongoing alert cleared audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED"
 transient alert raised audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED"
 source file loaded into the system schema by oload audit code More...
 
static final String com.qoretechnologies.qorus.OMQ.AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED"
 group status changed audit code More...
 

Detailed Description

Variable Documentation

◆ 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

These are the possible audit event strings corresponding to the audit event codes for sytem auditing eventsthis 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