GetJobSummariesBetween

From
(Difference between revisions)
Jump to: navigation, search
 
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|CREATED]], [[JobStatusEvent|DISPATCHED]], or [[JobStatusEvent|COMPLETED]] withing a particular time frame.
+
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.

[edit] Return Value

GetJobSummariesBetweenResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux