Class IdentityLinkDeletedHistoryJsonTransformer

java.lang.Object
org.flowable.cmmn.engine.impl.history.async.json.transformer.AbstractHistoryJsonTransformer
org.flowable.cmmn.engine.impl.history.async.json.transformer.IdentityLinkDeletedHistoryJsonTransformer
All Implemented Interfaces:
HistoryJsonTransformer

public class IdentityLinkDeletedHistoryJsonTransformer extends AbstractHistoryJsonTransformer
Author:
Joram Barrez
  • Constructor Details

    • IdentityLinkDeletedHistoryJsonTransformer

      public IdentityLinkDeletedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration)
  • Method Details

    • getTypes

      public List<String> getTypes()
    • isApplicable

      public boolean isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
    • getHistoricIdentityLinkEntity

      protected org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntity getHistoricIdentityLinkEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)
    • transformJson

      public void transformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext)