|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridJobClient
Manages the customer's jobs.
Method Summary | |
---|---|
Set<Job> |
getJobList(GetJobListOptions... options)
Returns all jobs found. |
Set<Job> |
getJobsById(long... ids)
Returns jobs for the corresponding id(s). |
Set<Job> |
getJobsForObjectName(String serverName)
Returns jobs found for an object with a provided name. |
Method Detail |
---|
Set<Job> getJobList(GetJobListOptions... options)
GetJobListOptions
.
By default, the result is <=100 items from the date range of 4 weeks ago to now.
NOTE: this method results in a big volume of data in response
Set<Job> getJobsForObjectName(String serverName)
serverName
- name of the object
Set<Job> getJobsById(long... ids)
ids
- ids for the jobs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |