org.camunda.bpm.engine.impl.batch.update
Class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
- extends JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
public UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
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.