GetJobsBySynchronisation

From
(Difference between revisions)
Jump to: navigation, search
(Parameters)
(Description)
Line 3: Line 3:
  
 
== Description ==
 
== Description ==
Retrieve job record(s), specified by the job's ID in the external record, from the job synchronisation table.
+
Retrieve the jobs, referenced by the id of the job in the external application to which it is synchronised to, from the job synchronisation table. If the afterPK parameter is not null, the job record(s) retrieved must have a PK greater than that value.
If the last parameter, i.e. afterPK, is not null, the job record(s) retrieved must have a Primary Key greater than the afterPK.
+
  
 
== Parameters ==
 
== Parameters ==

Revision as of 21:43, 3 January 2006

Contents

Method

GetJobsBySynchronisationResult getJobsBySynchronisation(UserIDBean userID, String synchronisationID, String synchronisationReference, String afterPK)

Description

Retrieve the jobs, referenced by the id of the job in the external application to which it is synchronised to, from the job synchronisation table. If the afterPK parameter is not null, the job record(s) retrieved must have a PK greater than that value.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
String synchronisationID The ID of the organisation to which the job record(s) have been synchronised to. It is usually the name of the organisation.
String synchronisationReference The ID of the job record (that has been synchronised) in the external record.
String afterPK The lower bound of the PK of the job record(s) that can be retrieved.

Return Value

GetJobsBySynchronisationResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux