Class CmmnDeleteHistoricTaskLogEntryCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.CmmnDeleteHistoricTaskLogEntryCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected CmmnEngineConfigurationcmmnEngineConfigurationprotected longlogNumber
-
Constructor Summary
Constructors Constructor Description CmmnDeleteHistoricTaskLogEntryCmd(long logNumber, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
-
Field Detail
-
cmmnEngineConfiguration
protected CmmnEngineConfiguration cmmnEngineConfiguration
-
logNumber
protected long logNumber
-
-
Constructor Detail
-
CmmnDeleteHistoricTaskLogEntryCmd
public CmmnDeleteHistoricTaskLogEntryCmd(long logNumber, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-