Uses of Class
com.flowable.platform.service.work.PlatformGlobalSearchRepresentation
Packages that use PlatformGlobalSearchRepresentation
-
Uses of PlatformGlobalSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type PlatformGlobalSearchRepresentationModifier and TypeFieldDescriptionprotected ResultFilter
<PlatformGlobalSearchRepresentation> WorkIndexService.platformGlobalSearchResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type PlatformGlobalSearchRepresentationModifier and TypeMethodDescriptionWorkIndexService.findGlobalInstancesWithQuery
(PlatformGlobalSearchIndexQueryRequest request) -
Uses of PlatformGlobalSearchRepresentation in com.flowable.platform.service.work
Methods in com.flowable.platform.service.work that return PlatformGlobalSearchRepresentationModifier and TypeMethodDescriptionPlatformGlobalSearchJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) protected PlatformGlobalSearchRepresentation
PlatformGlobalSearchJsonMapper.convertCaseInstance
(com.fasterxml.jackson.databind.JsonNode sourceNode) PlatformGlobalSearchJsonMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected PlatformGlobalSearchRepresentation
PlatformGlobalSearchJsonMapper.convertProcessInstance
(com.fasterxml.jackson.databind.JsonNode sourceNode) protected PlatformGlobalSearchRepresentation
PlatformGlobalSearchJsonMapper.convertTaskInstance
(com.fasterxml.jackson.databind.JsonNode sourceNode) protected PlatformGlobalSearchRepresentation
PlatformGlobalSearchJsonMapper.convertWorkInstance
(com.fasterxml.jackson.databind.JsonNode sourceNode) Methods in com.flowable.platform.service.work with parameters of type PlatformGlobalSearchRepresentationModifier and TypeMethodDescriptionvoid
PlatformGlobalSearchResultMapper.Enhancer.enhance
(PlatformGlobalSearchRepresentation 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
PlatformGlobalSearchResultMapper.Enhancer.enhanceHitNode
(PlatformGlobalSearchRepresentation 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. the score).protected void
PlatformGlobalSearchJsonMapper.handleIdentityLinks
(com.fasterxml.jackson.databind.JsonNode jsonNode, PlatformGlobalSearchRepresentation response)