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 |
HistoryCleanupRestService.cleanupAsync(boolean immediatelyDue) |
JobDto |
HistoryCleanupRestService.findCleanupJob() |
Modifier and Type | Method and Description |
---|---|
List<JobDto> |
HistoryCleanupRestService.findCleanupJobs() |
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 |
HistoryCleanupRestServiceImpl.cleanupAsync(boolean immediatelyDue) |
JobDto |
HistoryCleanupRestServiceImpl.findCleanupJob() |
Modifier and Type | Method and Description |
---|---|
List<JobDto> |
HistoryCleanupRestServiceImpl.findCleanupJobs() |
Modifier and Type | Method and Description |
---|---|
JobDto |
JobResource.getJob() |
Modifier and Type | Method and Description |
---|---|
JobDto |
JobResourceImpl.getJob() |
Copyright © 2022. All rights reserved.