Class BPMN2Profile.InputSetStereotype

    • Field Detail

      • DATAINPUTREFS

        public static final java.lang.String DATAINPUTREFS
        The DataInput elements that collectively make up this data requirement.
        See Also:
        Constant Field Values
      • OPTIONALINPUTREFS

        public static final java.lang.String OPTIONALINPUTREFS
        The DataInput elements that are a part of the InputSet that can be in the state of unavailable when the Activity starts executing. This association MUST NOT reference a DataInput that is not listed in the dataInputRefs.
        See Also:
        Constant Field Values
      • WHILEEXECUTINGINPUTREFS

        public static final java.lang.String WHILEEXECUTINGINPUTREFS
        The DataInput elements that are a part of the InputSet that can be evaluated while the Activity is executing. This association MUST NOT reference a DataInput that is not listed in the dataInputRefs.
        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

      • InputSetStereotype

        protected InputSetStereotype​(BPMN2Profile profile)
    • Method Detail

      • getDataInputRefsProperty

        @CheckForNull
        public Property getDataInputRefsProperty()
      • getOptionalInputRefsProperty

        @CheckForNull
        public Property getOptionalInputRefsProperty()
      • getOutputSetRefsProperty

        @CheckForNull
        public Property getOutputSetRefsProperty()
      • getWhileExecutingInputRefsProperty

        @CheckForNull
        public Property getWhileExecutingInputRefsProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setDataInputRefs

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

        public void clearDataInputRefs​(Element element)
      • addDataInputRefs

        public void addDataInputRefs​(Element element,
                                     Element value)
      • removeDataInputRefs

        public void removeDataInputRefs​(Element element,
                                        Element value)
      • getDataInputRefs

        public java.util.List<Element> getDataInputRefs​(Element element)
      • setOptionalInputRefs

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

        public void clearOptionalInputRefs​(Element element)
      • addOptionalInputRefs

        public void addOptionalInputRefs​(Element element,
                                         Element value)
      • removeOptionalInputRefs

        public void removeOptionalInputRefs​(Element element,
                                            Element value)
      • getOptionalInputRefs

        public java.util.List<Element> getOptionalInputRefs​(Element element)
      • setOutputSetRefs

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

        public void clearOutputSetRefs​(Element element)
      • addOutputSetRefs

        public void addOutputSetRefs​(Element element,
                                     Element value)
      • removeOutputSetRefs

        public void removeOutputSetRefs​(Element element,
                                        Element value)
      • getOutputSetRefs

        public java.util.List<Element> getOutputSetRefs​(Element element)
      • setWhileExecutingInputRefs

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

        public void clearWhileExecutingInputRefs​(Element element)
      • addWhileExecutingInputRefs

        public void addWhileExecutingInputRefs​(Element element,
                                               Element value)
      • removeWhileExecutingInputRefs

        public void removeWhileExecutingInputRefs​(Element element,
                                                  Element value)
      • getWhileExecutingInputRefs

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