Package org.kie.internal.process
Interface CorrelationKey
-
public interface CorrelationKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.util.List<CorrelationProperty<?>>getProperties()java.lang.StringtoExternalForm()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getProperties
java.util.List<CorrelationProperty<?>> getProperties()
-
toExternalForm
java.lang.String toExternalForm()
-
-