Uses of Class
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
-
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.caze
Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionprotected ResultFilter<CaseInstanceSearchRepresentation>
WorkIndexService.caseInstanceResultFilter
Modifier and TypeMethodDescriptionWorkIndexService.findCaseInstancesWithQuery
(CaseInstancesIndexQueryRequest request) WorkIndexService.findCaseInstancesWithQuery
(String filterId, CaseInstancesIndexQueryRequest request)