org.camunda.bpm.engine.impl.cmd
Class HistoryCleanupCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
All Implemented Interfaces:
Serializable, Command<Job>

public class HistoryCleanupCmd
extends Object
implements Command<Job>, Serializable

Author:
Svetlana Dorokhova
See Also:
Serialized Form

Field Summary
static JobDeclaration HISTORY_CLEANUP_JOB_DECLARATION
           
 
Constructor Summary
HistoryCleanupCmd(boolean immediatelyDue)
           
 
Method Summary
 Job execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HISTORY_CLEANUP_JOB_DECLARATION

public static final JobDeclaration HISTORY_CLEANUP_JOB_DECLARATION
Constructor Detail

HistoryCleanupCmd

public HistoryCleanupCmd(boolean immediatelyDue)
Method Detail

execute

public Job execute(CommandContext commandContext)
Specified by:
execute in interface Command<Job>


Copyright © 2017 camunda services GmbH. All rights reserved.