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

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

public class SetJobRetriesBatchConfigurationJsonConverter
extends JsonObjectConverter<SetJobRetriesBatchConfiguration>

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(SetJobRetriesBatchConfiguration configuration)
           
 SetJobRetriesBatchConfiguration 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(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.