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 Modifier and Type Field Description static String
HISTORIC_DECISION_INSTANCE_ID_MAPPINGS
static String
HISTORIC_DECISION_INSTANCE_IDS
static DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
INSTANCE
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchConfiguration
readConfiguration(com.google.gson.JsonObject json)
protected List<String>
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 Detail
-
INSTANCE
public static final DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter INSTANCE
-
HISTORIC_DECISION_INSTANCE_IDS
public static final String HISTORIC_DECISION_INSTANCE_IDS
- See Also:
- Constant Field Values
-
HISTORIC_DECISION_INSTANCE_ID_MAPPINGS
public static final String HISTORIC_DECISION_INSTANCE_ID_MAPPINGS
- 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>
-
readDecisionInstanceIds
protected List<String> readDecisionInstanceIds(com.google.gson.JsonObject jsonNode)
-
readMappings
protected DeploymentMappings readMappings(com.google.gson.JsonObject jsonNode)
-
-