Class SetJobRetriesBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<SetJobRetriesBatchConfiguration>
org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
public class SetJobRetriesBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<SetJobRetriesBatchConfiguration>
- Author:
- Askar Akhmerov
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final SetJobRetriesBatchConfigurationJsonConverter
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 jsonObject) readJobIds
(com.google.gson.JsonObject jsonObject) com.google.gson.JsonObject
writeConfiguration
(SetJobRetriesBatchConfiguration 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
-
JOB_IDS
- See Also:
-
JOB_ID_MAPPINGS
- See Also:
-
RETRIES
- See Also:
-
DUE_DATE
- See Also:
-
-
Constructor Details
-
SetJobRetriesBatchConfigurationJsonConverter
public SetJobRetriesBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<SetJobRetriesBatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<SetJobRetriesBatchConfiguration>
-
readJobIds
-
readIdMappings
-