Uses of Class
com.flowable.platform.service.process.ProcessInstanceSearchRepresentation
Packages that use ProcessInstanceSearchRepresentation
-
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type ProcessInstanceSearchRepresentationModifier and TypeFieldDescriptionprotected ResultFilter<ProcessInstanceSearchRepresentation>WorkIndexService.processInstanceResultFilterMethods in com.flowable.platform.service.index that return types with arguments of type ProcessInstanceSearchRepresentationModifier and TypeMethodDescriptionWorkIndexService.findProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request) WorkIndexService.findProcessInstancesWithQuery(String filterId, ProcessInstancesIndexQueryRequest request) Constructor parameters in com.flowable.platform.service.index with type arguments of type ProcessInstanceSearchRepresentationModifierConstructorDescriptionWorkIndexService(ResultFilter<ProcessInstanceSearchRepresentation> processInstanceResultFilter, ResultFilter<CaseInstanceSearchRepresentation> caseInstanceResultFilter, ResultFilter<WorkInstanceSearchRepresentation> workInstanceResultFilter, ResultFilter<TaskSearchRepresentation> taskInstanceResultFilter, Collection<String> enabledIndices) -
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process that return ProcessInstanceSearchRepresentationModifier and TypeMethodDescriptionProcessInstanceJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) ProcessInstanceJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected ProcessInstanceSearchRepresentationProcessInstanceJsonMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.platform.service.process with parameters of type ProcessInstanceSearchRepresentationModifier and TypeMethodDescriptionvoidProcessInstanceResultMapper.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 voidProcessInstanceResultMapper.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.