Uses of Class
com.flowable.platform.service.task.TaskSearchRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.task | |
com.flowable.platform.service.index | |
com.flowable.platform.service.task |
-
Uses of TaskSearchRepresentation in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task that return types with arguments of type TaskSearchRepresentation 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. queryCustomTasksWithQuery(java.lang.String queryName, java.util.Map<java.lang.String,java.lang.Object> params)
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 TaskSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type TaskSearchRepresentation Modifier and Type Field Description protected ResultFilter<TaskSearchRepresentation>
WorkIndexService. taskInstanceResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type TaskSearchRepresentation Modifier and Type Method Description Page<TaskSearchRepresentation>
WorkIndexService. findTasksWithQuery(TasksIndexQueryRequest request)
Page<TaskSearchRepresentation>
WorkIndexService. findTasksWithQuery(java.lang.String filterId, TasksIndexQueryRequest request)
-
Uses of TaskSearchRepresentation in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task that return TaskSearchRepresentation Modifier and Type Method Description TaskSearchRepresentation
TaskJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in com.flowable.platform.service.task with parameters of type TaskSearchRepresentation Modifier and Type Method Description void
TaskResultMapper.Enhancer. enhance(TaskSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode jsonNode)