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