JobSynchronisationBean

From
(Difference between revisions)
Jump to: navigation, search
 
m (Reverted edit of Cq7F8f, changed back to last version by Tristan)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
== Fields ==
 
== Fields ==
  
The data fields of this object.
+
The data fields of this object.  In adition, this object extends the [[SynchronisationBean]], which contains the sync fields common to all "sync" type beans.
  
 
{| border=1
 
{| border=1
 
!Name
 
!Name
 
!Type
 
!Type
 +
!Size
 +
!Required
 
!Description
 
!Description
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|jobPK
 
|jobPK
 
|String
 
|String
 +
|9
 +
|Yes
 
|The primary to be marked as synchronized.
 
|The primary to be marked as synchronized.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|jobExternalRef
 
|jobExternalRef
 
|[[ExternalRefBean]]  
 
|[[ExternalRefBean]]  
|The external reference of the job to be marked as synchronised (optional).
+
|N/A
 +
|No
 +
|The external reference of the job to be marked as synchronised.
 
|}
 
|}

Latest revision as of 03:32, 11 July 2007

[edit] Description

A bean used to mark a specific job as having been synchronized, and thus prevent that job being returned again from the GetUnsynchronisedJobs method, unless the job's details are updated or changed in some way.

[edit] Fields

The data fields of this object. In adition, this object extends the SynchronisationBean, which contains the sync fields common to all "sync" type beans.

Name Type Size Required Description
jobPK String 9 Yes The primary to be marked as synchronized.
jobExternalRef ExternalRefBean N/A No The external reference of the job to be marked as synchronised.
MediaWiki Appliance - Powered by TurnKey Linux