Package org.omg.spec.bpmn.model
Class TAdHocSubProcess
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.TActivity
-
- org.omg.spec.bpmn.model.TSubProcess
-
- org.omg.spec.bpmn.model.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 Summary
Fields Modifier and Type Field Description protected Boolean
cancelRemainingInstances
protected TExpression
completionCondition
protected TAdHocOrdering
ordering
-
Fields inherited from class org.omg.spec.bpmn.model.TSubProcess
artifact, flowElement, laneSet, triggeredByEvent
-
Fields inherited from class org.omg.spec.bpmn.model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantity
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TAdHocSubProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TExpression
getCompletionCondition()
Gets the value of the completionCondition property.TAdHocOrdering
getOrdering()
Gets the value of the ordering property.boolean
isCancelRemainingInstances()
Gets the value of the cancelRemainingInstances property.void
setCancelRemainingInstances(Boolean value)
Sets the value of the cancelRemainingInstances property.void
setCompletionCondition(TExpression value)
Sets the value of the completionCondition property.void
setOrdering(TAdHocOrdering value)
Sets the value of the ordering property.-
Methods inherited from class org.omg.spec.bpmn.model.TSubProcess
getArtifact, getFlowElement, getLaneSet, isTriggeredByEvent, setTriggeredByEvent
-
Methods inherited from class org.omg.spec.bpmn.model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantity
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
completionCondition
protected TExpression completionCondition
-
cancelRemainingInstances
protected Boolean cancelRemainingInstances
-
ordering
protected TAdHocOrdering ordering
-
-
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 isTExpression
-
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 isBoolean
-
getOrdering
public TAdHocOrdering getOrdering()
Gets the value of the ordering property.- Returns:
- possible object is
TAdHocOrdering
-
setOrdering
public void setOrdering(TAdHocOrdering value)
Sets the value of the ordering property.- Parameters:
value
- allowed object isTAdHocOrdering
-
-