GetJobDetails
From
(Difference between revisions)
m |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetJobDetailsResult]] getJobDetails([[UserIDBean]] userID, [[JobIDBean]][] jobIDs) | |
== Description == | == Description == | ||
− | + | Gets the details of all jobs indicated by the list of [[JobIDBean]] passed in. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[JobIDBean]] array |
− | | | + | |jobIDs |
− | | | + | |The unique job ID's of all the jobs for which details are requested. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetJobDetailsResult]] |
Latest revision as of 03:11, 30 May 2005
Contents |
[edit] Method
GetJobDetailsResult getJobDetails(UserIDBean userID, JobIDBean[] jobIDs)
[edit] Description
Gets the details of all jobs indicated by the list of JobIDBean passed in.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobIDBean array | jobIDs | The unique job ID's of all the jobs for which details are requested. |