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 StringBATCH_IDstatic MessageCorrelationBatchConfigurationJsonConverterINSTANCEstatic StringMESSAGE_NAMEstatic StringPROCESS_INSTANCE_ID_MAPPINGSstatic StringPROCESS_INSTANCE_IDS
-
Constructor Summary
Constructors Constructor Description MessageCorrelationBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageCorrelationBatchConfigurationreadConfiguration(com.google.gson.JsonObject json)protected DeploymentMappingsreadIdMappings(com.google.gson.JsonObject json)protected List<String>readProcessInstanceIds(com.google.gson.JsonObject jsonObject)com.google.gson.JsonObjectwriteConfiguration(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 String MESSAGE_NAME
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_IDS
public static final String PROCESS_INSTANCE_IDS
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID_MAPPINGS
public static final String PROCESS_INSTANCE_ID_MAPPINGS
- See Also:
- Constant Field Values
-
BATCH_ID
public static final String BATCH_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(MessageCorrelationBatchConfiguration configuration)
- Specified by:
writeConfigurationin classAbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
readConfiguration
public MessageCorrelationBatchConfiguration readConfiguration(com.google.gson.JsonObject json)
- Specified by:
readConfigurationin classAbstractBatchConfigurationObjectConverter<MessageCorrelationBatchConfiguration>
-
readProcessInstanceIds
protected List<String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-