org.camunda.bpm.engine.impl.batch.update
Class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
      extended by org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter

public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
extends JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>


Field Summary
static UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter INSTANCE
           
static String PROCESS_INSTANCE_IDS
           
static String SUSPENDING
           
 
Constructor Summary
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readProcessInstanceIds(JSONObject jsonObject)
           
 JSONObject toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
           
 UpdateProcessInstancesSuspendStateBatchConfiguration 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 UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter INSTANCE

PROCESS_INSTANCE_IDS

public static final String PROCESS_INSTANCE_IDS
See Also:
Constant Field Values

SUSPENDING

public static final String SUSPENDING
See Also:
Constant Field Values
Constructor Detail

UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter

public UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
Method Detail

toJsonObject

public JSONObject toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
Specified by:
toJsonObject in class JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>

toObject

public UpdateProcessInstancesSuspendStateBatchConfiguration toObject(JSONObject json)
Specified by:
toObject in class JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>

readProcessInstanceIds

protected List<String> readProcessInstanceIds(JSONObject jsonObject)


Copyright © 2017 camunda services GmbH. All rights reserved.