org.camunda.bpm.engine.impl.json
Class ModificationBatchConfigurationJsonConverter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<ModificationBatchConfiguration>
      extended by org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter

public class ModificationBatchConfigurationJsonConverter
extends JsonObjectConverter<ModificationBatchConfiguration>


Field Summary
static ModificationBatchConfigurationJsonConverter INSTANCE
           
static String INSTRUCTIONS
           
static String PROCESS_DEFINITION_ID
           
static String PROCESS_INSTANCE_IDS
           
static String SKIP_IO_MAPPINGS
           
static String SKIP_LISTENERS
           
 
Constructor Summary
ModificationBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readProcessInstanceIds(JSONObject jsonObject)
           
 JSONObject toJsonObject(ModificationBatchConfiguration configuration)
           
 ModificationBatchConfiguration 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 ModificationBatchConfigurationJsonConverter INSTANCE

INSTRUCTIONS

public static final String INSTRUCTIONS
See Also:
Constant Field Values

PROCESS_INSTANCE_IDS

public static final String PROCESS_INSTANCE_IDS
See Also:
Constant Field Values

SKIP_LISTENERS

public static final String SKIP_LISTENERS
See Also:
Constant Field Values

SKIP_IO_MAPPINGS

public static final String SKIP_IO_MAPPINGS
See Also:
Constant Field Values

PROCESS_DEFINITION_ID

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

ModificationBatchConfigurationJsonConverter

public ModificationBatchConfigurationJsonConverter()
Method Detail

toJsonObject

public JSONObject toJsonObject(ModificationBatchConfiguration configuration)
Specified by:
toJsonObject in class JsonObjectConverter<ModificationBatchConfiguration>

toObject

public ModificationBatchConfiguration toObject(JSONObject json)
Specified by:
toObject in class JsonObjectConverter<ModificationBatchConfiguration>

readProcessInstanceIds

protected List<String> readProcessInstanceIds(JSONObject jsonObject)


Copyright © 2017 camunda services GmbH. All rights reserved.