Class BPMN2Profile.CallChoreographyStereotype

    • Field Detail

      • PARTICIPANTASSOCIATIONS

        public static final java.lang.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:
        Constant Field Values
      • BOUNDARYEVENTREFS

        public static final java.lang.String BOUNDARYEVENTREFS
        See Also:
        Constant Field Values
      • INITIATINGPARTICIPANTREF

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

        public static final java.lang.String PARTICIPANTREFS
        A Choreography Activity has two (2) or more Participants
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        This attribute is used to uniquely identify BPMN elements.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallChoreographyStereotype

        protected CallChoreographyStereotype​(BPMN2Profile profile)
    • Method Detail

      • 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
                                               java.util.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 java.util.List<Element> getParticipantAssociations​(Element element)
      • setBoundaryEventRefs

        public void setBoundaryEventRefs​(Element element,
                                         @CheckForNull
                                         java.util.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 java.util.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
                                       java.util.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 java.util.List<Element> getParticipantRefs​(Element element)
      • setId

        public void setId​(Element element,
                          @CheckForNull
                          java.lang.String value)
      • clearId

        public void clearId​(Element element)
      • getId

        @CheckForNull
        public java.lang.String getId​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)