Qorus Integration Engine®  4.0.3.p2_git
Java Audit Event Codes

Variables

static final int com.qoretechnologies.qorus.OMQ.AE_USER_EVENT = 1
 user event audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_STARTUP = 2
 system startup audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_SHUTDOWN = 3
 system shutdown audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_RECOVERY_START = 4
 system recovery start audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SYSTEM_RECOVERY_COMPLETE = 5
 system recovery complete audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_STATUS_CHANGE = 6
 workflow status change audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_START = 7
 workflow start audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_STOP = 8
 workflow stop audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SERVICE_START = 9
 service start audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SERVICE_STOP = 10
 service stop audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_JOB_START = 11
 job start audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_JOB_STOP = 12
 job stop audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_JOB_INSTANCE_START = 13
 job instance start audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_JOB_INSTANCE_STOP = 14
 job instance stop audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_API_CALL = 15
 api call audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_JOB_RECOVERY = 16
 job recovery audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_WORKFLOW_DATA_CREATED = 17
 workflow order data created audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_ALERT_ONGOING_RAISED = 18
 ongoing alert raised audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_ALERT_ONGOING_CLEARED = 19
 ongoing alert cleared audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_ALERT_TRANSIENT_RAISED = 20
 transient alert raised audit code More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_SOURCE_FILE_LOADED = 21
 source file loaded into the system schema by oload More...
 
static final int com.qoretechnologies.qorus.OMQ.AE_GROUP_STATUS_CHANGED = 22
 group status changed audit code More...
 

Detailed Description

Variable 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

These are the possible audit event codes for system auditing events.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