Interface ParallelGateway
- All Superinterfaces:
BaseElement,BpmnModelElementInstance,FlowElement,FlowNode,Gateway,ModelElementInstance
- All Known Implementing Classes:
ParallelGatewayImpl
The BPMN parallelGateway element
- Author:
- Sebastian Menski
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.booleanDeprecated, for removal: This API element is subject to removal in a future version.Use isOperatonAsyncBefore() instead.voidsetOperatonAsync(boolean isOperatonAsync) Deprecated, for removal: This API element is subject to removal in a future version.Use setOperatonAsyncBefore(isOperatonAsyncBefore) instead.Methods inherited from interface org.operaton.bpm.model.bpmn.instance.BaseElement
getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BpmnModelElementInstance
getScope, isScopeMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FlowElement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FlowNode
getIncoming, getOperatonJobPriority, getOutgoing, getPreviousNodes, getSucceedingNodes, isOperatonAsyncAfter, isOperatonAsyncBefore, isOperatonExclusive, setOperatonAsyncAfter, setOperatonAsyncBefore, setOperatonExclusive, setOperatonJobPriorityMethods inherited from interface org.operaton.bpm.model.bpmn.instance.Gateway
getDiagramElement, getGatewayDirection, setGatewayDirectionMethods inherited from interface org.operaton.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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
-
Method Details
-
isOperatonAsync
Deprecated, for removal: This API element is subject to removal in a future version.Use isOperatonAsyncBefore() instead. -
setOperatonAsync
Deprecated, for removal: This API element is subject to removal in a future version.Use setOperatonAsyncBefore(isOperatonAsyncBefore) instead. -
builder
ParallelGatewayBuilder builder()Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.
-