Package org.flowable.engine.impl.util
Class CorrelationUtil
- java.lang.Object
-
- org.flowable.engine.impl.util.CorrelationUtil
-
public class CorrelationUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description CorrelationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCorrelationKey(String elementName, CommandContext commandContext, org.flowable.bpmn.model.FlowElement flowElement, ExecutionEntity executionEntity)static StringgetCorrelationKey(String elementName, CommandContext commandContext, ExecutionEntity executionEntity)
-
-
-
Method Detail
-
getCorrelationKey
public static String getCorrelationKey(String elementName, CommandContext commandContext, ExecutionEntity executionEntity)
-
getCorrelationKey
public static String getCorrelationKey(String elementName, CommandContext commandContext, org.flowable.bpmn.model.FlowElement flowElement, ExecutionEntity executionEntity)
-
-