Qorus Integration Engine® Enterprise Edition 6.1.0_prod
Loading...
Searching...
No Matches
Audit Event Codes

Variables

public const OMQ::AE_USER_EVENT = 1
 user event audit code More...
 
public const OMQ::AE_SYSTEM_STARTUP = 2
 system startup audit code More...
 
public const OMQ::AE_SYSTEM_SHUTDOWN = 3
 system shutdown audit code More...
 
public const OMQ::AE_SYSTEM_RECOVERY_START = 4
 system recovery start audit code More...
 
public const OMQ::AE_SYSTEM_RECOVERY_COMPLETE = 5
 system recovery complete audit code More...
 
public const OMQ::AE_WORKFLOW_STATUS_CHANGE = 6
 workflow status change audit code More...
 
public const OMQ::AE_WORKFLOW_START = 7
 workflow start audit code More...
 
public const OMQ::AE_WORKFLOW_STOP = 8
 workflow stop audit code More...
 
public const OMQ::AE_SERVICE_START = 9
 service start audit code More...
 
public const OMQ::AE_SERVICE_STOP = 10
 service stop audit code More...
 
public const OMQ::AE_JOB_START = 11
 job start audit code More...
 
public const OMQ::AE_JOB_STOP = 12
 job stop audit code More...
 
public const OMQ::AE_JOB_INSTANCE_START = 13
 job instance start audit code More...
 
public const OMQ::AE_JOB_INSTANCE_STOP = 14
 job instance stop audit code More...
 
public const OMQ::AE_API_CALL = 15
 api call audit code More...
 
public const OMQ::AE_JOB_RECOVERY = 16
 job recovery audit code More...
 
public const OMQ::AE_WORKFLOW_DATA_CREATED = 17
 workflow order data created audit code More...
 
public const OMQ::AE_ALERT_ONGOING_RAISED = 18
 ongoing alert raised audit code More...
 
public const OMQ::AE_ALERT_ONGOING_CLEARED = 19
 ongoing alert cleared audit code More...
 
public const OMQ::AE_ALERT_TRANSIENT_RAISED = 20
 transient alert raised audit code More...
 
public const OMQ::AE_SOURCE_FILE_LOADED = 21
 source file loaded into the system schema by oload More...
 
public const OMQ::AE_GROUP_STATUS_CHANGED = 22
 group status changed audit code More...
 
public const OMQ::AE_JOB_CREATED = 23
 Job created audit code. More...
 
public const OMQ::AE_JOB_DELETED = 24
 Job deleted audit code. More...
 
public const OMQ::AE_JOB_UPDATED = 25
 Job updated audit code. More...
 
public const OMQ::AE_CONNECTION_CREATED = 26
 connection created audit code More...
 
public const OMQ::AE_CONNECTION_DELETED = 27
 Connection deleted audit code. More...
 
public const OMQ::AE_CONNECTION_UPDATED = 28
 Connection updated audit code. More...
 
public const OMQ::AE_FSM_CREATED = 29
 FSM created audit code. More...
 
public const OMQ::AE_FSM_UPDATED = 30
 FSM updated audit code. More...
 
public const OMQ::AE_FSM_DELETED = 31
 FSM deleted audit code. More...
 
public const OMQ::AE_SERVICE_DELETED = 32
 Service deleted audit code. More...
 
public const OMQ::AE_SERVICE_CREATED = 33
 Service created audit code. More...
 
public const OMQ::AE_SERVICE_UPDATED = 34
 Service updated audit code. More...
 
public const OMQ::AE_MAPPER_CREATED = 35
 Mapper created audit code. More...
 
public const OMQ::AE_MAPPER_UPDATED = 36
 Mapper updated audit code. More...
 
public const OMQ::AE_MAPPER_DELETED = 37
 Mapper deleted audit code. More...
 
public const OMQ::AE_PIPELINE_CREATED = 38
 Pipeline created audit code. More...
 
public const OMQ::AE_PIPELINE_UPDATED = 39
 Pipeline updated audit code. More...
 
public const OMQ::AE_PIPELINE_DELETED = 40
 Pipeline deleted audit code. More...
 
public const OMQ::AE_VALUEMAP_CREATED = 41
 Value map created audit code. More...
 
public const OMQ::AE_VALUEMAP_UPDATED = 42
 Value map updated audit code. More...
 
public const OMQ::AE_VALUEMAP_DELETED = 43
 Value map deleted audit code. More...
 
public const OMQ::AE_STEP_CREATED = 44
 Step created audit code. More...
 
public const OMQ::AE_STEP_UPDATED = 45
 Step updated audit code. More...
 
public const OMQ::AE_STEP_DELETED = 46
 Step deleted audit code. More...
 
public const OMQ::AE_FUNCTION_CREATED = 47
 function created audit code More...
 
public const OMQ::AE_FUNCTION_DELETED = 48
 Function deleted audit code. More...
 
public const OMQ::AE_FUNCTION_UPDATED = 49
 Function updated audit code. More...
 
public const OMQ::AE_CONSTANT_CREATED = 50
 constant created audit code More...
 
public const OMQ::AE_CONSTANT_DELETED = 51
 Constant deleted audit code. More...
 
public const OMQ::AE_CONSTANT_UPDATED = 52
 Constant updated audit code. More...
 
public const OMQ::AE_WORKFLOW_DELETED = 53
 Workflow deleted audit code. More...
 
public const OMQ::AE_WORKFLOW_CREATED = 54
 Workflow created audit code. More...
 
public const OMQ::AE_WORKFLOW_UPDATED = 55
 Workflow updated audit code. More...
 
public const OMQ::AE_CLASS_CREATED = 56
 class created audit code More...
 
public const OMQ::AE_CLASS_DELETED = 57
 Class deleted audit code. More...
 
public const OMQ::AE_CLASS_UPDATED = 58
 Class updated audit code. More...
 

Detailed Description

Variable Documentation

◆ AE_ALERT_ONGOING_CLEARED

public const OMQ::AE_ALERT_ONGOING_CLEARED = 19

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

public const OMQ::AE_ALERT_ONGOING_RAISED = 18

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

public const OMQ::AE_ALERT_TRANSIENT_RAISED = 20

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

public const OMQ::AE_API_CALL = 15

api call audit code

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

◆ AE_CLASS_CREATED

public const OMQ::AE_CLASS_CREATED = 56

class created audit code

This code is used when a "class created" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CLASS_CREATED
Since
Qorus 6.1

◆ AE_CLASS_DELETED

public const OMQ::AE_CLASS_DELETED = 57

Class deleted audit code.

This code is used when a "class deleted" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CLASS_DELETED
Since
Qorus 6.1

◆ AE_CLASS_UPDATED

public const OMQ::AE_CLASS_UPDATED = 58

Class updated audit code.

This code is used when a "class updated" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CLASS_UPDATED
Since
Qorus 6.1

◆ AE_CONNECTION_CREATED

public const OMQ::AE_CONNECTION_CREATED = 26

connection created audit code

This code is used when a "connection created" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CONNECTION_CREATED
Since
Qorus 5.1

◆ AE_CONNECTION_DELETED

public const OMQ::AE_CONNECTION_DELETED = 27

Connection deleted audit code.

This code is used when a "connection deleted" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CONNECTION_DELETED
Since
Qorus 5.1

◆ AE_CONNECTION_UPDATED

public const OMQ::AE_CONNECTION_UPDATED = 28

Connection updated audit code.

This code is used when a "connection updated" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CONNECTION_UPDATED
Since
Qorus 5.1

◆ AE_CONSTANT_CREATED

public const OMQ::AE_CONSTANT_CREATED = 50

constant created audit code

This code is used when a "constant created" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CONSTANT_CREATED
Since
Qorus 6.1

◆ AE_CONSTANT_DELETED

public const OMQ::AE_CONSTANT_DELETED = 51

Constant deleted audit code.

This code is used when a "constant deleted" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CONSTANT_DELETED
Since
Qorus 6.1

◆ AE_CONSTANT_UPDATED

public const OMQ::AE_CONSTANT_UPDATED = 52

Constant updated audit code.

This code is used when a "constant updated" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_CONSTANT_UPDATED
Since
Qorus 6.1

◆ AE_FSM_CREATED

public const OMQ::AE_FSM_CREATED = 29

FSM created audit code.

This code is used when an "FSM created" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_FSM_DELETED

public const OMQ::AE_FSM_DELETED = 31

FSM deleted audit code.

This code is used when an "FSM deleted" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_FSM_UPDATED

public const OMQ::AE_FSM_UPDATED = 30

FSM updated audit code.

This code is used when an "FSM updated" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_FUNCTION_CREATED

public const OMQ::AE_FUNCTION_CREATED = 47

function created audit code

This code is used when a "function created" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_FUNCTION_CREATED
Since
Qorus 6.1

◆ AE_FUNCTION_DELETED

public const OMQ::AE_FUNCTION_DELETED = 48

Function deleted audit code.

This code is used when a "function deleted" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_FUNCTION_DELETED
Since
Qorus 6.1

◆ AE_FUNCTION_UPDATED

public const OMQ::AE_FUNCTION_UPDATED = 49

Function updated audit code.

This code is used when a "function updated" audit event is written to the AUDIT_EVENTS table

See also
OMQ::QEC_FUNCTION_UPDATED
Since
Qorus 6.1

◆ AE_GROUP_STATUS_CHANGED

public const OMQ::AE_GROUP_STATUS_CHANGED = 22

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_CREATED

public const OMQ::AE_JOB_CREATED = 23

Job created audit code.

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

See also
OMQ::QEC_JOB_CREATED
Since
Qorus 5.1

◆ AE_JOB_DELETED

public const OMQ::AE_JOB_DELETED = 24

Job deleted audit code.

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

See also
OMQ::QEC_JOB_DELETED
Since
Qorus 5.1

◆ AE_JOB_INSTANCE_START

public const OMQ::AE_JOB_INSTANCE_START = 13

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

public const OMQ::AE_JOB_INSTANCE_STOP = 14

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

public const OMQ::AE_JOB_RECOVERY = 16

job recovery audit code

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

◆ AE_JOB_START

public const OMQ::AE_JOB_START = 11

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

public const OMQ::AE_JOB_STOP = 12

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_JOB_UPDATED

public const OMQ::AE_JOB_UPDATED = 25

Job updated audit code.

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

See also
OMQ::QEC_JOB_UPDATED
Since
Qorus 5.1

◆ AE_MAPPER_CREATED

public const OMQ::AE_MAPPER_CREATED = 35

Mapper created audit code.

This code is used when an "mapper created" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_MAPPER_DELETED

public const OMQ::AE_MAPPER_DELETED = 37

Mapper deleted audit code.

This code is used when an "mapper deleted" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_MAPPER_UPDATED

public const OMQ::AE_MAPPER_UPDATED = 36

Mapper updated audit code.

This code is used when an "mapper updated" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_PIPELINE_CREATED

public const OMQ::AE_PIPELINE_CREATED = 38

Pipeline created audit code.

This code is used when an "pipeline created" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_PIPELINE_DELETED

public const OMQ::AE_PIPELINE_DELETED = 40

Pipeline deleted audit code.

This code is used when an "pipeline deleted" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_PIPELINE_UPDATED

public const OMQ::AE_PIPELINE_UPDATED = 39

Pipeline updated audit code.

This code is used when an "pipeline updated" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_SERVICE_CREATED

public const OMQ::AE_SERVICE_CREATED = 33

Service created audit code.

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

See also
OMQ::QEC_SERVICE_CREATED
Since
Qorus 6.1

◆ AE_SERVICE_DELETED

public const OMQ::AE_SERVICE_DELETED = 32

Service deleted audit code.

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

See also
OMQ::QEC_SERVICE_DELETED
Since
Qorus 6.1

◆ AE_SERVICE_START

public const OMQ::AE_SERVICE_START = 9

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

public const OMQ::AE_SERVICE_STOP = 10

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_SERVICE_UPDATED

public const OMQ::AE_SERVICE_UPDATED = 34

Service updated audit code.

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

See also
OMQ::QEC_SERVICE_UPDATED
Since
Qorus 6.1

◆ AE_SOURCE_FILE_LOADED

public const OMQ::AE_SOURCE_FILE_LOADED = 21

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_STEP_CREATED

public const OMQ::AE_STEP_CREATED = 44

Step created audit code.

This code is used when an "step created" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_STEP_DELETED

public const OMQ::AE_STEP_DELETED = 46

Step deleted audit code.

This code is used when an "step deleted" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_STEP_UPDATED

public const OMQ::AE_STEP_UPDATED = 45

Step updated audit code.

This code is used when an "step updated" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_SYSTEM_RECOVERY_COMPLETE

public const OMQ::AE_SYSTEM_RECOVERY_COMPLETE = 5

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

public const OMQ::AE_SYSTEM_RECOVERY_START = 4

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

public const OMQ::AE_SYSTEM_SHUTDOWN = 3

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

public const OMQ::AE_SYSTEM_STARTUP = 2

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

public const OMQ::AE_USER_EVENT = 1

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_VALUEMAP_CREATED

public const OMQ::AE_VALUEMAP_CREATED = 41

Value map created audit code.

This code is used when an "value map created" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_VALUEMAP_DELETED

public const OMQ::AE_VALUEMAP_DELETED = 43

Value map deleted audit code.

This code is used when an "value map deleted" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_VALUEMAP_UPDATED

public const OMQ::AE_VALUEMAP_UPDATED = 42

Value map updated audit code.

This code is used when an "value map updated" audit event is written to the AUDIT_EVENTS table

Since
Qorus 6.1

◆ AE_WORKFLOW_CREATED

public const OMQ::AE_WORKFLOW_CREATED = 54

Workflow created audit code.

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

See also
OMQ::QEC_WORKFLOW_CREATED
Since
Qorus 6.1

◆ AE_WORKFLOW_DATA_CREATED

public const OMQ::AE_WORKFLOW_DATA_CREATED = 17

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_DELETED

public const OMQ::AE_WORKFLOW_DELETED = 53

Workflow deleted audit code.

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

See also
OMQ::QEC_WORKFLOW_DELETED
Since
Qorus 6.1

◆ AE_WORKFLOW_START

public const OMQ::AE_WORKFLOW_START = 7

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

public const OMQ::AE_WORKFLOW_STATUS_CHANGE = 6

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

public const OMQ::AE_WORKFLOW_STOP = 8

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

◆ AE_WORKFLOW_UPDATED

public const OMQ::AE_WORKFLOW_UPDATED = 55

Workflow updated audit code.

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

See also
OMQ::QEC_WORKFLOW_UPDATED
Since
Qorus 6.1