public class EntityLinkDeletedHistoryJsonTransformer extends AbstractHistoryJsonTransformer
cmmnEngineConfigurationFIELD_NAME_DATA, FIELD_NAME_TYPE| Constructor and Description |
|---|
EntityLinkDeletedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.entitylink.api.history.HistoricEntityLink |
getHistoricEntityLink(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
List<String> |
getTypes() |
boolean |
isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
public EntityLinkDeletedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration)
public boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
protected org.flowable.entitylink.api.history.HistoricEntityLink getHistoricEntityLink(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
public void transformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.