JobSynchronisationBean

From
(Difference between revisions)
Jump to: navigation, search
 
m
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

Revision as of 01:45, 3 June 2005

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.

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 Description
jobPK String The primary to be marked as synchronized.
jobExternalRef ExternalRefBean The external reference of the job to be marked as synchronised (optional).
MediaWiki Appliance - Powered by TurnKey Linux