Class MaintenanceConfiguration.ConfigurationItem

  • Enclosing class:
    MaintenanceConfiguration

    public static class MaintenanceConfiguration.ConfigurationItem
    extends Object
    Configuration for a single maintenance operation.
    • Field Detail

      • olderThanPeriod

        public final org.joda.time.ReadablePeriod olderThanPeriod
        Items older than (now - period) are processed.
      • batchSize

        public final int batchSize
        The batch size of the maintenance operation.
      • workflowTypes

        public final Set<String> workflowTypes
        The workflow types to be processed. If empty, process all types.