public class RestartProcessInstancesBatchConfigurationJsonConverter extends JsonObjectConverter<RestartProcessInstancesBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static String |
INITIAL_VARIABLES |
static RestartProcessInstancesBatchConfigurationJsonConverter |
INSTANCE |
static String |
INSTRUCTIONS |
static String |
PROCESS_DEFINITION_ID |
static String |
PROCESS_INSTANCE_IDS |
static String |
SKIP_CUSTOM_LISTENERS |
static String |
SKIP_IO_MAPPINGS |
static String |
WITHOUT_BUSINESS_KEY |
Constructor and Description |
---|
RestartProcessInstancesBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readProcessInstanceIds(com.google.gson.JsonObject jsonObject) |
com.google.gson.JsonObject |
toJsonObject(RestartProcessInstancesBatchConfiguration configuration) |
RestartProcessInstancesBatchConfiguration |
toObject(com.google.gson.JsonObject json) |
toJson
public static final RestartProcessInstancesBatchConfigurationJsonConverter INSTANCE
public static final String PROCESS_INSTANCE_IDS
public static final String INSTRUCTIONS
public static final String PROCESS_DEFINITION_ID
public static final String INITIAL_VARIABLES
public static final String SKIP_CUSTOM_LISTENERS
public static final String SKIP_IO_MAPPINGS
public static final String WITHOUT_BUSINESS_KEY
public RestartProcessInstancesBatchConfigurationJsonConverter()
public com.google.gson.JsonObject toJsonObject(RestartProcessInstancesBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<RestartProcessInstancesBatchConfiguration>
public RestartProcessInstancesBatchConfiguration toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<RestartProcessInstancesBatchConfiguration>
Copyright © 2022. All rights reserved.