Class TaskCreatedHistoryJsonTransformer

All Implemented Interfaces:
HistoryJsonTransformer

public class TaskCreatedHistoryJsonTransformer extends AbstractTaskHistoryJsonTransformer
Author:
Joram Barrez
  • Constructor Details

    • TaskCreatedHistoryJsonTransformer

      public TaskCreatedHistoryJsonTransformer(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)