GetJobDetailsBetween
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | + | [[GetJobDetailsBetweenResult]] getJobDetailsBetween([[UserIDBean]] userID, [[JobStatusEvent]] event, [[Calendar]] start, [[Calendar]] end) | |
== Description == | == Description == | ||
Line 15: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[JobStatusEvent]] |
− | | | + | |event |
− | | | + | |The job event that the job must have passed through within the specified time period. |
+ | |---- bgcolor=#EDEDFF | ||
+ | |[[Calendar]] | ||
+ | |start | ||
+ | |The earliest time period we are interested in receiving from. | ||
+ | |---- bgcolor=#EDEDFF | ||
+ | |[[Calendar]] | ||
+ | |end | ||
+ | |The latest time period we are interested in up to. | ||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetJobDetailsBetweenResult]] |
Latest revision as of 22:56, 30 May 2005
Contents |
[edit] Method
GetJobDetailsBetweenResult getJobDetailsBetween(UserIDBean userID, JobStatusEvent event, Calendar start, Calendar end)
[edit] Description
Gets the details of all jobs which passed through a certain state between the start and end dates indicated.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobStatusEvent | event | The job event that the job must have passed through within the specified time period. |
Calendar | start | The earliest time period we are interested in receiving from. |
Calendar | end | The latest time period we are interested in up to. |