org.camunda.bpm.engine.impl.batch.deletion
Class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<BatchConfiguration>
org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
public class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
- extends JsonObjectConverter<BatchConfiguration>
- Author:
- Askar Akhmerov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DeleteHistoricProcessInstanceBatchConfigurationJsonConverter INSTANCE
HISTORIC_PROCESS_INSTANCE_IDS
public static final String HISTORIC_PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
public DeleteHistoricProcessInstanceBatchConfigurationJsonConverter()
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>
readProcessInstanceIds
protected List<String> readProcessInstanceIds(JSONObject jsonObject)
Copyright © 2017 camunda services GmbH. All rights reserved.