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