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