Class HistoryCleanupConfigurationDto


  • public class HistoryCleanupConfigurationDto
    extends Object
    HistoryCleanupConfigurationDto
    • Constructor Detail

      • HistoryCleanupConfigurationDto

        public HistoryCleanupConfigurationDto()
    • Method Detail

      • getBatchWindowStartTime

        public Date getBatchWindowStartTime()
        Start time of the current or next batch window. By [default](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.
        Returns:
        batchWindowStartTime
      • setBatchWindowStartTime

        public void setBatchWindowStartTime​(Date batchWindowStartTime)
      • getBatchWindowEndTime

        public Date getBatchWindowEndTime()
        End time of the current or next batch window. By [default](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.
        Returns:
        batchWindowEndTime
      • setBatchWindowEndTime

        public void setBatchWindowEndTime​(Date batchWindowEndTime)
      • getEnabled

        public Boolean getEnabled()
        Indicates whether the engine node participates in history cleanup or not. The default is `true`. Participation can be disabled via [Process Engine Configuration](https://docs.camunda.org/manual/7.18/reference/deployment-descriptors/tags/process-engine/#history-cleanup-enabled). For more details, see [Cleanup Execution Participation per Node](https://docs.camunda.org/manual/7.18/user-guide/process-engine/history/#cleanup-execution-participation-per-node).
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object