Package org.camunda.bpm.engine.impl.json
Class MessageCorrelationBatchConfigurationJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<MessageCorrelationBatchConfiguration>
-
- org.camunda.bpm.engine.impl.json.MessageCorrelationBatchConfigurationJsonConverter
-
public class MessageCorrelationBatchConfigurationJsonConverter extends JsonObjectConverter<MessageCorrelationBatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBATCH_IDstatic MessageCorrelationBatchConfigurationJsonConverterINSTANCEstatic java.lang.StringMESSAGE_NAMEstatic java.lang.StringPROCESS_INSTANCE_ID_MAPPINGSstatic java.lang.StringPROCESS_INSTANCE_IDS
-
Constructor Summary
Constructors Constructor Description MessageCorrelationBatchConfigurationJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentMappingsreadIdMappings(com.google.gson.JsonObject json)protected java.util.List<java.lang.String>readProcessInstanceIds(com.google.gson.JsonObject jsonObject)com.google.gson.JsonObjecttoJsonObject(MessageCorrelationBatchConfiguration configuration)MessageCorrelationBatchConfigurationtoObject(com.google.gson.JsonObject json)-
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
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(MessageCorrelationBatchConfiguration configuration)
- Specified by:
toJsonObjectin classJsonObjectConverter<MessageCorrelationBatchConfiguration>
-
toObject
public MessageCorrelationBatchConfiguration toObject(com.google.gson.JsonObject json)
- Specified by:
toObjectin classJsonObjectConverter<MessageCorrelationBatchConfiguration>
-
readProcessInstanceIds
protected java.util.List<java.lang.String> readProcessInstanceIds(com.google.gson.JsonObject jsonObject)
-
readIdMappings
protected DeploymentMappings readIdMappings(com.google.gson.JsonObject json)
-
-