Uses of Class
com.flowable.platform.service.caze.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 CaseInstanceSearchRepresentationCaseInstanceJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)Methods in com.flowable.platform.service.caze with parameters of type CaseInstanceSearchRepresentation Modifier and Type Method Description voidCaseInstanceResultMapper.Enhancer. enhance(CaseInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode jsonNode) -
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.index
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(java.lang.String filterId, CaseInstancesIndexQueryRequest request)