Velocity Rule


Added On:  02/05/15 
SQL Table:  IAPP_VELOCITY_RULE 
Module:  UniCore 
Type:  Entity  Status:  Deleted 
Java Class:  VelocityRule 
Entity that represents various velocity rules information.

Note: Velocity tracking rules are defined to detect situations when a consistent stream of transactions is interrupted. The purpose of such rules is to define a condition in terms of quantity of transactions that is expected every 30 minutes must be met in order to guarantee that the system is processing and expecting.
Added On:  02/05/15
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created.
Added On:  02/05/15
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:  02/05/15
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the record is currently active.
Added On:  02/05/15
SQL Column:  MAX_COUNT
Java Field:  maxCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Maximum number of the transactions.
Added On:  02/05/15
SQL Column:  MIN_COUNT
Java Field:  minCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Minimum number of the transactions.
Added On:  02/05/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the velocity rule.
Added On:  02/05/15
SQL Column:  OBJECT_CL
Java Field:  objectCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References Object Classifier
Attributes:
Enumeration of possible values of objects, that can be used as the criteria for selection.
Added On:  03/16/15
SQL Column:  OBJECT_CODE_LIST
Java Field:  objectCodeList
Status:  Active
SQL Type:  varchar(1024)
Java Type:  String
Attributes:
The code list of the selected type of object, that would be involved in the selection.