public abstract class AbstractElasticSearchTransformer
extends org.flowable.engine.impl.history.async.json.transformer.AbstractHistoryJsonTransformer
| Modifier and Type | Field and Description |
|---|---|
protected LowLevelIndexingService |
indexingService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
AbstractElasticSearchTransformer(LowLevelIndexingService indexingService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
createHistoricActivityInstanceEntity, dispatchEvent, findHistoricActivityInstance, findUnfinishedHistoricActivityInstance, getHistoricActivityInstanceFromCache, getUnfinishedHistoricActivityInstanceFromCache, historicActivityInstanceExistsForData, historicActivityInstanceExistsForDataIncludingFinishedprotected LowLevelIndexingService indexingService
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public AbstractElasticSearchTransformer(LowLevelIndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2019. All rights reserved.