Uses of Class
com.flowable.platform.service.task.TaskSearchRepresentation
-
Uses of TaskSearchRepresentation in com.flowable.platform.service.index
Modifier and TypeFieldDescriptionprotected ResultFilter<TaskSearchRepresentation>
WorkIndexService.taskInstanceResultFilter
Modifier and TypeMethodDescriptionWorkIndexService.findTasksWithQuery
(TasksIndexQueryRequest request) WorkIndexService.findTasksWithQuery
(String filterId, TasksIndexQueryRequest request) WorkIndexService.findTasksWithQueryWithoutPermissions
(TasksIndexQueryRequest request) -
Uses of TaskSearchRepresentation in com.flowable.platform.service.task
Modifier and TypeMethodDescriptionTaskJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) TaskJsonMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected TaskSearchRepresentation
TaskJsonMapper.convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) Modifier and TypeMethodDescriptionvoid
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.