Class BatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
- Direct Known Subclasses:
DeleteProcessInstanceBatchConfiguration
,MessageCorrelationBatchConfiguration
,MigrationBatchConfiguration
,ModificationBatchConfiguration
,RestartProcessInstancesBatchConfiguration
,SetRemovalTimeBatchConfiguration
,SetRetriesBatchConfiguration
,UpdateProcessInstancesSuspendStateBatchConfiguration
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBatchConfiguration
(List<String> ids) BatchConfiguration
(List<String> ids, boolean failIfNotExists) BatchConfiguration
(List<String> ids, DeploymentMappings mappings) BatchConfiguration
(List<String> ids, DeploymentMappings mappings, boolean failIfNotExists) BatchConfiguration
(List<String> ids, DeploymentMappings mappings, String batchId) -
Method Summary
Modifier and TypeMethodDescriptiongetIds()
boolean
void
setBatchId
(String batchId) void
setFailIfNotExists
(boolean failIfNotExists) void
setIdMappings
(DeploymentMappings idMappings) void
-
Field Details
-
ids
-
idMappings
-
failIfNotExists
protected boolean failIfNotExists -
batchId
-
-
Constructor Details
-
BatchConfiguration
-
BatchConfiguration
-
BatchConfiguration
-
BatchConfiguration
-
BatchConfiguration
-
-
Method Details
-
getIds
-
setIds
-
getIdMappings
-
setIdMappings
-
isFailIfNotExists
public boolean isFailIfNotExists() -
setFailIfNotExists
public void setFailIfNotExists(boolean failIfNotExists) -
getBatchId
-
setBatchId
-