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
Modifier and TypeFieldDescriptionprotected Integer
protected boolean
protected boolean
protected Date
protected boolean
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
Constructor Summary
ConstructorDescriptionSetRemovalTimeBatchConfiguration
(List<String> ids, DeploymentMappings mappings) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
setChunkSize
(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.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
Field Details
-
removalTime
-
hasRemovalTime
protected boolean hasRemovalTime -
isHierarchical
protected boolean isHierarchical -
updateInChunks
protected boolean updateInChunks -
chunkSize
-
entities
-
-
Constructor Details
-
SetRemovalTimeBatchConfiguration
-
SetRemovalTimeBatchConfiguration
-
-
Method Details
-
getRemovalTime
-
setRemovalTime
-
hasRemovalTime
public boolean hasRemovalTime() -
setHasRemovalTime
-
isHierarchical
public boolean isHierarchical() -
setHierarchical
-
isUpdateInChunks
public boolean isUpdateInChunks() -
setUpdateInChunks
-
getChunkSize
-
setChunkSize
-
getEntities
-
setEntities
-