org.camunda.bpm.engine.impl.batch.job
Class SetJobRetriesBatchConfigurationJsonConverter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<SetRetriesBatchConfiguration>
      extended by org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter

public class SetJobRetriesBatchConfigurationJsonConverter
extends JsonObjectConverter<SetRetriesBatchConfiguration>

Author:
Askar Akhmerov

Field Summary
static SetJobRetriesBatchConfigurationJsonConverter INSTANCE
           
static String JOB_IDS
           
static String RETRIES
           
 
Constructor Summary
SetJobRetriesBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readJobIds(JSONObject jsonObject)
           
 JSONObject toJsonObject(SetRetriesBatchConfiguration configuration)
           
 SetRetriesBatchConfiguration toObject(JSONObject json)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SetJobRetriesBatchConfigurationJsonConverter

public SetJobRetriesBatchConfigurationJsonConverter()
Method Detail

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.