Class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
-
public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter extends JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
INSTANCE
static String
PROCESS_INSTANCE_ID_MAPPINGS
static String
PROCESS_INSTANCE_IDS
static String
SUSPENDING
-
Constructor Summary
Constructors Constructor Description UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentMappings
readMappings(com.google.gson.JsonObject jsonObject)
protected List<String>
readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
UpdateProcessInstancesSuspendStateBatchConfiguration
toObject(com.google.gson.JsonObject json)
-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
public static final UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter INSTANCE
-
PROCESS_INSTANCE_IDS
public static final String PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID_MAPPINGS
public static final String PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
- Constant Field Values
-
SUSPENDING
public static final String SUSPENDING
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
- Specified by:
toJsonObject
in classJsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
-
toObject
public UpdateProcessInstancesSuspendStateBatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
toObject
in classJsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
-
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readMappings
protected DeploymentMappings readMappings(com.google.gson.JsonObject jsonObject)
-
-