Class ParallelGatewayImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
- All Implemented Interfaces:
- BaseElement,- BpmnModelElementInstance,- FlowElement,- FlowNode,- Gateway,- ParallelGateway,- ModelElementInstance
The BPMN parallelGateway element
- Author:
- Sebastian Menski
- 
Field SummaryFieldsFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.GatewayImplgatewayDirectionAttributeFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImplcamundaAsyncAfter, camundaAsyncBefore, camundaExclusive, camundaJobPriority, incomingCollection, outgoingCollectionFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImplauditingChild, categoryValueRefCollection, monitoringChild, nameAttributeFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpldocumentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.booleanDeprecated.use isCamundaAsyncBefore() instead.static voidregisterType(ModelBuilder modelBuilder) voidsetCamundaAsync(boolean isCamundaAsync) Deprecated.use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.GatewayImplgetDiagramElement, getGatewayDirection, setGatewayDirectionMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImplgetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority, updateAfterReplacementMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImplgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImplgetDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplgetScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNsMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScopeMethods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNodegetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriorityMethods inherited from interface org.camunda.bpm.model.bpmn.instance.GatewaygetDiagramElement, getGatewayDirection, setGatewayDirectionMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
- 
Field Details- 
camundaAsyncAttribute
 
- 
- 
Constructor Details- 
ParallelGatewayImpl
 
- 
- 
Method Details- 
registerType
- 
builderDescription copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
- builderin interface- BpmnModelElementInstance
- Specified by:
- builderin interface- FlowNode
- Specified by:
- builderin interface- Gateway
- Specified by:
- builderin interface- ParallelGateway
- Specified by:
- builderin class- GatewayImpl
- Returns:
- the builder object
 
- 
isCamundaAsyncDeprecated.use isCamundaAsyncBefore() instead.- Specified by:
- isCamundaAsyncin interface- ParallelGateway
 
- 
setCamundaAsyncDeprecated.use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.- Specified by:
- setCamundaAsyncin interface- ParallelGateway
 
 
-