Package net.bluemind.scheduledjob.api
Class JobExecutionQuery
java.lang.Object
net.bluemind.scheduledjob.api.JobExecutionQuery
Represents a set of searchable job attributes.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTo search only active jobs.intAllow to skip the first result(s).intExecution ID.Identifying a job by his name (example : "LdapImportJob").intMaximum size for the results.Job exit status. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
jobId
Identifying a job by his name (example : "LdapImportJob"). - 
domain
 - 
id
public int idExecution ID. - 
statuses
Job exit status. - 
active
public boolean activeTo search only active jobs. - 
from
public int fromAllow to skip the first result(s). - 
size
public int sizeMaximum size for the results. 
 - 
 - 
Constructor Details
- 
JobExecutionQuery
public JobExecutionQuery() 
 -