Class BPMN2Profile.CorrelationSubscriptionStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CorrelationSubscriptionStereotype
Enclosing class:
BPMN2Profile

public static class BPMN2Profile.CorrelationSubscriptionStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • CORRELATIONKEYREF

      public static final String CORRELATIONKEYREF
      The CorrelationKey this CorrelationSubscription refers to.
      See Also:
    • CORRELATIONPROPERTYBINDING

      public static final String CORRELATIONPROPERTYBINDING
      The bindings to specific CorrelationProperties and FormalExpressions (extraction rules atop the Process context).
      See Also:
    • ID

      public static final String ID
      This attribute is used to uniquely identify BPMN elements.
      See Also:
  • Constructor Details

    • CorrelationSubscriptionStereotype

      protected CorrelationSubscriptionStereotype(BPMN2Profile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getCorrelationKeyRefProperty

      @CheckForNull public Property getCorrelationKeyRefProperty()
    • getCorrelationPropertyBindingProperty

      @CheckForNull public Property getCorrelationPropertyBindingProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setCorrelationKeyRef

      public void setCorrelationKeyRef(Element element, @CheckForNull Element value)
    • clearCorrelationKeyRef

      public void clearCorrelationKeyRef(Element element)
    • getCorrelationKeyRef

      @CheckForNull public Element getCorrelationKeyRef(Element element)
    • setCorrelationPropertyBinding

      public void setCorrelationPropertyBinding(Element element, @CheckForNull Collection<? extends Element> value)
    • clearCorrelationPropertyBinding

      public void clearCorrelationPropertyBinding(Element element)
    • addCorrelationPropertyBinding

      public void addCorrelationPropertyBinding(Element element, Element value)
    • removeCorrelationPropertyBinding

      public void removeCorrelationPropertyBinding(Element element, Element value)
    • getCorrelationPropertyBinding

      public List<Element> getCorrelationPropertyBinding(Element element)
    • setId

      public void setId(Element element, @CheckForNull String value)
    • clearId

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)