Uses of Class
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
Packages that use CaseInstanceSearchRepresentation
-
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return CaseInstanceSearchRepresentationModifier and TypeMethodDescriptionCaseInstanceJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) CaseInstanceJsonMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected CaseInstanceSearchRepresentation
CaseInstanceJsonMapper.convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.platform.service.caze with parameters of type CaseInstanceSearchRepresentationModifier and TypeMethodDescriptionvoid
CaseInstanceResultMapper.Enhancer.enhance
(CaseInstanceSearchRepresentation 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
CaseInstanceResultMapper.Enhancer.enhanceHitNode
(CaseInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode hitNode) Implement this method, if you want to enhance the case hit with additional data from the full hit document, not just the source within it (e.g. -
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type CaseInstanceSearchRepresentationModifier and TypeFieldDescriptionprotected ResultFilter<CaseInstanceSearchRepresentation>
WorkIndexService.caseInstanceResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type CaseInstanceSearchRepresentationModifier and TypeMethodDescriptionWorkIndexService.findCaseInstancesWithQuery
(CaseInstancesIndexQueryRequest request) WorkIndexService.findCaseInstancesWithQuery
(String filterId, CaseInstancesIndexQueryRequest request)