Class SetJobRetriesBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
-
- org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
-
public class SetJobRetriesBatchConfigurationJsonConverter extends AbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
- Author:
- Askar Akhmerov
-
-
Field Summary
Fields Modifier and Type Field Description static SetJobRetriesBatchConfigurationJsonConverter
INSTANCE
static String
JOB_ID_MAPPINGS
static String
JOB_IDS
static String
RETRIES
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description SetJobRetriesBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetRetriesBatchConfiguration
readConfiguration(com.google.gson.JsonObject json)
protected DeploymentMappings
readIdMappings(com.google.gson.JsonObject jsonObject)
protected List<String>
readJobIds(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
writeConfiguration(SetRetriesBatchConfiguration 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 SetJobRetriesBatchConfigurationJsonConverter INSTANCE
-
JOB_IDS
public static final String JOB_IDS
- See Also:
- Constant Field Values
-
JOB_ID_MAPPINGS
public static final String JOB_ID_MAPPINGS
- See Also:
- Constant Field Values
-
RETRIES
public static final String RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(SetRetriesBatchConfiguration configuration)
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
-
readConfiguration
public SetRetriesBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject jsonObject)
-
-