![]() |
Qorus Integration Engine® Enterprise Edition 7.1.0_prod
|
Variables | |
| const | AES_USER_EVENT = "USER-EVENT" |
| user event audit code | |
| const | AES_SYSTEM_STARTUP = "SYSTEM-STARTUP" |
| system startup audit code | |
| const | AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN" |
| system shutdown audit code | |
| const | AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START" |
| system recovery start audit code | |
| const | AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE" |
| system recovery complete audit code | |
| const | AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE" |
| workflow status change audit code | |
| const | AES_WORKFLOW_START = "WORKFLOW-START" |
| workflow start audit code | |
| const | AES_WORKFLOW_STOP = "WORKFLOW-STOP" |
| workflow stop audit code | |
| const | AES_SERVICE_START = "SERVICE-START" |
| service start audit code | |
| const | AES_SERVICE_STOP = "SERVICE-STOP" |
| service stop audit code | |
| const | AES_JOB_START = "JOB-START" |
| job start audit code | |
| const | AES_JOB_STOP = "JOB-STOP" |
| job stop audit code | |
| const | AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP" |
| job instance start audit code | |
| const | AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START" |
| job instance stop audit code | |
| const | AES_API_CALL = "API-CALL" |
| api call audit code | |
| const | AES_JOB_RECOVERY = "JOB-RECOVERY" |
| job recovery audit code | |
| const | AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED" |
| workflow order data created audit code | |
| const | AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED" |
| ongoing alert raised audit code | |
| const | AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED" |
| ongoing alert cleared audit code | |
| const | AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED" |
| transient alert raised audit code | |
| const | AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED" |
| source file loaded into the system schema by oload audit code | |
| const | AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED" |
| group status changed audit code | |
| const | AES_FUNCTION_CREATED = "FUNCTION-CREATED" |
| Class created audit code. | |
| const | AES_FUNCTION_UPDATED = "FUNCTION-UPDATED" |
| Function updated audit code. | |
| const | AES_FUNCTION_DELETED = "FUNCTION-DELETED" |
| Function deleted audit code. | |
| const | AES_CONSTANT_CREATED = "CONSTANT-CREATED" |
| Constant created audit code. | |
| const | AES_CONSTANT_UPDATED = "CONSTANT-UPDATED" |
| Constant updated audit code. | |
| const | AES_CONSTANT_DELETED = "CLASS-DELETED" |
| Constant deleted audit code. | |
| const | AES_CLASS_CREATED = "CLASS-CREATED" |
| Class created audit code. | |
| const | AES_CLASS_UPDATED = "CLASS-UPDATED" |
| Class updated audit code. | |
| const | AES_CLASS_DELETED = "CLASS-DELETED" |
| Class deleted audit code. | |
| const | AES_FSM_CREATED = "FSM-CREATED" |
| FSM created audit code. | |
| const | AES_FSM_UPDATED = "FSM-UPDATED" |
| FSM updated audit code. | |
| const | AES_FSM_DELETED = "FSM-DELETED" |
| FSM deleted audit code. | |
| const | AES_SERVICE_DELETED = "SERVICE-DELETED" |
| Service deleted audit code. | |
| const | AES_SERVICE_CREATED = "SERVICE-CREATED" |
| Service created audit code. | |
| const | AES_SERVICE_UPDATED = "SERVICE-UPDATED" |
| Service updated audit code. | |
| const | AES_MAPPER_CREATED = "MAPPER-CREATED" |
| Mapper created audit code. | |
| const | AES_MAPPER_UPDATED = "MAPPER-UPDATED" |
| Mapper updated audit code. | |
| const | AES_MAPPER_DELETED = "MAPPER-DELETED" |
| Mapper deleted audit code. | |
| const | AES_PIPELINE_CREATED = "PIPELINE-CREATED" |
| Pipeline created audit code. | |
| const | AES_PIPELINE_UPDATED = "PIPELINE-UPDATED" |
| Pipeline updated audit code. | |
| const | AES_PIPELINE_DELETED = "PIPELINE-DELETED" |
| Pipeline deleted audit code. | |
| const | AES_VALUEMAP_CREATED = "VALUEMAP-CREATED" |
| Value map created audit code. | |
| const | AES_VALUEMAP_UPDATED = "VALUEMAP-UPDATED" |
| Value map updated audit code. | |
| const | AES_VALUEMAP_DELETED = "VALUEMAP-DELETED" |
| Value map deleted audit code. | |
| const | AES_STEP_CREATED = "STEP-CREATED" |
| Step created audit code. | |
| const | AES_STEP_UPDATED = "STEP-UPDATED" |
| Step updated audit code. | |
| const | AES_STEP_DELETED = "STEP-DELETED" |
| Step deleted audit code. | |
| const | AES_WORKFLOW_DELETED = "WORKFLOW-DELETED" |
| Workflow deleted audit code. | |
| const | AES_WORKFLOW_CREATED = "WORKFLOW-CREATED" |
| Workflow created audit code. | |
| const | AES_WORKFLOW_UPDATED = "WORKFLOW-UPDATED" |
| Workflow updated audit code. | |
| const | AES_JOB_DELETED = "JOB-DELETED" |
| Job deleted audit code. | |
| const | AES_JOB_CREATED = "JOB-CREATED" |
| Job created audit code. | |
| const | AES_JOB_UPDATED = "JOB-UPDATED" |
| Job updated audit code. | |
| const AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED" |
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
| const AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED" |
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
| const AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED" |
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
| const AES_API_CALL = "API-CALL" |
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
| const AES_CLASS_CREATED = "CLASS-CREATED" |
Class created audit code.
This code is used when a function is created with the API
| const AES_CLASS_DELETED = "CLASS-DELETED" |
Class deleted audit code.
This code is used when a constant is deleted with the API
| const AES_CLASS_UPDATED = "CLASS-UPDATED" |
Class updated audit code.
This code is used when a constant is updated with the API
| const AES_CONSTANT_CREATED = "CONSTANT-CREATED" |
Constant created audit code.
This code is used when a class is created with the API
| const AES_CONSTANT_DELETED = "CLASS-DELETED" |
Constant deleted audit code.
This code is used when a function is deleted with the API
| const AES_CONSTANT_UPDATED = "CONSTANT-UPDATED" |
Constant updated audit code.
This code is used when a function is updated with the API
| const AES_FSM_CREATED = "FSM-CREATED" |
FSM created audit code.
This code is used when an FSM is created with the API
| const AES_FSM_DELETED = "FSM-DELETED" |
FSM deleted audit code.
This code is used when an FSM is deleted with the API
| const AES_FSM_UPDATED = "FSM-UPDATED" |
FSM updated audit code.
This code is used when an FSM is updated with the API
| const AES_FUNCTION_CREATED = "FUNCTION-CREATED" |
Class created audit code.
This code is used when a class is created with the API
| const AES_FUNCTION_DELETED = "FUNCTION-DELETED" |
Function deleted audit code.
This code is used when a class is deleted with the API
| const AES_FUNCTION_UPDATED = "FUNCTION-UPDATED" |
Function updated audit code.
This code is used when a class is updated with the API
| const AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED" |
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
| const AES_JOB_CREATED = "JOB-CREATED" |
Job created audit code.
This code is used when a "job created" audit event is written to the AUDIT_EVENTS table
| const AES_JOB_DELETED = "JOB-DELETED" |
Job deleted audit code.
This code is used when a job is deleted with the API
| const AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP" |
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
| const AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START" |
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
| const AES_JOB_RECOVERY = "JOB-RECOVERY" |
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
| const AES_JOB_START = "JOB-START" |
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
| const AES_JOB_STOP = "JOB-STOP" |
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
| const AES_JOB_UPDATED = "JOB-UPDATED" |
Job updated audit code.
This code is used when a "job updated" audit event is written to the AUDIT_EVENTS table
| const AES_MAPPER_CREATED = "MAPPER-CREATED" |
Mapper created audit code.
This code is used when an "mapper created" audit event is written to the AUDIT_EVENTS table
| const AES_MAPPER_DELETED = "MAPPER-DELETED" |
Mapper deleted audit code.
This code is used when an "mapper deleted" audit event is written to the AUDIT_EVENTS table
| const AES_MAPPER_UPDATED = "MAPPER-UPDATED" |
Mapper updated audit code.
This code is used when an "mapper updated" audit event is written to the AUDIT_EVENTS table
| const AES_PIPELINE_CREATED = "PIPELINE-CREATED" |
Pipeline created audit code.
This code is used when an "pipeline created" audit event is written to the AUDIT_EVENTS table
| const AES_PIPELINE_DELETED = "PIPELINE-DELETED" |
Pipeline deleted audit code.
This code is used when an "pipeline deleted" audit event is written to the AUDIT_EVENTS table
| const AES_PIPELINE_UPDATED = "PIPELINE-UPDATED" |
Pipeline updated audit code.
This code is used when an "pipeline updated" audit event is written to the AUDIT_EVENTS table
| const AES_SERVICE_CREATED = "SERVICE-CREATED" |
Service created audit code.
This code is used when a "service created" audit event is written to the AUDIT_EVENTS table
| const AES_SERVICE_DELETED = "SERVICE-DELETED" |
Service deleted audit code.
This code is used when a service is deleted with the API
| const AES_SERVICE_START = "SERVICE-START" |
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
| const AES_SERVICE_STOP = "SERVICE-STOP" |
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
| const AES_SERVICE_UPDATED = "SERVICE-UPDATED" |
Service updated audit code.
This code is used when a "service updated" audit event is written to the AUDIT_EVENTS table
| const AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED" |
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
| const AES_STEP_CREATED = "STEP-CREATED" |
Step created audit code.
This code is used when an "step created" audit event is written to the AUDIT_EVENTS table
| const AES_STEP_DELETED = "STEP-DELETED" |
Step deleted audit code.
This code is used when an "step deleted" audit event is written to the AUDIT_EVENTS table
| const AES_STEP_UPDATED = "STEP-UPDATED" |
Step updated audit code.
This code is used when an "step updated" audit event is written to the AUDIT_EVENTS table
| const AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE" |
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
| const AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START" |
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
| const AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN" |
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
| const AES_SYSTEM_STARTUP = "SYSTEM-STARTUP" |
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
| const AES_USER_EVENT = "USER-EVENT" |
user event audit code
These are the possible audit event strings corresponding to the audit event codes for system auditing events this code is used when a user audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_USER_EVENT
| const AES_VALUEMAP_CREATED = "VALUEMAP-CREATED" |
Value map created audit code.
This code is used when an "value map created" audit event is written to the AUDIT_EVENTS table
| const AES_VALUEMAP_DELETED = "VALUEMAP-DELETED" |
Value map deleted audit code.
This code is used when an "value map deleted" audit event is written to the AUDIT_EVENTS table
| const AES_VALUEMAP_UPDATED = "VALUEMAP-UPDATED" |
Value map updated audit code.
This code is used when an "value map updated" audit event is written to the AUDIT_EVENTS table
| const AES_WORKFLOW_CREATED = "WORKFLOW-CREATED" |
Workflow created audit code.
This code is used when a "workflow created" audit event is written to the AUDIT_EVENTS table
| const AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED" |
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
| const AES_WORKFLOW_DELETED = "WORKFLOW-DELETED" |
Workflow deleted audit code.
This code is used when a workflow is deleted with the API
| const AES_WORKFLOW_START = "WORKFLOW-START" |
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
| const AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE" |
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
| const AES_WORKFLOW_STOP = "WORKFLOW-STOP" |
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
| const AES_WORKFLOW_UPDATED = "WORKFLOW-UPDATED" |
Workflow updated audit code.
This code is used when a "workflow updated" audit event is written to the AUDIT_EVENTS table