org.camunda.bpm.engine.rest.dto.history
Class HistoryCleanupConfigurationDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.HistoryCleanupConfigurationDto

public class HistoryCleanupConfigurationDto
extends Object


Field Summary
protected  Date batchWindowEndTime
           
protected  Date batchWindowStartTime
           
 
Constructor Summary
HistoryCleanupConfigurationDto()
           
 
Method Summary
 Date getBatchWindowEndTime()
           
 Date getBatchWindowStartTime()
           
 void setBatchWindowEndTime(Date batchWindowEndTime)
           
 void setBatchWindowStartTime(Date batchWindowStartTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchWindowStartTime

protected Date batchWindowStartTime

batchWindowEndTime

protected Date batchWindowEndTime
Constructor Detail

HistoryCleanupConfigurationDto

public HistoryCleanupConfigurationDto()
Method Detail

getBatchWindowStartTime

public Date getBatchWindowStartTime()

setBatchWindowStartTime

public void setBatchWindowStartTime(Date batchWindowStartTime)

getBatchWindowEndTime

public Date getBatchWindowEndTime()

setBatchWindowEndTime

public void setBatchWindowEndTime(Date batchWindowEndTime)


Copyright © 2017 camunda services GmbH. All rights reserved.