Uses of Class
com.flowable.platform.service.work.WorkInstanceSearchRepresentation
Packages that use WorkInstanceSearchRepresentation
-
Uses of WorkInstanceSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type WorkInstanceSearchRepresentationModifier and TypeFieldDescriptionprotected ResultFilter<WorkInstanceSearchRepresentation>
WorkIndexService.workInstanceResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type WorkInstanceSearchRepresentationModifier and TypeMethodDescriptionWorkIndexService.findWorkInstancesWithQuery
(WorkInstancesIndexQueryRequest request) WorkIndexService.findWorkInstancesWithQueryWithoutPermissions
(WorkInstancesIndexQueryRequest request) -
Uses of WorkInstanceSearchRepresentation in com.flowable.platform.service.work
Methods in com.flowable.platform.service.work that return WorkInstanceSearchRepresentationModifier and TypeMethodDescriptionWorkInstanceJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) WorkInstanceJsonMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected WorkInstanceSearchRepresentation
WorkInstanceJsonMapper.convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.platform.service.work with parameters of type WorkInstanceSearchRepresentationModifier and TypeMethodDescriptionvoid
WorkInstanceResultMapper.Enhancer.enhance
(WorkInstanceSearchRepresentation 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
WorkInstanceResultMapper.Enhancer.enhanceHitNode
(WorkInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode hitNode) Implement this method, if you want to enhance the work hit with additional data from the full hit document, not just the source within it (e.g.