Package org.camunda.bpm.engine.impl.json
Class MigrationBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<MigrationBatchConfiguration>
org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
public class MigrationBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<MigrationBatchConfiguration>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MigrationBatchConfigurationJsonConverter
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
(MigrationBatchConfiguration 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
-
MIGRATION_PLAN
- See Also:
-
PROCESS_INSTANCE_IDS
- See Also:
-
PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
-
SKIP_LISTENERS
- See Also:
-
SKIP_IO_MAPPINGS
- See Also:
-
-
Constructor Details
-
MigrationBatchConfigurationJsonConverter
public MigrationBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<MigrationBatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<MigrationBatchConfiguration>
-
readProcessInstanceIds
-
readIdMappings
-