org.camunda.bpm.engine.impl.json
Class MigrationPlanJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationPlan>
org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
public class MigrationPlanJsonConverter
- extends JsonObjectConverter<MigrationPlan>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MigrationPlanJsonConverter
public MigrationPlanJsonConverter()
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 © 2017 camunda services GmbH. All rights reserved.