Class HistoryCleanupConfigurationDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoryCleanupConfigurationDto
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setBatchWindowEndTime
(Date batchWindowEndTime) void
setBatchWindowStartTime
(Date batchWindowStartTime) void
setEnabled
(boolean enabled)
-
Field Details
-
batchWindowStartTime
-
batchWindowEndTime
-
enabled
protected boolean enabled
-
-
Constructor Details
-
HistoryCleanupConfigurationDto
public HistoryCleanupConfigurationDto()
-
-
Method Details
-
getBatchWindowStartTime
-
setBatchWindowStartTime
-
getBatchWindowEndTime
-
setBatchWindowEndTime
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-