public static class MaintenanceConfiguration.ConfigurationItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MaintenanceConfiguration.ConfigurationItem.Builder
Builds ConfigurationItem objects.
|
| Modifier and Type | Field and Description |
|---|---|
int |
batchSize
The batch size of the maintenance operation.
|
org.joda.time.ReadablePeriod |
olderThanPeriod
Items older than (now - period) are processed.
|
Set<String> |
workflowTypes
The workflow types to be processed.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.