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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationPlan>
      extended by org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter

public class MigrationPlanJsonConverter
extends JsonObjectConverter<MigrationPlan>


Field Summary
static MigrationPlanJsonConverter INSTANCE
           
static String INSTRUCTIONS
           
static String SOURCE_PROCESS_DEFINITION_ID
           
static String TARGET_PROCESS_DEFINITION_ID
           
 
Constructor Summary
MigrationPlanJsonConverter()
           
 
Method Summary
 JSONObject toJsonObject(MigrationPlan migrationPlan)
           
 MigrationPlan 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 MigrationPlanJsonConverter INSTANCE

SOURCE_PROCESS_DEFINITION_ID

public static final String SOURCE_PROCESS_DEFINITION_ID
See Also:
Constant Field Values

TARGET_PROCESS_DEFINITION_ID

public static final String TARGET_PROCESS_DEFINITION_ID
See Also:
Constant Field Values

INSTRUCTIONS

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

MigrationPlanJsonConverter

public MigrationPlanJsonConverter()
Method Detail

toJsonObject

public JSONObject toJsonObject(MigrationPlan migrationPlan)
Specified by:
toJsonObject in class JsonObjectConverter<MigrationPlan>

toObject

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


Copyright © 2016 camunda services GmbH. All rights reserved.