org.camunda.bpm.engine.impl.json
Class MigrationInstructionJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationInstruction>
org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter
public class MigrationInstructionJsonConverter
- extends JsonObjectConverter<MigrationInstruction>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final MigrationInstructionJsonConverter INSTANCE
SOURCE_ACTIVITY_IDS
public static final String SOURCE_ACTIVITY_IDS
- See Also:
- Constant Field Values
TARGET_ACTIVITY_IDS
public static final String TARGET_ACTIVITY_IDS
- See Also:
- Constant Field Values
MigrationInstructionJsonConverter
public MigrationInstructionJsonConverter()
toJsonObject
public JSONObject toJsonObject(MigrationInstruction instruction)
- Specified by:
toJsonObject in class JsonObjectConverter<MigrationInstruction>
toObject
public MigrationInstruction toObject(JSONObject json)
- Specified by:
toObject in class JsonObjectConverter<MigrationInstruction>
readSourceActivityId
protected String readSourceActivityId(JSONObject json)
readTargetActivityId
protected String readTargetActivityId(JSONObject json)
Copyright © 2016 camunda services GmbH. All rights reserved.