org.camunda.bpm.engine.impl.batch.job
Class SetJobRetriesBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<SetRetriesBatchConfiguration>
org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
public class SetJobRetriesBatchConfigurationJsonConverter
- extends JsonObjectConverter<SetRetriesBatchConfiguration>
- Author:
- Askar Akhmerov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SetJobRetriesBatchConfigurationJsonConverter INSTANCE
JOB_IDS
public static final String JOB_IDS
- See Also:
- Constant Field Values
RETRIES
public static final String RETRIES
- See Also:
- Constant Field Values
SetJobRetriesBatchConfigurationJsonConverter
public SetJobRetriesBatchConfigurationJsonConverter()
toJsonObject
public JSONObject toJsonObject(SetRetriesBatchConfiguration configuration)
- Specified by:
toJsonObject in class JsonObjectConverter<SetRetriesBatchConfiguration>
toObject
public SetRetriesBatchConfiguration toObject(JSONObject json)
- Specified by:
toObject in class JsonObjectConverter<SetRetriesBatchConfiguration>
readJobIds
protected List<String> readJobIds(JSONObject jsonObject)
Copyright © 2017 camunda services GmbH. All rights reserved.