Uses of Class
com.flowable.platform.service.process.ProcessInstanceSearchRepresentation
-
Packages that use ProcessInstanceSearchRepresentation Package Description com.flowable.platform.service.index com.flowable.platform.service.process -
-
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type ProcessInstanceSearchRepresentation Modifier and Type Field Description protected ResultFilter<ProcessInstanceSearchRepresentation>
WorkIndexService. processInstanceResultFilter
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(String filterId, ProcessInstancesIndexQueryRequest request)
Constructor parameters in com.flowable.platform.service.index with type arguments of type ProcessInstanceSearchRepresentation Constructor Description WorkIndexService(ResultFilter<ProcessInstanceSearchRepresentation> processInstanceResultFilter, ResultFilter<CaseInstanceSearchRepresentation> caseInstanceResultFilter, ResultFilter<WorkInstanceSearchRepresentation> workInstanceResultFilter, ResultFilter<TaskSearchRepresentation> taskInstanceResultFilter)
-
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 sourceNode)
ProcessInstanceSearchRepresentation
ProcessInstanceJsonMapper. convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
protected ProcessInstanceSearchRepresentation
ProcessInstanceJsonMapper. convertWithoutEnhancer(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 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
ProcessInstanceResultMapper.Enhancer. enhanceHitNode(ProcessInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode hitNode)
Implement this method, if you want to enhance the process hit with additional data from the full hit document, not just the source within it (e.g.
-