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