org.camunda.bpm.engine.impl.dmn.batch
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter INSTANCE
HISTORIC_DECISION_INSTANCE_IDS
public static final String HISTORIC_DECISION_INSTANCE_IDS
- See Also:
- Constant Field Values
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
public DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
toJsonObject
public JSONObject toJsonObject(BatchConfiguration configuration)
- Specified by:
toJsonObject in class JsonObjectConverter<BatchConfiguration>
toObject
public BatchConfiguration toObject(JSONObject json)
- Specified by:
toObject in class JsonObjectConverter<BatchConfiguration>
readDecisionInstanceIds
protected List<String> readDecisionInstanceIds(JSONObject jsonObject)
Copyright © 2018 camunda services GmbH. All rights reserved.