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.platformGlobalSearchResultFilterMethods 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 PlatformGlobalSearchRepresentationPlatformGlobalSearchJsonMapper.convertCaseInstance(com.fasterxml.jackson.databind.JsonNode sourceNode) PlatformGlobalSearchJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected PlatformGlobalSearchRepresentationPlatformGlobalSearchJsonMapper.convertProcessInstance(com.fasterxml.jackson.databind.JsonNode sourceNode) protected PlatformGlobalSearchRepresentationPlatformGlobalSearchJsonMapper.convertTaskInstance(com.fasterxml.jackson.databind.JsonNode sourceNode) protected PlatformGlobalSearchRepresentationPlatformGlobalSearchJsonMapper.convertWorkInstance(com.fasterxml.jackson.databind.JsonNode sourceNode) Methods in com.flowable.platform.service.work with parameters of type PlatformGlobalSearchRepresentationModifier and TypeMethodDescriptionvoidPlatformGlobalSearchResultMapper.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 voidPlatformGlobalSearchResultMapper.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 voidPlatformGlobalSearchJsonMapper.handleIdentityLinks(com.fasterxml.jackson.databind.JsonNode jsonNode, PlatformGlobalSearchRepresentation response)