Package | Description |
---|---|
com.flowable.platform.service.caze | |
com.flowable.platform.service.index |
Modifier and Type | Method and Description |
---|---|
CaseInstanceSearchRepresentation |
CaseInstanceJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) |
CaseInstanceSearchRepresentation |
CaseInstanceJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) |
protected CaseInstanceSearchRepresentation |
CaseInstanceJsonMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceResultMapper.Enhancer.enhance(CaseInstanceSearchRepresentation 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 |
CaseInstanceResultMapper.Enhancer.enhanceHitNode(CaseInstanceSearchRepresentation response,
com.fasterxml.jackson.databind.JsonNode hitNode)
Implement this method, if you want to enhance the case hit with additional data from the full hit document, not just the source within it (e.g.
|
Modifier and Type | Field and Description |
---|---|
protected ResultFilter<CaseInstanceSearchRepresentation> |
WorkIndexService.caseInstanceResultFilter |
Modifier and Type | Method and Description |
---|---|
Page<CaseInstanceSearchRepresentation> |
WorkIndexService.findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request) |
Page<CaseInstanceSearchRepresentation> |
WorkIndexService.findCaseInstancesWithQuery(String filterId,
CaseInstancesIndexQueryRequest request) |
Constructor and Description |
---|
WorkIndexService(ResultFilter<ProcessInstanceSearchRepresentation> processInstanceResultFilter,
ResultFilter<CaseInstanceSearchRepresentation> caseInstanceResultFilter,
ResultFilter<WorkInstanceSearchRepresentation> workInstanceResultFilter,
ResultFilter<TaskSearchRepresentation> taskInstanceResultFilter) |