Class ComplexGatewayImpl
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.ComplexGatewayImpl
- All Implemented Interfaces:
- BaseElement,- BpmnModelElementInstance,- ComplexGateway,- FlowElement,- FlowNode,- Gateway,- ModelElementInstance
The BPMN complexGateway element
- Author:
- Sebastian Menski
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static ChildElement<ActivationCondition>protected static AttributeReference<SequenceFlow>Fields 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.static voidregisterType(ModelBuilder modelBuilder) voidsetActivationCondition(ActivationCondition activationCondition) voidsetDefault(SequenceFlow defaultFlow) 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- 
defaultAttribute
- 
activationConditionChild
 
- 
- 
Constructor Details- 
ComplexGatewayImpl
 
- 
- 
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- ComplexGateway
- Specified by:
- builderin interface- FlowNode
- Specified by:
- builderin interface- Gateway
- Specified by:
- builderin class- GatewayImpl
- Returns:
- the builder object
 
- 
getDefault- Specified by:
- getDefaultin interface- ComplexGateway
 
- 
setDefault- Specified by:
- setDefaultin interface- ComplexGateway
 
- 
getActivationCondition- Specified by:
- getActivationConditionin interface- ComplexGateway
 
- 
setActivationCondition- Specified by:
- setActivationConditionin interface- ComplexGateway
 
 
-