org.camunda.bpm.engine.impl.batch.job
Class SetJobRetriesBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<SetJobRetriesBatchConfiguration>
org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
public class SetJobRetriesBatchConfigurationJsonConverter
- extends JsonObjectConverter<SetJobRetriesBatchConfiguration>
- 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(SetJobRetriesBatchConfiguration configuration)
- Specified by:
toJsonObject in class JsonObjectConverter<SetJobRetriesBatchConfiguration>
toObject
public SetJobRetriesBatchConfiguration toObject(JSONObject json)
- Specified by:
toObject in class JsonObjectConverter<SetJobRetriesBatchConfiguration>
readJobIds
protected List<String> readJobIds(JSONObject jsonObject)
Copyright © 2016 camunda services GmbH. All rights reserved.