Class SetRemovalTimeBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
- Author:
- Tassilo Weidner
-
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids -
Constructor Summary
ConstructorsConstructorDescriptionSetRemovalTimeBatchConfiguration(List<String> ids, DeploymentMappings mappings) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleansetHasRemovalTime(boolean hasRemovalTime) setHierarchical(boolean hierarchical) setRemovalTime(Date removalTime) Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
Field Details
-
removalTime
-
hasRemovalTime
protected boolean hasRemovalTime -
isHierarchical
protected boolean isHierarchical
-
-
Constructor Details
-
SetRemovalTimeBatchConfiguration
-
SetRemovalTimeBatchConfiguration
-
-
Method Details
-
getRemovalTime
-
setRemovalTime
-
hasRemovalTime
public boolean hasRemovalTime() -
setHasRemovalTime
-
isHierarchical
public boolean isHierarchical() -
setHierarchical
-