Uses of Class
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
-
Packages that use CaseInstanceSearchRepresentation Package Description com.flowable.platform.service.caze com.flowable.platform.service.index -
-
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return CaseInstanceSearchRepresentation Modifier and Type Method Description CaseInstanceSearchRepresentation
CaseInstanceJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
CaseInstanceSearchRepresentation
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 CaseInstanceSearchRepresentation Modifier and Type Method Description void
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 CaseInstanceSearchRepresentation Modifier and Type Field Description protected ResultFilter<CaseInstanceSearchRepresentation>
WorkIndexService. caseInstanceResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type CaseInstanceSearchRepresentation Modifier and Type Method Description Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)
Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(String filterId, CaseInstancesIndexQueryRequest request)
-