Class HandleHistoryCleanupTimerJobCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.HandleHistoryCleanupTimerJobCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class HandleHistoryCleanupTimerJobCmd extends Object implements Command<Object>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandleHistoryCleanupTimerJobCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(CommandContext commandContext)protected voidscheduleTimerJob(CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
scheduleTimerJob
protected void scheduleTimerJob(CmmnEngineConfiguration cmmnEngineConfiguration)
-
-