Package | Description |
---|---|
com.flowable.engage.engine.impl.indexing |
Modifier and Type | Method and Description |
---|---|
MessageComplianceResponse |
MessageComplianceJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) |
MessageComplianceResponse |
MessageComplianceJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) |
protected MessageComplianceResponse |
MessageComplianceJsonMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) |
Modifier and Type | Method and Description |
---|---|
protected Page<MessageComplianceResponse> |
MessageIndexQueryServiceImpl.getPageFromQuery(int start,
int size,
String index,
String query,
String order,
String sort) |
Page<MessageComplianceResponse> |
MessageIndexQueryServiceImpl.queryMessagesForCompliance(MessageIndexQueryRequest request,
String tenantId) |
Page<MessageComplianceResponse> |
MessageIndexQueryService.queryMessagesForCompliance(MessageIndexQueryRequest request,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
MessageComplianceResultMapper.Enhancer.enhance(MessageComplianceResponse 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 |
MessageComplianceResultMapper.Enhancer.enhanceHitNode(MessageComplianceResponse response,
com.fasterxml.jackson.databind.JsonNode hitNode)
Implement this method, if you want to enhance the message compliance hit with additional data from the full hit document,
not just the source within it (e.g.
|