public class IdentityLinkDeletedHistoryJsonTransformer extends AbstractHistoryJsonTransformer
cmmnEngineConfigurationFIELD_NAME_DATA, FIELD_NAME_TYPE| Constructor and Description |
|---|
IdentityLinkDeletedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntity |
getHistoricIdentityLinkEntity(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 IdentityLinkDeletedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration)
public boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
protected org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntity getHistoricIdentityLinkEntity(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.