Class SetExternalTaskRetriesBatchConfigurationJsonConverter
- 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.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
public class SetExternalTaskRetriesBatchConfigurationJsonConverter extends AbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXTERNAL_TASK_ID_MAPPINGSstatic java.lang.StringEXTERNAL_TASK_IDSstatic SetExternalTaskRetriesBatchConfigurationJsonConverterINSTANCEstatic java.lang.StringRETRIES-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description SetExternalTaskRetriesBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetRetriesBatchConfigurationreadConfiguration(com.google.gson.JsonObject json)protected java.util.List<java.lang.String>readExternalTaskIds(com.google.gson.JsonObject json)protected DeploymentMappingsreadIdMappings(com.google.gson.JsonObject json)com.google.gson.JsonObjectwriteConfiguration(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 SetExternalTaskRetriesBatchConfigurationJsonConverter INSTANCE
-
EXTERNAL_TASK_IDS
public static final java.lang.String EXTERNAL_TASK_IDS
- See Also:
- Constant Field Values
-
EXTERNAL_TASK_ID_MAPPINGS
public static final java.lang.String EXTERNAL_TASK_ID_MAPPINGS
- See Also:
- Constant Field Values
-
RETRIES
public static final java.lang.String RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(SetRetriesBatchConfiguration configuration)
- Specified by:
writeConfigurationin classAbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
-
readConfiguration
public SetRetriesBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfigurationin classAbstractBatchConfigurationObjectConverter<SetRetriesBatchConfiguration>
-
readExternalTaskIds
protected java.util.List<java.lang.String> readExternalTaskIds(com.google.gson.JsonObject json)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-