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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
cancelRemainingInstances |
protected TExpression |
completionCondition |
protected TAdHocOrdering |
ordering |
artifact, flowElement, laneSet, triggeredByEvent_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TAdHocSubProcess() |
| Modifier and Type | Method and 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(java.lang.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.
|
getArtifact, getFlowElement, getLaneSet, isTriggeredByEvent, setTriggeredByEventgetCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression completionCondition
protected java.lang.Boolean cancelRemainingInstances
protected TAdHocOrdering ordering
public TExpression getCompletionCondition()
TExpressionpublic void setCompletionCondition(TExpression value)
value - allowed object is
TExpressionpublic boolean isCancelRemainingInstances()
Booleanpublic void setCancelRemainingInstances(java.lang.Boolean value)
value - allowed object is
Booleanpublic TAdHocOrdering getOrdering()
TAdHocOrderingpublic void setOrdering(TAdHocOrdering value)
value - allowed object is
TAdHocOrderingCopyright © 2018 SAP SE. All Rights Reserved.