Class BPMN2Profile.CorrelationPropertyBindingStereotype

    • Field Detail

      • CORRELATIONPROPERTYREF

        public static final java.lang.String CORRELATIONPROPERTYREF
        The specific CorrelationProperty, this CorrelationPropertyBinding refers to.
        See Also:
        Constant Field Values
      • DATAPATHBODY

        public static final java.lang.String DATAPATHBODY
        The Data path defines the extraction rule from the Process context. The body of the Expression. Note that this attribute is not relevant when the XML Schema is used for interchange. Instead, the FormalExpression complex type supports mixed content. The body of the Expression would be specified as element content.
        See Also:
        Constant Field Values
      • DATAPATHLANGUAGE

        public static final java.lang.String DATAPATHLANGUAGE
        The Data path defines the extraction rule from the Process context. The language MUST be specified in a URI format.
        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

      • CorrelationPropertyBindingStereotype

        protected CorrelationPropertyBindingStereotype​(BPMN2Profile profile)
    • Method Detail

      • getCorrelationPropertyRefProperty

        @CheckForNull
        public Property getCorrelationPropertyRefProperty()
      • getDataPathBodyProperty

        @CheckForNull
        public Property getDataPathBodyProperty()
      • getDataPathLanguageProperty

        @CheckForNull
        public Property getDataPathLanguageProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setCorrelationPropertyRef

        public void setCorrelationPropertyRef​(Element element,
                                              @CheckForNull
                                              Element value)
      • clearCorrelationPropertyRef

        public void clearCorrelationPropertyRef​(Element element)
      • getCorrelationPropertyRef

        @CheckForNull
        public Element getCorrelationPropertyRef​(Element element)
      • setDataPathBody

        public void setDataPathBody​(Element element,
                                    @CheckForNull
                                    Element value)
      • clearDataPathBody

        public void clearDataPathBody​(Element element)
      • getDataPathBody

        @CheckForNull
        public Element getDataPathBody​(Element element)
      • setDataPathLanguage

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

        public void clearDataPathLanguage​(Element element)
      • getDataPathLanguage

        @CheckForNull
        public java.lang.String getDataPathLanguage​(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)