public class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter extends JsonObjectConverter<BatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static String |
HISTORIC_DECISION_INSTANCE_IDS |
static DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter |
INSTANCE |
Constructor and Description |
---|
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readDecisionInstanceIds(JSONObject jsonObject) |
JSONObject |
toJsonObject(BatchConfiguration configuration) |
BatchConfiguration |
toObject(JSONObject json) |
toJson
public static final DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter INSTANCE
public static final String HISTORIC_DECISION_INSTANCE_IDS
public DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
public JSONObject toJsonObject(BatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<BatchConfiguration>
public BatchConfiguration toObject(JSONObject json)
toObject
in class JsonObjectConverter<BatchConfiguration>
protected List<String> readDecisionInstanceIds(JSONObject jsonObject)
Copyright © 2020. All rights reserved.