Uses of Class
com.flowable.platform.service.task.TaskSearchRepresentation
-
Packages that use TaskSearchRepresentation Package Description com.flowable.platform.service.index com.flowable.platform.service.task -
-
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(String filterId, TasksIndexQueryRequest request)
Page<TaskSearchRepresentation>
WorkIndexService. findTasksWithQueryWithoutPermissions(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 sourceNode)
TaskSearchRepresentation
TaskJsonMapper. convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
protected TaskSearchRepresentation
TaskJsonMapper. convertWithoutEnhancer(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 sourceNode)
Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.default void
TaskResultMapper.Enhancer. enhanceHitNode(TaskSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode hitNode)
Implement this method, if you want to enhance the task hit with additional data from the full hit document, not just the source within it (e.g.
-