org.camunda.bpm.engine.impl.json
Class ModificationBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<ModificationBatchConfiguration>
org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
public class ModificationBatchConfigurationJsonConverter
- extends JsonObjectConverter<ModificationBatchConfiguration>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ModificationBatchConfigurationJsonConverter
public ModificationBatchConfigurationJsonConverter()
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.