Class DeleteProcessInstanceBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<DeleteProcessInstanceBatchConfiguration>
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
public class DeleteProcessInstanceBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<DeleteProcessInstanceBatchConfiguration>
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format.
- Author:
- Askar Akhmerov
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final DeleteProcessInstanceBatchConfigurationJsonConverter
static final String
static final String
static final String
static final String
static final String
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
(DeleteProcessInstanceBatchConfiguration 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
-
DELETE_REASON
- See Also:
-
PROCESS_INSTANCE_IDS
- See Also:
-
PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
-
SKIP_CUSTOM_LISTENERS
- See Also:
-
SKIP_SUBPROCESSES
- See Also:
-
SKIP_IO_MAPPINGS
- See Also:
-
FAIL_IF_NOT_EXISTS
- See Also:
-
-
Constructor Details
-
DeleteProcessInstanceBatchConfigurationJsonConverter
public DeleteProcessInstanceBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(DeleteProcessInstanceBatchConfiguration configuration) - Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<DeleteProcessInstanceBatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<DeleteProcessInstanceBatchConfiguration>
-
readProcessInstanceIds
-
readIdMappings
-