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