public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter extends JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter |
INSTANCE |
static String |
PROCESS_INSTANCE_IDS |
static String |
SUSPENDING |
Constructor and Description |
---|
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readProcessInstanceIds(JSONObject jsonObject) |
JSONObject |
toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration) |
UpdateProcessInstancesSuspendStateBatchConfiguration |
toObject(JSONObject json) |
toJson
public static final UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter INSTANCE
public static final String PROCESS_INSTANCE_IDS
public static final String SUSPENDING
public UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
public JSONObject toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
public UpdateProcessInstancesSuspendStateBatchConfiguration toObject(JSONObject json)
toObject
in class JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
protected List<String> readProcessInstanceIds(JSONObject jsonObject)
Copyright © 2020. All rights reserved.