Modifier and Type | Method and Description |
---|---|
List<TaskDto> |
TaskRestService.getTasks(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<TaskDto> |
TaskRestService.queryTasks(TaskQueryDto query,
Integer firstResult,
Integer maxResults)
Expects the same parameters as
TaskRestService.getTasks(UriInfo, Integer, Integer) (as
JSON message body) and allows more than one variable check. |
Modifier and Type | Method and Description |
---|---|
static TaskDto |
TaskDto.fromTask(Task task) |
Modifier and Type | Method and Description |
---|---|
List<TaskDto> |
TaskRestServiceImpl.getTasks(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<TaskDto> |
TaskRestServiceImpl.queryTasks(TaskQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
TaskDto |
TaskResource.getTask() |
Modifier and Type | Method and Description |
---|---|
TaskDto |
TaskResourceImpl.getTask() |
Copyright © 2015. All rights reserved.