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 Modifier and Type Field Description static UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
INSTANCE
static String
PROCESS_INSTANCE_ID_MAPPINGS
static String
PROCESS_INSTANCE_IDS
static String
SUSPENDING
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateProcessInstancesSuspendStateBatchConfiguration
readConfiguration(com.google.gson.JsonObject json)
protected DeploymentMappings
readMappings(com.google.gson.JsonObject jsonObject)
protected List<String>
readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
writeConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
-
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 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
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
-
readConfiguration
public UpdateProcessInstancesSuspendStateBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
-
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readMappings
protected DeploymentMappings readMappings(com.google.gson.JsonObject jsonObject)
-
-