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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationBatchConfiguration>
      extended by org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter

public class MigrationBatchConfigurationJsonConverter
extends JsonObjectConverter<MigrationBatchConfiguration>


Field Summary
static MigrationBatchConfigurationJsonConverter INSTANCE
           
static String MIGRATION_PLAN
           
static String PROCESS_INSTANCE_IDS
           
static String SKIP_IO_MAPPINGS
           
static String SKIP_LISTENERS
           
 
Constructor Summary
MigrationBatchConfigurationJsonConverter()
           
 
Method Summary
protected  List<String> readProcessInstanceIds(JSONObject jsonObject)
           
 JSONObject toJsonObject(MigrationBatchConfiguration configuration)
           
 MigrationBatchConfiguration 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 MigrationBatchConfigurationJsonConverter INSTANCE

MIGRATION_PLAN

public static final String MIGRATION_PLAN
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
Constructor Detail

MigrationBatchConfigurationJsonConverter

public MigrationBatchConfigurationJsonConverter()
Method Detail

toJsonObject

public JSONObject toJsonObject(MigrationBatchConfiguration configuration)
Specified by:
toJsonObject in class JsonObjectConverter<MigrationBatchConfiguration>

toObject

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

readProcessInstanceIds

protected List<String> readProcessInstanceIds(JSONObject jsonObject)


Copyright © 2016 camunda services GmbH. All rights reserved.