public abstract class AbstractElasticSearchTransformer extends AbstractHistoryJsonTransformer
| Modifier and Type | Field and Description |
|---|---|
protected LowLevelIndexingService |
indexingService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
processEngineConfigurationFIELD_NAME_DATA, FIELD_NAME_TYPE| Constructor and Description |
|---|
AbstractElasticSearchTransformer(LowLevelIndexingService indexingService,
ProcessEngineConfigurationImpl processEngineConfiguration,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
createHistoricActivityInstanceEntity, dispatchEvent, findHistoricActivityInstance, findUnfinishedHistoricActivityInstance, getHistoricActivityInstanceFromCache, getUnfinishedHistoricActivityInstanceFromCache, historicActivityInstanceExistsForData, historicActivityInstanceExistsForDataIncludingFinishedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypes, transformJsonprotected LowLevelIndexingService indexingService
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public AbstractElasticSearchTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)