Class BPMN2Profile.CallChoreographyStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • PARTICIPANTASSOCIATIONS

      public static final String PARTICIPANTASSOCIATIONS
      Specifies how Participants in a nested Choreography or GlobalChoreographyTask match up with the Participants in the Choreography referenced by the Call Choreography.
      See Also:
    • BOUNDARYEVENTREFS

      public static final String BOUNDARYEVENTREFS
      See Also:
    • INITIATINGPARTICIPANTREF

      public static final String INITIATINGPARTICIPANTREF
      One (1) of the Participants will be the one that initiates the Choreography Activity
      See Also:
    • PARTICIPANTREFS

      public static final String PARTICIPANTREFS
      A Choreography Activity has two (2) or more Participants
      See Also:
    • ID

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

    • CallChoreographyStereotype

      protected CallChoreographyStereotype(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
    • getParticipantAssociationsProperty

      @CheckForNull public Property getParticipantAssociationsProperty()
    • getBoundaryEventRefsProperty

      @CheckForNull public Property getBoundaryEventRefsProperty()
    • getInitiatingParticipantRefProperty

      @CheckForNull public Property getInitiatingParticipantRefProperty()
    • getParticipantRefsProperty

      @CheckForNull public Property getParticipantRefsProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setParticipantAssociations

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

      public void clearParticipantAssociations(Element element)
    • addParticipantAssociations

      public void addParticipantAssociations(Element element, Element value)
    • removeParticipantAssociations

      public void removeParticipantAssociations(Element element, Element value)
    • getParticipantAssociations

      public List<Element> getParticipantAssociations(Element element)
    • setBoundaryEventRefs

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

      public void clearBoundaryEventRefs(Element element)
    • addBoundaryEventRefs

      public void addBoundaryEventRefs(Element element, Element value)
    • removeBoundaryEventRefs

      public void removeBoundaryEventRefs(Element element, Element value)
    • getBoundaryEventRefs

      public List<Element> getBoundaryEventRefs(Element element)
    • setInitiatingParticipantRef

      public void setInitiatingParticipantRef(Element element, @CheckForNull Element value)
    • clearInitiatingParticipantRef

      public void clearInitiatingParticipantRef(Element element)
    • getInitiatingParticipantRef

      @CheckForNull public Element getInitiatingParticipantRef(Element element)
    • setParticipantRefs

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

      public void clearParticipantRefs(Element element)
    • addParticipantRefs

      public void addParticipantRefs(Element element, Element value)
    • removeParticipantRefs

      public void removeParticipantRefs(Element element, Element value)
    • getParticipantRefs

      public List<Element> getParticipantRefs(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)