Job Object


Added On:  07/28/17 
SQL Table:  IAPP_JOB_OBJECT 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  JobObject 
Entity that represents information about job object.
Added On:  05/24/17
SQL Column:  APPLICATION
Java Field:  application
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Application that the job object is assigned to.
Added On:  05/24/17
SQL Column:  CONSUMER_COUNT
Java Field:  consumerCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Max Length:10
Number of the job object consumers.
Added On:  05/24/17
SQL Column:  EXPRESSION
Java Field:  expression
Status:  Active
SQL Type:  varchar(75)
Java Type:  String
Attributes:
Field that contains value set for the timer.
Added On:  05/24/17
SQL Column:  FULL_NAME
Java Field:  fullName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes: Required
Full name of the job object that includes application, group and name assigned to the job object.
Added On:  05/24/17
SQL Column:  GROUP
Java Field:  group
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Job group that the job object is assigned to.
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:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Required, Default:false
Indicates whether the record is currently active.
Added On:  05/24/17
SQL Column:  IS_ACTIVE_DEFAULT
Java Field:  isActiveDefault
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Required, Default:false
Default setting that indicates that the job object is active within the system.
Added On:  05/24/22
SQL Column:  IS_VISIBLE
Java Field:  isVisible
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Added On:  05/24/17
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name that is included in full name of the job object.
Added On:  05/24/17
SQL Column:  OBJECT_CL
Java Field:  objectCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes: Required
Reference to the entity that enumerates types of job objects.