GetJobSummariesBetween
From
Contents |
Method
GetJobSummariesBetweenResult getJobSummariesBetween(UserIDBean userID, JobStatusEvent event, Calendar start, Calendar end)
Description
Get all job summaries where the job moved from one state to another state (ie. an event occured) within the specified time period. In general, it is a useful method for finding all jobs that were CREATED, DISPATCHED, or COMPLETED withing a particular time frame.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
JobStatusEvent | event | The particular event that the job must have had invoked sometime in its history. |
Calendar | start | The earliest moment for which the event must have occured after. |
Calendar | end | The latest moment for which the event must have occured before. |