public class CmmnEventModelUtil extends Object
| Constructor and Description |
|---|
CmmnEventModelUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
createInboundChannelInMap(String channelKey,
String channelType,
String channelDestination,
String channelNameProperty,
BaseElement elementObject,
Map<String,ChannelModel> channelModelMap) |
protected static void |
createOutboundChannelInMap(String channelKey,
String channelType,
String channelDestination,
BaseElement elementObject,
Map<String,ChannelModel> channelModelMap) |
static void |
fillChannelModelMap(List<BaseElement> elements,
Map<String,ChannelModel> channelModelMap) |
protected static void |
fillEventCorrelationParameters(Map<String,EventPayload> currentPayload,
List<ExtensionElement> parameterList) |
static void |
fillEventModelMap(List<BaseElement> elements,
Map<String,EventModel> eventModelMap) |
protected static String |
getElementValue(String name,
BaseElement elementObject) |
protected static List<EventPayload> |
getInParameterEventPayload(List<ExtensionElement> parameterList) |
protected static Map<String,EventPayload> |
getOutParameterEventPayload(List<ExtensionElement> parameterList) |
public static void fillChannelModelMap(List<BaseElement> elements, Map<String,ChannelModel> channelModelMap)
public static void fillEventModelMap(List<BaseElement> elements, Map<String,EventModel> eventModelMap)
protected static void createOutboundChannelInMap(String channelKey, String channelType, String channelDestination, BaseElement elementObject, Map<String,ChannelModel> channelModelMap)
protected static void createInboundChannelInMap(String channelKey, String channelType, String channelDestination, String channelNameProperty, BaseElement elementObject, Map<String,ChannelModel> channelModelMap)
protected static Map<String,EventPayload> getOutParameterEventPayload(List<ExtensionElement> parameterList)
protected static List<EventPayload> getInParameterEventPayload(List<ExtensionElement> parameterList)
protected static void fillEventCorrelationParameters(Map<String,EventPayload> currentPayload, List<ExtensionElement> parameterList)
protected static String getElementValue(String name, BaseElement elementObject)
Copyright © 2021 Flowable. All rights reserved.