Interface EventBasedGateway
- 
- All Superinterfaces:
- BaseElement,- BpmnModelElementInstance,- FlowElement,- FlowNode,- Gateway,- ModelElementInstance
 - All Known Implementing Classes:
- EventBasedGatewayImpl
 
 public interface EventBasedGateway extends Gateway The BPMN eventBasedGateway element- Author:
- Sebastian Menski
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EventBasedGatewayBuilderbuilder()Returns a new fluent builder for the element if implemented.EventBasedGatewayTypegetEventGatewayType()booleanisInstantiate()voidsetEventGatewayType(EventBasedGatewayType eventGatewayType)voidsetInstantiate(boolean isInstantiate)- 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDocumentations, getExtensionElements, getId, setExtensionElements, setId
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScope
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNodegetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.GatewaygetDiagramElement, getGatewayDirection, setGatewayDirection
 - 
Methods 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
 
- 
 
- 
- 
- 
Method Detail- 
builderEventBasedGatewayBuilder builder() Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.
 - 
isInstantiateboolean isInstantiate() 
 - 
setInstantiatevoid setInstantiate(boolean isInstantiate) 
 - 
getEventGatewayTypeEventBasedGatewayType getEventGatewayType() 
 - 
setEventGatewayTypevoid setEventGatewayType(EventBasedGatewayType eventGatewayType) 
 
- 
 
-