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