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 |
---|---|
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 |
JobResource.getJob() |
Modifier and Type | Method and Description |
---|---|
JobDto |
JobResourceImpl.getJob() |
Copyright © 2015. All rights reserved.