Class BPMN2Profile.BPMNOperationStereotype

    • Field Detail

      • ERRORREF

        public static final java.lang.String ERRORREF
        This attribute specifies errors that the Operation may return. An Operation may refer to zero or more Error elements.
        See Also:
        Constant Field Values
      • IMPLEMENTATIONREF

        public static final java.lang.String IMPLEMENTATIONREF
        This attribute allows to reference a concrete artifact in the underlying implementation technology representing that operation, such as a WSDL operation.
        See Also:
        Constant Field Values
      • INMESSAGEREF

        public static final java.lang.String INMESSAGEREF
        This attribute specifies the input Message of the Operation. An Operation has exactly one input Message.
        See Also:
        Constant Field Values
      • OUTMESSAGEREF

        public static final java.lang.String OUTMESSAGEREF
        This attribute specifies the output Message of the Operation. An Operation has at most one input Message.
        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

      • BPMNOperationStereotype

        protected BPMNOperationStereotype​(BPMN2Profile profile)
    • Method Detail

      • getErrorRefProperty

        @CheckForNull
        public Property getErrorRefProperty()
      • getImplementationRefProperty

        @CheckForNull
        public Property getImplementationRefProperty()
      • getInMessageRefProperty

        @CheckForNull
        public Property getInMessageRefProperty()
      • getOutMessageRefProperty

        @CheckForNull
        public Property getOutMessageRefProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setErrorRef

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

        public void clearErrorRef​(Element element)
      • addErrorRef

        public void addErrorRef​(Element element,
                                Element value)
      • removeErrorRef

        public void removeErrorRef​(Element element,
                                   Element value)
      • getErrorRef

        public java.util.List<Element> getErrorRef​(Element element)
      • setImplementationRef

        public void setImplementationRef​(Element element,
                                         @CheckForNull
                                         Element value)
      • clearImplementationRef

        public void clearImplementationRef​(Element element)
      • getImplementationRef

        @CheckForNull
        public Element getImplementationRef​(Element element)
      • setInMessageRef

        public void setInMessageRef​(Element element,
                                    @CheckForNull
                                    Element value)
      • clearInMessageRef

        public void clearInMessageRef​(Element element)
      • getInMessageRef

        @CheckForNull
        public Element getInMessageRef​(Element element)
      • setOutMessageRef

        public void setOutMessageRef​(Element element,
                                     @CheckForNull
                                     Element value)
      • clearOutMessageRef

        public void clearOutMessageRef​(Element element)
      • getOutMessageRef

        @CheckForNull
        public Element getOutMessageRef​(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)