Uses of Class
com.flowable.platform.service.work.WorkInstanceSearchRepresentation
| Package | Description |
|---|---|
| com.flowable.platform.service.index | |
| com.flowable.platform.service.work |
-
Uses of WorkInstanceSearchRepresentation in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index that return types with arguments of type WorkInstanceSearchRepresentation Modifier and Type Method Description Page<WorkInstanceSearchRepresentation>WorkIndexService. findWorkInstancesWithQuery(WorkInstancesIndexQueryRequest request)Page<WorkInstanceSearchRepresentation>WorkIndexService. findWorkInstancesWithQuery(java.lang.String filterId, java.lang.String searchText, int start, int size, com.flowable.core.common.api.security.SecurityScope securityScope) -
Uses of WorkInstanceSearchRepresentation in com.flowable.platform.service.work
Methods in com.flowable.platform.service.work that return WorkInstanceSearchRepresentation Modifier and Type Method Description WorkInstanceSearchRepresentationWorkInstanceJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)Methods in com.flowable.platform.service.work with parameters of type WorkInstanceSearchRepresentation Modifier and Type Method Description voidWorkInstanceResultMapper.Enhancer. enhance(WorkInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode jsonNode)