Class AbstractBatchConfigurationObjectConverter<T extends BatchConfiguration>
java.lang.Object
org.operaton.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<T>
- All Implemented Interfaces:
JsonObjectConverter<T>
- Direct Known Subclasses:
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter,DeleteHistoricProcessInstanceBatchConfigurationJsonConverter,DeleteProcessInstanceBatchConfigurationJsonConverter,MessageCorrelationBatchConfigurationJsonConverter,MigrationBatchConfigurationJsonConverter,ModificationBatchConfigurationJsonConverter,RestartProcessInstancesBatchConfigurationJsonConverter,SetExternalTaskRetriesBatchConfigurationJsonConverter,SetJobRetriesBatchConfigurationJsonConverter,SetRemovalTimeJsonConverter,SetVariablesJsonConverter,UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
public abstract class AbstractBatchConfigurationObjectConverter<T extends BatchConfiguration>
extends Object
implements JsonObjectConverter<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TreadConfiguration(com.google.gson.JsonObject jsonObject) final com.google.gson.JsonObjecttoJsonObject(T object) final TtoObject(com.google.gson.JsonObject jsonObject) abstract com.google.gson.JsonObjectwriteConfiguration(T object) Methods 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
-
BATCH_ID
- See Also:
-
-
Constructor Details
-
AbstractBatchConfigurationObjectConverter
public AbstractBatchConfigurationObjectConverter()
-
-
Method Details
-
writeConfiguration
-
readConfiguration
-
toJsonObject
- Specified by:
toJsonObjectin interfaceJsonObjectConverter<T extends BatchConfiguration>
-
toObject
- Specified by:
toObjectin interfaceJsonObjectConverter<T extends BatchConfiguration>
-