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