Class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadConfiguration
(com.google.gson.JsonObject json) protected DeploymentMappings
readMappings
(com.google.gson.JsonObject jsonObject) readProcessInstanceIds
(com.google.gson.JsonObject jsonObject) com.google.gson.JsonObject
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
toJsonObject, toObject
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
Field Details
-
INSTANCE
-
PROCESS_INSTANCE_IDS
- See Also:
-
PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
-
SUSPENDING
- See Also:
-
-
Constructor Details
-
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
public UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration configuration) -
readConfiguration
public UpdateProcessInstancesSuspendStateBatchConfiguration readConfiguration(com.google.gson.JsonObject json) -
readProcessInstanceIds
-
readMappings
-