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 SummaryFieldsFields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverterBATCH_ID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionreadConfiguration(com.google.gson.JsonObject json) readDecisionInstanceIds(com.google.gson.JsonObject jsonNode) protected DeploymentMappingsreadMappings(com.google.gson.JsonObject jsonNode) com.google.gson.JsonObjectwriteConfiguration(BatchConfiguration configuration) Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConvertertoJsonObject, toObjectMethods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConvertertoJson
- 
Field Details- 
INSTANCE
- 
HISTORIC_DECISION_INSTANCE_IDS- See Also:
 
- 
HISTORIC_DECISION_INSTANCE_ID_MAPPINGS- See Also:
 
 
- 
- 
Constructor Details- 
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverterpublic DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
 
- 
- 
Method Details- 
writeConfiguration- Specified by:
- writeConfigurationin class- AbstractBatchConfigurationObjectConverter<BatchConfiguration>
 
- 
readConfiguration- Specified by:
- readConfigurationin class- AbstractBatchConfigurationObjectConverter<BatchConfiguration>
 
- 
readDecisionInstanceIds
- 
readMappings
 
-