JobTemporalIDBean

From
(Difference between revisions)
Jump to: navigation, search
m (Fields)
m (Fields)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
This Bean contains data which uniquely identifies a job, and an update index, to check for concurrency issues.
+
This bean is an extension of the [[JobIDBean]].  It contains the same data which uniquely identifies a job, and an additional field called update index, to check for concurrency issues.
  
 
== Fields ==
 
== Fields ==
  
The data fields of this object.
+
The data fields of this object are identical to the fields of [[JobIDBean]], with the following additional field.
  
 
{| border=1
 
{| border=1
 
!Name
 
!Name
 
!Type
 
!Type
 +
!Size
 +
!Required
 
!Description
 
!Description
|---- bgcolor=#EDEDFF
 
|JobPK
 
|String
 
|The unique EService primary key which identifies this job.
 
|---- bgcolor=#EDEDFF
 
|ExternalRef
 
|[[ExternalRefBean]]
 
|An external reference bean, containing the primary key the external system uses to identify this job.
 
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|UpdateIndex
 
|UpdateIndex
 
|int
 
|int
 +
|10
 +
|Yes
 
|The update index of the Job.
 
|The update index of the Job.
 
|}
 
|}

Latest revision as of 02:21, 18 August 2005

[edit] Description

This bean is an extension of the JobIDBean. It contains the same data which uniquely identifies a job, and an additional field called update index, to check for concurrency issues.

[edit] Fields

The data fields of this object are identical to the fields of JobIDBean, with the following additional field.

Name Type Size Required Description
UpdateIndex int 10 Yes The update index of the Job.
Personal tools
MediaWiki Appliance - Powered by TurnKey Linux