GetJobDetailsByExternalRef

From
(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
 
== Method ==
 
== Method ==
Method
+
[[GetJobDetailsByExternalRefResult]] getJobDetailsByExternalRef([[UserIDBean]] userID, [[ExternalRefBean]][] externalRefs)
  
 
== Description ==
 
== Description ==
Retrieves a job by use of the external reference field, rather than the Job primary key.
+
Retrieves a selection of jobs by use of the external reference field, rather than the Job primary key.
  
 
== Parameters ==
 
== Parameters ==
Line 15: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[ExternalRefBean]] array
|Name
+
|externalRefs
|Description.
+
|An array of external references indicating the jobs to be retrieved.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[GetJobDetailsByExternalRefResult]]

Revision as of 02:53, 1 June 2005

Contents

Method

GetJobDetailsByExternalRefResult getJobDetailsByExternalRef(UserIDBean userID, ExternalRefBean[] externalRefs)

Description

Retrieves a selection of jobs by use of the external reference field, rather than the Job primary key.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
ExternalRefBean array externalRefs An array of external references indicating the jobs to be retrieved.

Return Value

GetJobDetailsByExternalRefResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux