Package org.camunda.bpm.engine.impl.json
Class MigrationBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationBatchConfiguration>
-
- org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
-
public class MigrationBatchConfigurationJsonConverter extends JsonObjectConverter<MigrationBatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBATCH_IDstatic 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
-
Constructor Summary
Constructors Constructor Description MigrationBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentMappingsreadIdMappings(com.google.gson.JsonObject json)protected java.util.List<java.lang.String>readProcessInstanceIds(com.google.gson.JsonObject jsonObject)com.google.gson.JsonObjecttoJsonObject(MigrationBatchConfiguration configuration)MigrationBatchConfigurationtoObject(com.google.gson.JsonObject json)-
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
-
BATCH_ID
public static final java.lang.String BATCH_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(MigrationBatchConfiguration configuration)
- Specified by:
toJsonObjectin classJsonObjectConverter<MigrationBatchConfiguration>
-
toObject
public MigrationBatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
toObjectin classJsonObjectConverter<MigrationBatchConfiguration>
-
readProcessInstanceIds
protected java.util.List<java.lang.String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-