Class BPMN2Profile.CompensationThrowIntermediateEventStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • DATAINPUT

      public static final String DATAINPUT
      See Also:
    • INPUTSET

      public static final String INPUTSET
      See Also:
    • ID

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

      public static final String ACTIVITYREF
      For a Start Event: This Event catches the compensation for an Event Sub-Process. No further information is required. The Event Sub-Process will provide the Id necessary to match the Compensation Event with the Event that threw the compensation, or the compensation will have been a broadcast. For an End Event: The Activity to be compensated MAY be supplied. If an Activity is not supplied, then the compensation is broadcast to all completed Activities in the current Sub-Process (if present), or the entire Process Instance (if at the global level). For an Intermediate Event within Normal Flow: The Activity to be compensated MAY be supplied. If an Activity is not supplied, then the compensation is broadcast to all completed Activities in the current Sub-Process (if present), or the entire Process Instance (if at the global level). This throws the compensation. For an Intermediate Event attached to the boundary of an Activity: This Event catches the compensation. No further information is required. The Activity the Event is attached to will provide the Id necessary to match the Compensation Event with the Event that threw the compensation, or the compensation will have been a broadcast.
      See Also:
    • WAITFORCOMPLETION

      public static final String WAITFORCOMPLETION
      For a throw Compensation Event, this flag determines whether the throw Intermediate Event waits for the triggered compensation to complete (the default), or just triggers the compensation and immediately continues
      See Also:
  • Constructor Details

    • CompensationThrowIntermediateEventStereotype

      protected CompensationThrowIntermediateEventStereotype(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
    • getDataInputProperty

      @CheckForNull public Property getDataInputProperty()
    • getInputSetProperty

      @CheckForNull public Property getInputSetProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • getActivityRefProperty

      @CheckForNull public Property getActivityRefProperty()
    • getWaitForCompletionProperty

      @CheckForNull public Property getWaitForCompletionProperty()
    • setDataInput

      public void setDataInput(Element element, @CheckForNull Element value)
    • clearDataInput

      public void clearDataInput(Element element)
    • getDataInput

      @CheckForNull public Element getDataInput(Element element)
    • setInputSet

      public void setInputSet(Element element, @CheckForNull Element value)
    • clearInputSet

      public void clearInputSet(Element element)
    • getInputSet

      @CheckForNull public Element getInputSet(Element element)
    • setId

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

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • setActivityRef

      public void setActivityRef(Element element, @CheckForNull Element value)
    • clearActivityRef

      public void clearActivityRef(Element element)
    • getActivityRef

      @CheckForNull public Element getActivityRef(Element element)
    • setWaitForCompletion

      public void setWaitForCompletion(Element element, @CheckForNull Boolean value)
    • clearWaitForCompletion

      public void clearWaitForCompletion(Element element)
    • isWaitForCompletion

      @CheckForNull public Boolean isWaitForCompletion(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)