public abstract class AbstractElasticSearchTransformer extends AbstractHistoryJsonTransformer
Modifier and Type | Field and Description |
---|---|
protected LowLevelIndexingService |
indexingService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
processEngineConfiguration
FIELD_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, historicActivityInstanceExistsForDataIncludingFinished
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTypes, transformJson
protected 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)