org.camunda.bpm.engine.impl.dmn.batch
Class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<BatchConfiguration>
      extended by org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter

public class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
extends JsonObjectConverter<BatchConfiguration>


Field Summary
static String HISTORIC_DECISION_INSTANCE_IDS
           
static DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter INSTANCE
           
 
Constructor Summary
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readDecisionInstanceIds(JSONObject jsonObject)
           
 JSONObject toJsonObject(BatchConfiguration configuration)
           
 BatchConfiguration toObject(JSONObject json)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter

public DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
Method Detail

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.