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