public class JobExecutionQuery
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
active
To search only active jobs. 
 | 
java.lang.String | 
domain  | 
int | 
from
Allow to skip the first result(s). 
 | 
int | 
id
Execution ID. 
 | 
java.lang.String | 
jobId
Identifying a job by his name (example : "LdapImportJob"). 
 | 
int | 
size
Maximum size for the results. 
 | 
java.util.Set<JobExitStatus> | 
statuses
Job exit status. 
 | 
| Constructor and Description | 
|---|
JobExecutionQuery()  | 
public java.lang.String jobId
public java.lang.String domain
public int id
public java.util.Set<JobExitStatus> statuses
public boolean active
public int from
public int size
Copyright © 2021. All Rights Reserved.