Class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<BatchConfiguration>
-
- org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
-
public class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter extends JsonObjectConverter<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
-
Constructor Summary
Constructors Constructor Description DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
readDecisionInstanceIds(com.google.gson.JsonObject jsonNode)
protected DeploymentMappings
readMappings(com.google.gson.JsonObject jsonNode)
com.google.gson.JsonObject
toJsonObject(BatchConfiguration configuration)
BatchConfiguration
toObject(com.google.gson.JsonObject json)
-
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
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(BatchConfiguration configuration)
- Specified by:
toJsonObject
in classJsonObjectConverter<BatchConfiguration>
-
toObject
public BatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
toObject
in classJsonObjectConverter<BatchConfiguration>
-
readDecisionInstanceIds
protected List<String> readDecisionInstanceIds(com.google.gson.JsonObject jsonNode)
-
readMappings
protected DeploymentMappings readMappings(com.google.gson.JsonObject jsonNode)
-
-