GetJobDetailsByExternalRef
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | + | [[GetJobDetailsByExternalRefResult]] getJobDetailsByExternalRef([[UserIDBean]] userID, [[ExternalRefBean]][] externalRefs) | |
== Description == | == Description == | ||
− | Retrieves a | + | 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 | ||
− | |[[ | + | |[[ExternalRefBean]] array |
− | | | + | |externalRefs |
− | | | + | |An array of external references indicating the jobs to be retrieved. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[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. |