Class VariableRemovedHistoryJsonTransformer
java.lang.Object
org.flowable.cmmn.engine.impl.history.async.json.transformer.AbstractHistoryJsonTransformer
org.flowable.cmmn.engine.impl.history.async.json.transformer.VariableRemovedHistoryJsonTransformer
- All Implemented Interfaces:
HistoryJsonTransformer
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.cmmn.engine.impl.history.async.json.transformer.AbstractHistoryJsonTransformer
cmmnEngineConfigurationFields inherited from interface org.flowable.job.service.impl.history.async.transformer.HistoryJsonTransformer
FIELD_NAME_DATA, FIELD_NAME_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionVariableRemovedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoricVariableInstanceEntitygetHistoricVariableInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) getTypes()booleanisApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) voidtransformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
-
Constructor Details
-
VariableRemovedHistoryJsonTransformer
-
-
Method Details
-
getTypes
-
isApplicable
public boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) -
getHistoricVariableInstanceEntity
protected HistoricVariableInstanceEntity getHistoricVariableInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) -
transformJson
public void transformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
-