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 MigrationBatchConfigurationJsonConverterINSTANCEstatic java.lang.StringMIGRATION_PLANstatic java.lang.StringPROCESS_INSTANCE_ID_MAPPINGSstatic java.lang.StringPROCESS_INSTANCE_IDSstatic java.lang.StringSKIP_IO_MAPPINGSstatic java.lang.StringSKIP_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 MigrationBatchConfigurationreadConfiguration(com.google.gson.JsonObject json)protected DeploymentMappingsreadIdMappings(com.google.gson.JsonObject json)protected java.util.List<java.lang.String>readProcessInstanceIds(com.google.gson.JsonObject jsonObject)com.google.gson.JsonObjectwriteConfiguration(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:
writeConfigurationin classAbstractBatchConfigurationObjectConverter<MigrationBatchConfiguration>
-
readConfiguration
public MigrationBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfigurationin 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)
-
-