Uses of Class
org.camunda.bpm.engine.rest.dto.task.TaskDto

Packages that use TaskDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.task   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.task   
org.camunda.bpm.engine.rest.sub.task.impl   
 

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)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.