GetJobSummariesBetween
From
(Difference between revisions)
m (→Description) |
|||
Line 3: | Line 3: | ||
== Description == | == 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 [[JobStatusEvent| | + | 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 [[JobStatusEvent|created]], [[JobStatusEvent|dispatched]], or [[JobStatusEvent|completed]] within a particular time frame. |
== Parameters == | == Parameters == |
Latest revision as of 04:05, 12 May 2005
Contents |
[edit] Method
GetJobSummariesBetweenResult getJobSummariesBetween(UserIDBean userID, JobStatusEvent event, Calendar start, Calendar end)
[edit] 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 within a particular time frame.
[edit] 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. |