Class TAdHocSubProcess
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TSubProcess
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TAdHocSubProcess
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected TExpressionprotected TAdHocOrderingFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TSubProcess
artifact, flowElement, laneSet, triggeredByEventFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoingFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, nameFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the completionCondition property.Gets the value of the ordering property.booleanGets the value of the cancelRemainingInstances property.voidSets the value of the cancelRemainingInstances property.voidSets the value of the completionCondition property.voidsetOrdering(TAdHocOrdering value) Sets the value of the ordering property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TSubProcess
getArtifact, getFlowElement, getLaneSet, isTriggeredByEvent, setTriggeredByEventMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantityMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoingMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
completionCondition
-
cancelRemainingInstances
-
ordering
-
-
Constructor Details
-
TAdHocSubProcess
public TAdHocSubProcess()
-
-
Method Details
-
getCompletionCondition
Gets the value of the completionCondition property.- Returns:
- possible object is
TExpression
-
setCompletionCondition
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
Sets the value of the cancelRemainingInstances property.- Parameters:
value- allowed object isBoolean
-
getOrdering
Gets the value of the ordering property.- Returns:
- possible object is
TAdHocOrdering
-
setOrdering
Sets the value of the ordering property.- Parameters:
value- allowed object isTAdHocOrdering
-