Uses of Class
com.flowable.platform.service.planitem.PlanItemSearchRepresentation
Packages that use PlanItemSearchRepresentation
-
Uses of PlanItemSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type PlanItemSearchRepresentationModifier and TypeFieldDescriptionprotected ResultFilter<PlanItemSearchRepresentation> WorkIndexService.planItemResultFilterMethods in com.flowable.platform.service.index that return types with arguments of type PlanItemSearchRepresentationModifier and TypeMethodDescriptionWorkIndexService.findPlanItemsWithQueryWithoutPermissions(PlanItemsIndexQueryRequest request) -
Uses of PlanItemSearchRepresentation in com.flowable.platform.service.planitem
Methods in com.flowable.platform.service.planitem that return PlanItemSearchRepresentationModifier and TypeMethodDescriptionPlanItemJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) PlanItemJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected PlanItemSearchRepresentationPlanItemJsonMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.platform.service.planitem with parameters of type PlanItemSearchRepresentationModifier and TypeMethodDescriptionvoidPlanItemResultMapper.Enhancer.enhance(PlanItemSearchRepresentation 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 voidPlanItemResultMapper.Enhancer.enhanceHitNode(PlanItemSearchRepresentation 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).