Class SetVariablesJsonConverter
java.lang.Object
org.operaton.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<BatchConfiguration>
org.operaton.bpm.engine.impl.batch.variables.SetVariablesJsonConverter
- All Implemented Interfaces:
JsonObjectConverter<BatchConfiguration>
public class SetVariablesJsonConverter
extends AbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
Field Summary
FieldsFields inherited from class org.operaton.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadConfiguration(com.google.gson.JsonObject jsonObject) com.google.gson.JsonObjectwriteConfiguration(BatchConfiguration configuration) Methods inherited from class org.operaton.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
toJsonObject, toObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.impl.json.JsonObjectConverter
toJson
-
Field Details
-
IDS
- See Also:
-
ID_MAPPINGS
- See Also:
-
-
Constructor Details
-
SetVariablesJsonConverter
public SetVariablesJsonConverter()
-
-
Method Details
-
writeConfiguration
- Specified by:
writeConfigurationin classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readConfiguration
- Specified by:
readConfigurationin classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-