Class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<BatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
-
public class DeleteHistoricProcessInstanceBatchConfigurationJsonConverter extends JsonObjectConverter<BatchConfiguration>
- Author:
- Askar Akhmerov
-
-
Field Summary
Fields Modifier and Type Field Description static String
FAIL_IF_NOT_EXISTS
static String
HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
static String
HISTORIC_PROCESS_INSTANCE_IDS
static DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
INSTANCE
-
Constructor Summary
Constructors Constructor Description DeleteHistoricProcessInstanceBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentMappings
readIdMappings(com.google.gson.JsonObject json)
protected List<String>
readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
toJsonObject(BatchConfiguration configuration)
BatchConfiguration
toObject(com.google.gson.JsonObject json)
-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
public static final DeleteHistoricProcessInstanceBatchConfigurationJsonConverter INSTANCE
-
HISTORIC_PROCESS_INSTANCE_IDS
public static final String HISTORIC_PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
public static final String HISTORIC_PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
- Constant Field Values
-
FAIL_IF_NOT_EXISTS
public static final String FAIL_IF_NOT_EXISTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(BatchConfiguration configuration)
- Specified by:
toJsonObject
in classJsonObjectConverter<BatchConfiguration>
-
toObject
public BatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
toObject
in classJsonObjectConverter<BatchConfiguration>
-
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-