Uses of Class
org.camunda.bpm.engine.rest.dto.task.TaskDto
Package
Description
-
Uses of TaskDto in org.camunda.bpm.engine.rest
Modifier 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. -
Uses of TaskDto in org.camunda.bpm.engine.rest.dto.task
Modifier and TypeMethodDescriptionstatic TaskDto
TaskDto.fromEntity
(Task task) static TaskDto
TaskWithAttachmentAndCommentDto.fromEntity
(Task task) -
Uses of TaskDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionTaskRestServiceImpl.getJsonTasks
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) TaskRestServiceImpl.queryTasks
(TaskQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of TaskDto in org.camunda.bpm.engine.rest.sub.task
-
Uses of TaskDto in org.camunda.bpm.engine.rest.sub.task.impl