Class EntityLinkDeletedHistoryJsonTransformer

    • Constructor Detail

      • EntityLinkDeletedHistoryJsonTransformer

        public EntityLinkDeletedHistoryJsonTransformer​(CmmnEngineConfiguration cmmnEngineConfiguration)
    • Method Detail

      • isApplicable

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

        protected org.flowable.entitylink.api.history.HistoricEntityLink getHistoricEntityLink​(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
                                                                                               CommandContext commandContext)
      • transformJson

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