org.camunda.bpm.engine.impl.batch.deletion
Class DeleteProcessInstanceBatchConfigurationJsonConverter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<DeleteProcessInstanceBatchConfiguration>
      extended by org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter

public class DeleteProcessInstanceBatchConfigurationJsonConverter
extends JsonObjectConverter<DeleteProcessInstanceBatchConfiguration>

Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format.

Author:
Askar Akhmerov

Field Summary
static String DELETE_REASON
           
static DeleteProcessInstanceBatchConfigurationJsonConverter INSTANCE
           
static String PROCESS_INSTANCE_IDS
           
static String SKIP_CUSTOM_LISTENERS
           
 
Constructor Summary
DeleteProcessInstanceBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readProcessInstanceIds(JSONObject jsonObject)
           
 JSONObject toJsonObject(DeleteProcessInstanceBatchConfiguration configuration)
           
 DeleteProcessInstanceBatchConfiguration 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 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
Constructor Detail

DeleteProcessInstanceBatchConfigurationJsonConverter

public DeleteProcessInstanceBatchConfigurationJsonConverter()
Method Detail

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.