System Audit Log


Added On:  09/02/16 
SQL Table:  IAPP_SYSTEM_AUDIT_LOG 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  SystemAuditLog 
Represents information about system audit log.
Added On:  09/02/16
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  09/02/16
SQL Column:  LAST_EXECUTION_DATE
Java Field:  lastExecutionDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the log was last updated.
Added On:  09/02/16
SQL Column:  PERIOD
Java Field:  period
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Time period of the events included in the log.
Added On:  09/02/16
SQL Column:  PROCESS_NAME
Java Field:  processName
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Name of the process recorded in the log.