Package org.camunda.bpm.engine.impl
Class RestartProcessInstancesBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
-
- org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<RestartProcessInstancesBatchConfiguration>
-
- org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
public class RestartProcessInstancesBatchConfigurationJsonConverter extends AbstractBatchConfigurationObjectConverter<RestartProcessInstancesBatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static String
INITIAL_VARIABLES
static RestartProcessInstancesBatchConfigurationJsonConverter
INSTANCE
static String
INSTRUCTIONS
static String
PROCESS_DEFINITION_ID
static String
PROCESS_INSTANCE_ID_MAPPINGS
static String
PROCESS_INSTANCE_IDS
static String
SKIP_CUSTOM_LISTENERS
static String
SKIP_IO_MAPPINGS
static String
WITHOUT_BUSINESS_KEY
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description RestartProcessInstancesBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestartProcessInstancesBatchConfiguration
readConfiguration(com.google.gson.JsonObject json)
protected DeploymentMappings
readIdMappings(com.google.gson.JsonObject jsonObject)
protected List<String>
readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
writeConfiguration(RestartProcessInstancesBatchConfiguration configuration)
-
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
toJsonObject, toObject
-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
public static final RestartProcessInstancesBatchConfigurationJsonConverter INSTANCE
-
PROCESS_INSTANCE_IDS
public static final String PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID_MAPPINGS
public static final String PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
- Constant Field Values
-
INSTRUCTIONS
public static final String INSTRUCTIONS
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_ID
public static final String PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
INITIAL_VARIABLES
public static final String INITIAL_VARIABLES
- See Also:
- Constant Field Values
-
SKIP_CUSTOM_LISTENERS
public static final String SKIP_CUSTOM_LISTENERS
- See Also:
- Constant Field Values
-
SKIP_IO_MAPPINGS
public static final String SKIP_IO_MAPPINGS
- See Also:
- Constant Field Values
-
WITHOUT_BUSINESS_KEY
public static final String WITHOUT_BUSINESS_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(RestartProcessInstancesBatchConfiguration configuration)
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<RestartProcessInstancesBatchConfiguration>
-
readConfiguration
public RestartProcessInstancesBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<RestartProcessInstancesBatchConfiguration>
-
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject jsonObject)
-
-