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
Modifier and TypeFieldDescriptionstatic final ModificationBatchConfigurationJsonConverter
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadConfiguration
(com.google.gson.JsonObject json) protected DeploymentMappings
readIdMappings
(com.google.gson.JsonObject json) 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 Details
-
INSTANCE
-
INSTRUCTIONS
- See Also:
-
PROCESS_INSTANCE_IDS
- See Also:
-
PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
-
SKIP_LISTENERS
- See Also:
-
SKIP_IO_MAPPINGS
- See Also:
-
PROCESS_DEFINITION_ID
- See Also:
-
-
Constructor Details
-
ModificationBatchConfigurationJsonConverter
public ModificationBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<ModificationBatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<ModificationBatchConfiguration>
-
readProcessInstanceIds
-
readIdMappings
-