|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TaskDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest that return types with arguments of type TaskDto | |
|---|---|
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. |
| Methods in org.camunda.bpm.engine.rest with parameters of type TaskDto | |
|---|---|
void |
TaskRestService.createTask(TaskDto taskDto)
|
| Uses of TaskDto in org.camunda.bpm.engine.rest.dto.task |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.task that return TaskDto | |
|---|---|
static TaskDto |
TaskDto.fromEntity(Task task)
|
| Uses of TaskDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type TaskDto | |
|---|---|
List<TaskDto> |
TaskRestServiceImpl.getJsonTasks(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
List<TaskDto> |
TaskRestServiceImpl.queryTasks(TaskQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
| Methods in org.camunda.bpm.engine.rest.impl with parameters of type TaskDto | |
|---|---|
void |
TaskRestServiceImpl.createTask(TaskDto taskDto)
|
| Uses of TaskDto in org.camunda.bpm.engine.rest.sub.task |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.task with parameters of type TaskDto | |
|---|---|
void |
TaskResource.updateTask(TaskDto task)
|
| Uses of TaskDto in org.camunda.bpm.engine.rest.sub.task.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.task.impl that return TaskDto | |
|---|---|
TaskDto |
TaskResourceImpl.getJsonTask()
|
| Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type TaskDto | |
|---|---|
void |
TaskResourceImpl.updateTask(TaskDto taskDto)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||