Class TAdHocSubProcess


  • public class TAdHocSubProcess
    extends TSubProcess

    Java class for tAdHocSubProcess complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tAdHocSubProcess">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tSubProcess">
           <sequence>
             <element name="completionCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
           </sequence>
           <attribute name="cancelRemainingInstances" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="ordering" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tAdHocOrdering" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • completionCondition

        protected TExpression completionCondition
      • cancelRemainingInstances

        protected Boolean cancelRemainingInstances
    • Constructor Detail

      • TAdHocSubProcess

        public TAdHocSubProcess()
    • Method Detail

      • getCompletionCondition

        public TExpression getCompletionCondition()
        Gets the value of the completionCondition property.
        Returns:
        possible object is TExpression
      • setCompletionCondition

        public void setCompletionCondition​(TExpression value)
        Sets the value of the completionCondition property.
        Parameters:
        value - allowed object is TExpression
      • isCancelRemainingInstances

        public boolean isCancelRemainingInstances()
        Gets the value of the cancelRemainingInstances property.
        Returns:
        possible object is Boolean
      • setCancelRemainingInstances

        public void setCancelRemainingInstances​(Boolean value)
        Sets the value of the cancelRemainingInstances property.
        Parameters:
        value - allowed object is Boolean
      • setOrdering

        public void setOrdering​(TAdHocOrdering value)
        Sets the value of the ordering property.
        Parameters:
        value - allowed object is TAdHocOrdering