Class SetRemovalTimeJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
-
- org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
public class SetRemovalTimeJsonConverter extends AbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
HAS_REMOVAL_TIME
protected static java.lang.String
ID_MAPPINGS
protected static java.lang.String
IDS
static SetRemovalTimeJsonConverter
INSTANCE
protected static java.lang.String
IS_HIERARCHICAL
protected static java.lang.String
REMOVAL_TIME
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description SetRemovalTimeJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetRemovalTimeBatchConfiguration
readConfiguration(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
writeConfiguration(SetRemovalTimeBatchConfiguration 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 SetRemovalTimeJsonConverter INSTANCE
-
IDS
protected static final java.lang.String IDS
- See Also:
- Constant Field Values
-
ID_MAPPINGS
protected static final java.lang.String ID_MAPPINGS
- See Also:
- Constant Field Values
-
REMOVAL_TIME
protected static final java.lang.String REMOVAL_TIME
- See Also:
- Constant Field Values
-
HAS_REMOVAL_TIME
protected static final java.lang.String HAS_REMOVAL_TIME
- See Also:
- Constant Field Values
-
IS_HIERARCHICAL
protected static final java.lang.String IS_HIERARCHICAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(SetRemovalTimeBatchConfiguration configuration)
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
-
readConfiguration
public SetRemovalTimeBatchConfiguration readConfiguration(com.google.gson.JsonObject jsonObject)
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<SetRemovalTimeBatchConfiguration>
-
-