Package org.camunda.bpm.engine.impl.json
Class MessageCorrelationBatchConfigurationJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
org.camunda.bpm.engine.impl.json.MessageCorrelationBatchConfigurationJsonConverter
public class MessageCorrelationBatchConfigurationJsonConverter
extends AbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final MessageCorrelationBatchConfigurationJsonConverter
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadConfiguration
(com.google.gson.JsonObject json) protected DeploymentMappings
readIdMappings
(com.google.gson.JsonObject json) readProcessInstanceIds
(com.google.gson.JsonObject jsonObject) com.google.gson.JsonObject
writeConfiguration
(MessageCorrelationBatchConfiguration 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 Details
-
INSTANCE
-
MESSAGE_NAME
- See Also:
-
PROCESS_INSTANCE_IDS
- See Also:
-
PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
-
BATCH_ID
- See Also:
-
-
Constructor Details
-
MessageCorrelationBatchConfigurationJsonConverter
public MessageCorrelationBatchConfigurationJsonConverter()
-
-
Method Details
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(MessageCorrelationBatchConfiguration configuration) - Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
readConfiguration
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
readProcessInstanceIds
-
readIdMappings
-