Uses of Class
org.camunda.bpm.engine.rest.dto.task.TaskDto
Packages that use TaskDto
Package
Description
-
Uses of TaskDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskRestService.queryTasks
(TaskQueryDto query, Integer firstResult, Integer maxResults) Expects the same parameters asTaskRestService#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 -
Uses of TaskDto in org.camunda.bpm.engine.rest.dto.task
Subclasses of TaskDto in org.camunda.bpm.engine.rest.dto.taskMethods in org.camunda.bpm.engine.rest.dto.task that return TaskDtoModifier and TypeMethodDescriptionstatic TaskDto
TaskDto.fromEntity
(Task task) static TaskDto
TaskWithAttachmentAndCommentDto.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 TaskDtoModifier and TypeMethodDescriptionTaskRestServiceImpl.getJsonTasks
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) TaskRestServiceImpl.queryTasks
(TaskQueryDto queryDto, Integer firstResult, Integer maxResults) Methods in org.camunda.bpm.engine.rest.impl with parameters of type 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 -
Uses of TaskDto in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return TaskDtoMethods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type TaskDto