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