Class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<BatchConfiguration>
org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
public class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<BatchConfiguration>
- Author:
- Askar Akhmerov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadConfiguration
(com.google.gson.JsonObject json) protected DeploymentMappings
readIdMappings
(com.google.gson.JsonObject json) readProcessInstanceIds
(com.google.gson.JsonObject jsonObject) com.google.gson.JsonObject
writeConfiguration
(BatchConfiguration configuration) Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
toJsonObject, toObject
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
Field Details
-
INSTANCE
-
HISTORIC_PROCESS_INSTANCE_IDS
- See Also:
-
HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
-
FAIL_IF_NOT_EXISTS
- See Also:
-
-
Constructor Details
-
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
public DeleteHistoricProcessInstanceBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readProcessInstanceIds
-
readIdMappings
-