Class Correlation

java.lang.Object
org.jbpm.process.core.correlation.Correlation
All Implemented Interfaces:
Serializable

public class Correlation extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getMessageCorrelationFor

      public CorrelationProperties getMessageCorrelationFor(String messageRef)
    • getId

      public String getId()
    • getName

      public String getName()
    • subscribe

      public void subscribe()
    • isSubscribed

      public boolean isSubscribed()
    • getProcessSubscription

      public CorrelationProperties getProcessSubscription()
    • hasCorrelationFor

      public boolean hasCorrelationFor(String messageRef)