Class SetJobRetriesBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
org.camunda.bpm.engine.impl.batch.SetJobRetriesBatchConfiguration
- 
Field SummaryFieldsFields inherited from class org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfigurationretriesFields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfigurationbatchId, failIfNotExists, idMappings, ids
- 
Constructor SummaryConstructorsConstructorDescriptionSetJobRetriesBatchConfiguration(List<String> ids, int retries, Date dueDate, boolean isDueDateSet) SetJobRetriesBatchConfiguration(List<String> ids, DeploymentMappings mappings, int retries, Date dueDate, boolean isDueDateSet) 
- 
Method SummaryMethods inherited from class org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfigurationgetRetries, setRetriesMethods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfigurationgetBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
- 
Field Details- 
dueDate
- 
isDueDateSetprotected boolean isDueDateSet
 
- 
- 
Constructor Details- 
SetJobRetriesBatchConfiguration
- 
SetJobRetriesBatchConfigurationpublic SetJobRetriesBatchConfiguration(List<String> ids, DeploymentMappings mappings, int retries, Date dueDate, boolean isDueDateSet) 
 
- 
- 
Method Details- 
getDueDate
- 
setDueDate
- 
isDueDateSetpublic boolean isDueDateSet()
 
-