Class BPMN2Profile.ConversationNodeStereotype

    • Field Detail

      • CORRELATIONKEYS

        public static final java.lang.String CORRELATIONKEYS
        This is a list of the Conversation Node s Correlation Keys, which are used to group Message Flows for the Conversation Node.
        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

      • ConversationNodeStereotype

        protected ConversationNodeStereotype​(BPMN2Profile profile)
    • Method Detail

      • getCorrelationKeysProperty

        @CheckForNull
        public Property getCorrelationKeysProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setCorrelationKeys

        public void setCorrelationKeys​(Element element,
                                       @CheckForNull
                                       java.util.Collection<? extends Element> value)
      • clearCorrelationKeys

        public void clearCorrelationKeys​(Element element)
      • addCorrelationKeys

        public void addCorrelationKeys​(Element element,
                                       Element value)
      • removeCorrelationKeys

        public void removeCorrelationKeys​(Element element,
                                          Element value)
      • getCorrelationKeys

        public java.util.List<Element> getCorrelationKeys​(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)