org.camunda.bpm.engine.impl.batch.deletion
Class DeleteProcessInstanceBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<DeleteProcessInstanceBatchConfiguration>
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
public class DeleteProcessInstanceBatchConfigurationJsonConverter
- extends JsonObjectConverter<DeleteProcessInstanceBatchConfiguration>
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format.
- 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 DeleteProcessInstanceBatchConfigurationJsonConverter INSTANCE
DELETE_REASON
public static final String DELETE_REASON
- See Also:
- Constant Field Values
PROCESS_INSTANCE_IDS
public static final String PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
SKIP_CUSTOM_LISTENERS
public static final String SKIP_CUSTOM_LISTENERS
- See Also:
- Constant Field Values
DeleteProcessInstanceBatchConfigurationJsonConverter
public DeleteProcessInstanceBatchConfigurationJsonConverter()
toJsonObject
public JSONObject toJsonObject(DeleteProcessInstanceBatchConfiguration configuration)
- Specified by:
toJsonObject
in class JsonObjectConverter<DeleteProcessInstanceBatchConfiguration>
toObject
public DeleteProcessInstanceBatchConfiguration toObject(JSONObject json)
- Specified by:
toObject
in class JsonObjectConverter<DeleteProcessInstanceBatchConfiguration>
readProcessInstanceIds
protected List<String> readProcessInstanceIds(JSONObject jsonObject)
Copyright © 2017 camunda services GmbH. All rights reserved.