Class SetRemovalTimeJsonConverter
java.lang.Object
org.operaton.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
org.operaton.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
- All Implemented Interfaces:
JsonObjectConverter<SetRemovalTimeBatchConfiguration>
public class SetRemovalTimeJsonConverter
extends AbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
- Author:
- Tassilo Weidner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields 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(SetRemovalTimeBatchConfiguration 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:
-
REMOVAL_TIME
- See Also:
-
HAS_REMOVAL_TIME
- See Also:
-
IS_HIERARCHICAL
- See Also:
-
UPDATE_IN_CHUNKS
- See Also:
-
CHUNK_SIZE
- See Also:
-
ENTITIES
- See Also:
-
-
Constructor Details
-
SetRemovalTimeJsonConverter
public SetRemovalTimeJsonConverter()
-
-
Method Details
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(SetRemovalTimeBatchConfiguration configuration) - Specified by:
writeConfigurationin classAbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
-
readConfiguration
- Specified by:
readConfigurationin classAbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
-