Uses of Class
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
Packages that use TaskQueryDto
Package
Description
-
Uses of TaskQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type TaskQueryDtoModifier 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
Methods in org.camunda.bpm.engine.rest.dto.task that return TaskQueryDtoMethods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type TaskQueryDtoMethod parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type TaskQueryDto -
Uses of TaskQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type TaskQueryDtoModifier and TypeMethodDescriptionTaskRestServiceImpl.queryTasks
(TaskQueryDto queryDto, Integer firstResult, Integer maxResults) TaskRestServiceImpl.queryTasksCount
(TaskQueryDto queryDto)