Uses of Class
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
-
Packages that use TaskQueryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.task org.camunda.bpm.engine.rest.impl -
-
Uses of TaskQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type TaskQueryDto Modifier and Type Method Description List<TaskDto>
TaskRestService. 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.CountResultDto
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 TaskQueryDto Modifier and Type Method Description static TaskQueryDto
TaskQueryDto. fromQuery(Query<?,?> query)
static TaskQueryDto
TaskQueryDto. fromQuery(Query<?,?> query, boolean isOrQueryActive)
Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type TaskQueryDto Modifier and Type Method Description List<TaskQueryDto>
TaskQueryDto. getOrQueries()
Method parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type TaskQueryDto Modifier and Type Method Description void
TaskQueryDto. setOrQueries(List<TaskQueryDto> orQueries)
-
Uses of TaskQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type TaskQueryDto Modifier and Type Method Description List<TaskDto>
TaskRestServiceImpl. queryTasks(TaskQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
TaskRestServiceImpl. queryTasksCount(TaskQueryDto queryDto)
-