Uses of Class
com.flowable.platform.service.task.TaskSearchRepresentation
Package | Description |
---|---|
com.flowable.platform.service.index | |
com.flowable.platform.service.task |
-
Uses of TaskSearchRepresentation in com.flowable.platform.service.index
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)
Page<TaskSearchRepresentation>
WorkIndexService. findTasksWithQuery(java.lang.String filterId, java.lang.String searchText, com.flowable.core.common.api.security.SecurityScope securityScope, java.lang.Integer start, java.lang.Integer size)
-
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)