Class IdentityLinkDeletedHistoryJsonTransformer

    • Constructor Detail

      • IdentityLinkDeletedHistoryJsonTransformer

        public IdentityLinkDeletedHistoryJsonTransformer​(CmmnEngineConfiguration cmmnEngineConfiguration)
    • Method Detail

      • 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)