org.camunda.bpm.engine.impl.batch.externaltask
Class SetExternalTaskRetriesBatchConfigurationJsonConverter

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

public class SetExternalTaskRetriesBatchConfigurationJsonConverter
extends JsonObjectConverter<SetRetriesBatchConfiguration>


Field Summary
static String EXTERNAL_TASK_IDS
           
static SetExternalTaskRetriesBatchConfigurationJsonConverter INSTANCE
           
static String RETRIES
           
 
Constructor Summary
SetExternalTaskRetriesBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readExternalTaskIds(JSONObject json)
           
 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 SetExternalTaskRetriesBatchConfigurationJsonConverter INSTANCE

EXTERNAL_TASK_IDS

public static final String EXTERNAL_TASK_IDS
See Also:
Constant Field Values

RETRIES

public static final String RETRIES
See Also:
Constant Field Values
Constructor Detail

SetExternalTaskRetriesBatchConfigurationJsonConverter

public SetExternalTaskRetriesBatchConfigurationJsonConverter()
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>

readExternalTaskIds

protected List<String> readExternalTaskIds(JSONObject json)


Copyright © 2017 camunda services GmbH. All rights reserved.