Class SetExternalTaskRetriesBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<SetRetriesBatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
public class SetExternalTaskRetriesBatchConfigurationJsonConverter extends JsonObjectConverter<SetRetriesBatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXTERNAL_TASK_ID_MAPPINGS
static String
EXTERNAL_TASK_IDS
static SetExternalTaskRetriesBatchConfigurationJsonConverter
INSTANCE
static String
RETRIES
-
Constructor Summary
Constructors Constructor Description SetExternalTaskRetriesBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
readExternalTaskIds(com.google.gson.JsonObject json)
protected DeploymentMappings
readIdMappings(com.google.gson.JsonObject json)
com.google.gson.JsonObject
toJsonObject(SetRetriesBatchConfiguration configuration)
SetRetriesBatchConfiguration
toObject(com.google.gson.JsonObject json)
-
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 String EXTERNAL_TASK_IDS
- See Also:
- Constant Field Values
-
EXTERNAL_TASK_ID_MAPPINGS
public static final String EXTERNAL_TASK_ID_MAPPINGS
- See Also:
- Constant Field Values
-
RETRIES
public static final String RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(SetRetriesBatchConfiguration configuration)
- Specified by:
toJsonObject
in classJsonObjectConverter<SetRetriesBatchConfiguration>
-
toObject
public SetRetriesBatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
toObject
in classJsonObjectConverter<SetRetriesBatchConfiguration>
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-