Uses of Class
com.flowable.platform.service.activity.ActivitySearchRepresentation
Packages that use ActivitySearchRepresentation
-
Uses of ActivitySearchRepresentation in com.flowable.platform.service.activity
Methods in com.flowable.platform.service.activity that return ActivitySearchRepresentationModifier and TypeMethodDescriptionActivityJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) ActivityJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected ActivitySearchRepresentationActivityJsonMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.platform.service.activity with parameters of type ActivitySearchRepresentationModifier and TypeMethodDescriptionvoidActivityResultMapper.Enhancer.enhance(ActivitySearchRepresentation 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 voidActivityResultMapper.Enhancer.enhanceHitNode(ActivitySearchRepresentation 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. the score). -
Uses of ActivitySearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type ActivitySearchRepresentationModifier and TypeFieldDescriptionprotected ResultFilter<ActivitySearchRepresentation> WorkIndexService.activityResultFilterMethods in com.flowable.platform.service.index that return types with arguments of type ActivitySearchRepresentationModifier and TypeMethodDescriptionWorkIndexService.findActivitiesWithQueryWithoutPermissions(ActivitiesIndexQueryRequest request)