Class TaskEndedHistoryJsonTransformer

All Implemented Interfaces:
HistoryJsonTransformer

public class TaskEndedHistoryJsonTransformer extends AbstractTaskHistoryJsonTransformer
  • Constructor Details

    • TaskEndedHistoryJsonTransformer

      public TaskEndedHistoryJsonTransformer(CmmnEngineConfiguration cmmnEngineConfiguration)
  • Method Details

    • getTypes

      public List<String> getTypes()
    • isApplicable

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

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

      protected void setEndProperties(com.fasterxml.jackson.databind.node.ObjectNode historicalData, HistoricTaskInstanceEntity historicTaskInstance)