Class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<BatchConfiguration>
org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
public class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
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) readDecisionInstanceIds
(com.google.gson.JsonObject jsonNode) protected DeploymentMappings
readMappings
(com.google.gson.JsonObject jsonNode) 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_DECISION_INSTANCE_IDS
- See Also:
-
HISTORIC_DECISION_INSTANCE_ID_MAPPINGS
- See Also:
-
-
Constructor Details
-
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
public DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readDecisionInstanceIds
-
readMappings
-