Package net.bluemind.scheduledjob.api
Class JobExecutionQuery
java.lang.Object
net.bluemind.scheduledjob.api.JobExecutionQuery
Represents a set of searchable job attributes.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
To search only active jobs.int
Allow to skip the first result(s).int
Execution ID.Identifying a job by his name (example : "LdapImportJob").int
Maximum size for the results.Job exit status. -
Constructor Summary
-
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()
-