| Modifier and Type | Method and Description | 
|---|---|
List<JobDto> | 
JobRestService.getJobs(javax.ws.rs.core.UriInfo uriInfo,
       Integer firstResult,
       Integer maxResults)  | 
List<JobDto> | 
JobRestService.queryJobs(JobQueryDto queryDto,
         Integer firstResult,
         Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JobDto | 
JobDto.fromJob(Job job)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDto | 
HistoryRestService.cleanupAsync(boolean immediatelyDue)  | 
JobDto | 
HistoryRestService.findCleanupJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<JobDto> | 
JobRestServiceImpl.getJobs(javax.ws.rs.core.UriInfo uriInfo,
       Integer firstResult,
       Integer maxResults)  | 
List<JobDto> | 
JobRestServiceImpl.queryJobs(JobQueryDto queryDto,
         Integer firstResult,
         Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDto | 
HistoryRestServiceImpl.cleanupAsync(boolean immediatelyDue)  | 
JobDto | 
HistoryRestServiceImpl.findCleanupJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDto | 
JobResource.getJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobDto | 
JobResourceImpl.getJob()  | 
Copyright © 2017. All rights reserved.