Uses of Class
com.flowable.platform.service.task.TasksIndexQueryRequest
| Package | Description |
|---|---|
| com.flowable.platform.rest.service.api.task | |
| com.flowable.platform.service.index | |
| com.flowable.platform.service.task |
-
Uses of TasksIndexQueryRequest in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task with parameters of type TasksIndexQueryRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<TaskSearchRepresentation>>TasksResource. queryCustomTasksWithAliasQuery(java.lang.String alias, TasksIndexQueryRequest request)org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<TaskSearchRepresentation>>TasksResource. queryTasksInstances(java.lang.String filterId, TasksIndexQueryRequest request, java.security.Principal principal)org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<TaskSearchRepresentation>>TasksResource. queryTasksWithQuery(TasksIndexQueryRequest request) -
Uses of TasksIndexQueryRequest in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type TasksIndexQueryRequest Modifier and Type Method Description Page<TaskSearchRepresentation>WorkIndexService. findTasksWithQuery(TasksIndexQueryRequest request)Page<TaskSearchRepresentation>WorkIndexService. findTasksWithQuery(java.lang.String filterId, TasksIndexQueryRequest request) -
Uses of TasksIndexQueryRequest in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type TasksIndexQueryRequest Modifier and Type Method Description protected java.lang.StringTasksIndexQueryBuilder. build(TasksIndexQueryRequest request)java.lang.StringTasksIndexQueryBuilder. build(TasksIndexQueryRequest queryRequest, java.lang.String defaultSort)