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 Modifier and Type Field Description static String
FAIL_IF_NOT_EXISTS
static String
HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
static String
HISTORIC_PROCESS_INSTANCE_IDS
static DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
INSTANCE
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description DeleteHistoricProcessInstanceBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchConfiguration
readConfiguration(com.google.gson.JsonObject json)
protected DeploymentMappings
readIdMappings(com.google.gson.JsonObject json)
protected List<String>
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 Detail
-
INSTANCE
public static final DeleteHistoricProcessInstanceBatchConfigurationJsonConverter INSTANCE
-
HISTORIC_PROCESS_INSTANCE_IDS
public static final String HISTORIC_PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
public static final String HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
- Constant Field Values
-
FAIL_IF_NOT_EXISTS
public static final String FAIL_IF_NOT_EXISTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(BatchConfiguration configuration)
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readConfiguration
public BatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-