Class CmmnDeleteHistoricTaskLogEntryCmd

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.CmmnDeleteHistoricTaskLogEntryCmd
All Implemented Interfaces:
Command<Void>

public class CmmnDeleteHistoricTaskLogEntryCmd extends Object implements Command<Void>
Author:
martin.grofcik
  • Field Details

    • cmmnEngineConfiguration

      protected CmmnEngineConfiguration cmmnEngineConfiguration
    • logNumber

      protected long logNumber
  • Constructor Details

    • CmmnDeleteHistoricTaskLogEntryCmd

      public CmmnDeleteHistoricTaskLogEntryCmd(long logNumber, CmmnEngineConfiguration cmmnEngineConfiguration)
  • Method Details