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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationInstruction>
      extended by org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter

public class MigrationInstructionJsonConverter
extends JsonObjectConverter<MigrationInstruction>


Field Summary
static MigrationInstructionJsonConverter INSTANCE
           
static String SOURCE_ACTIVITY_IDS
           
static String TARGET_ACTIVITY_IDS
           
 
Constructor Summary
MigrationInstructionJsonConverter()
           
 
Method Summary
protected  String readSourceActivityId(JSONObject json)
           
protected  String readTargetActivityId(JSONObject json)
           
 JSONObject toJsonObject(MigrationInstruction instruction)
           
 MigrationInstruction 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 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
Constructor Detail

MigrationInstructionJsonConverter

public MigrationInstructionJsonConverter()
Method Detail

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.