Class SetRemovalTimeBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
- Author:
- Tassilo Weidner
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Integerprotected booleanprotected booleanprotected Dateprotected booleanFields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfigurationbatchId, failIfNotExists, idMappings, ids
- 
Constructor SummaryConstructorsConstructorDescriptionSetRemovalTimeBatchConfiguration(List<String> ids, DeploymentMappings mappings) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleansetChunkSize(Integer chunkSize) setEntities(Set<String> entities) setHasRemovalTime(boolean hasRemovalTime) setHierarchical(boolean hierarchical) setRemovalTime(Date removalTime) setUpdateInChunks(boolean updateInChunks) Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfigurationgetBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
- 
Field Details- 
removalTime
- 
hasRemovalTimeprotected boolean hasRemovalTime
- 
isHierarchicalprotected boolean isHierarchical
- 
updateInChunksprotected boolean updateInChunks
- 
chunkSize
- 
entities
 
- 
- 
Constructor Details- 
SetRemovalTimeBatchConfiguration
- 
SetRemovalTimeBatchConfiguration
 
- 
- 
Method Details- 
getRemovalTime
- 
setRemovalTime
- 
hasRemovalTimepublic boolean hasRemovalTime()
- 
setHasRemovalTime
- 
isHierarchicalpublic boolean isHierarchical()
- 
setHierarchical
- 
isUpdateInChunkspublic boolean isUpdateInChunks()
- 
setUpdateInChunks
- 
getChunkSize
- 
setChunkSize
- 
getEntities
- 
setEntities
 
-