Job Message Archive UML


Added On:  07/28/17 
SQL Table:  IAPP_JOB_MESSAGE_ARCHIVE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  JobMessageArchive 
Entity that represents information about archived job messages.
Added On:  05/24/17
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime(3)
Java Type:  Date
Attributes:
Date when the record was created.
Added On:  01/10/19
SQL Column:  DUE_DATE
Java Field:  dueDate
Status:  Active
SQL Type:  datetime(3)
Java Type:  Date
Attributes:
Added On:  02/04/19
SQL Column:  DURATION
Java Field:  duration
Status:  Active
SQL Type:  varchar
Java Type:  String
Attributes: Calculated
Added On:  01/10/19
SQL Column:  END_DATE
Java Field:  endDate
Status:  Active
SQL Type:  datetime(3)
Java Type:  Date
Attributes:
Added On:  05/24/17
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  05/24/17
SQL Column:  JOB_MESSAGE_CONTENT_LOG_FK
Java Field:  jobMessageContentLog
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Job Message Content
Attributes:
Reference to the entity that represents log information about content of the job message.
Added On:  05/24/17
SQL Column:  JOB_MESSAGE_CONTENT_MESSAGE_FK
Java Field:  jobMessageContentMessage
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Job Message Content
Attributes:
Reference to the entity that represents information contained in Job Message Content message.
Added On:  05/24/17
SQL Column:  LAST_ATTEMPT_DATE
Java Field:  lastAttemptDate
Status:  Active
SQL Type:  datetime(3)
Java Type:  Date
Attributes:
Date of the last attempt to run the job message.
Added On:  05/24/17
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of Merchant Account to which instance of this object is attributed to.\n\nDepending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.\n\nThe field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  05/24/17
SQL Column:  PRIORITY
Java Field:  priority
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Priority of the job queue.
Added On:  05/24/17
SQL Column:  QUEUE_NAME
Java Field:  queueName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the job queue.
Added On:  01/10/19
SQL Column:  START_DATE
Java Field:  startDate
Status:  Active
SQL Type:  datetime(3)
Java Type:  Date
Attributes:
Added On:  05/24/17
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that enumerates possible statuses of the job queue.
Added On:  03/25/20
SQL Column:  TARGET_CL
Java Field:  targetCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  03/25/20
SQL Column:  TARGET_ID
Java Field:  targetId
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes: