Uses of Class
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
Package
Description
-
Uses of TaskQueryDto 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.TaskRestService.queryTasksCount
(TaskQueryDto query) -
Uses of TaskQueryDto in org.camunda.bpm.engine.rest.dto.task
-
Uses of TaskQueryDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionTaskRestServiceImpl.queryTasks
(TaskQueryDto queryDto, Integer firstResult, Integer maxResults) TaskRestServiceImpl.queryTasksCount
(TaskQueryDto queryDto)