org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Class HistoryCleanupContext

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext

public class HistoryCleanupContext
extends Object

Author:
Svetlana Dorokhova.

Constructor Summary
HistoryCleanupContext(boolean immediatelyDue)
           
 
Method Summary
 boolean isImmediatelyDue()
           
 void setImmediatelyDue(boolean immediatelyDue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryCleanupContext

public HistoryCleanupContext(boolean immediatelyDue)
Method Detail

isImmediatelyDue

public boolean isImmediatelyDue()

setImmediatelyDue

public void setImmediatelyDue(boolean immediatelyDue)


Copyright © 2017 camunda services GmbH. All rights reserved.