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
Fields Modifier and Type Field Description static java.lang.String
BATCH_ID
static MessageCorrelationBatchConfigurationJsonConverter
INSTANCE
static java.lang.String
MESSAGE_NAME
static java.lang.String
PROCESS_INSTANCE_ID_MAPPINGS
static java.lang.String
PROCESS_INSTANCE_IDS
-
Constructor Summary
Constructors Constructor Description MessageCorrelationBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageCorrelationBatchConfiguration
readConfiguration(com.google.gson.JsonObject json)
protected DeploymentMappings
readIdMappings(com.google.gson.JsonObject json)
protected java.util.List<java.lang.String>
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 Detail
-
INSTANCE
public static final MessageCorrelationBatchConfigurationJsonConverter INSTANCE
-
MESSAGE_NAME
public static final java.lang.String MESSAGE_NAME
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_IDS
public static final java.lang.String PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID_MAPPINGS
public static final java.lang.String PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
- Constant Field Values
-
BATCH_ID
public static final java.lang.String BATCH_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(MessageCorrelationBatchConfiguration configuration)
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
readConfiguration
public MessageCorrelationBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
readProcessInstanceIds
protected java.util.List<java.lang.String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-