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