Package org.flowable.ui.modeler.util
Class BpmnEventModelUtil
- java.lang.Object
-
- org.flowable.ui.modeler.util.BpmnEventModelUtil
-
public class BpmnEventModelUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description BpmnEventModelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidcreateInboundChannelInMap(String channelKey, String channelType, String channelDestination, String channelNameProperty, FlowElement elementObject, Map<String,ChannelModel> channelModelMap)protected static voidcreateOutboundChannelInMap(String channelKey, String channelType, String channelDestination, FlowElement elementObject, Map<String,ChannelModel> channelModelMap)static voidfillChannelModelMap(List<FlowElement> flowElements, Map<String,ChannelModel> channelModelMap)protected static voidfillEventCorrelationParameters(Map<String,EventPayload> currentPayload, List<ExtensionElement> parameterList)static voidfillEventModelMap(List<FlowElement> flowElements, Map<String,EventModel> eventModelMap)protected static StringgetElementValue(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)
-
-
-
Method Detail
-
fillChannelModelMap
public static void fillChannelModelMap(List<FlowElement> flowElements, Map<String,ChannelModel> channelModelMap)
-
fillEventModelMap
public static void fillEventModelMap(List<FlowElement> flowElements, Map<String,EventModel> eventModelMap)
-
createOutboundChannelInMap
protected static void createOutboundChannelInMap(String channelKey, String channelType, String channelDestination, FlowElement elementObject, Map<String,ChannelModel> channelModelMap)
-
createInboundChannelInMap
protected static void createInboundChannelInMap(String channelKey, String channelType, String channelDestination, String channelNameProperty, FlowElement elementObject, Map<String,ChannelModel> channelModelMap)
-
getOutParameterEventPayload
protected static Map<String,EventPayload> getOutParameterEventPayload(List<ExtensionElement> parameterList)
-
getOutIOParameterEventPayload
protected static Map<String,EventPayload> getOutIOParameterEventPayload(List<IOParameter> parameterList)
-
getInIOParameterEventPayload
protected static List<EventPayload> getInIOParameterEventPayload(List<IOParameter> parameterList)
-
fillEventCorrelationParameters
protected static void fillEventCorrelationParameters(Map<String,EventPayload> currentPayload, List<ExtensionElement> parameterList)
-
getElementValue
protected static String getElementValue(String name, FlowElement elementObject)
-
-