Uses of Class
com.flowable.platform.service.process.ProcessInstanceSearchRepresentation
-
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.index
Modifier and TypeFieldDescriptionprotected ResultFilter<ProcessInstanceSearchRepresentation>
WorkIndexService.processInstanceResultFilter
Modifier and TypeMethodDescriptionWorkIndexService.findProcessInstancesWithQuery
(ProcessInstancesIndexQueryRequest request) WorkIndexService.findProcessInstancesWithQuery
(String filterId, ProcessInstancesIndexQueryRequest request) ModifierConstructorDescriptionWorkIndexService
(ResultFilter<ProcessInstanceSearchRepresentation> processInstanceResultFilter, ResultFilter<CaseInstanceSearchRepresentation> caseInstanceResultFilter, ResultFilter<WorkInstanceSearchRepresentation> workInstanceResultFilter, ResultFilter<TaskSearchRepresentation> taskInstanceResultFilter, Collection<String> enabledIndices) -
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.process
Modifier and TypeMethodDescriptionProcessInstanceJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) ProcessInstanceJsonMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected ProcessInstanceSearchRepresentation
ProcessInstanceJsonMapper.convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) Modifier and TypeMethodDescriptionvoid
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.