GetJobDetailsBetween
From
(Difference between revisions)
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. |