Class EventBasedGatewayImpl
java.lang.Object
org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
org.operaton.bpm.model.bpmn.impl.instance.FlowElementImpl
org.operaton.bpm.model.bpmn.impl.instance.FlowNodeImpl
org.operaton.bpm.model.bpmn.impl.instance.GatewayImpl
org.operaton.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
- All Implemented Interfaces:
BaseElement,BpmnModelElementInstance,EventBasedGateway,FlowElement,FlowNode,Gateway,ModelElementInstance
The BPMN eventBasedGateway element
- Author:
- Sebastian Menski
-
Field Summary
FieldsFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.GatewayImpl
gatewayDirectionAttributeFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowNodeImpl
incomingCollection, operatonAsyncAfter, operatonAsyncBefore, operatonExclusive, operatonJobPriority, outgoingCollectionFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowElementImpl
auditingChild, categoryValueRefCollection, monitoringChild, nameAttributeFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.booleanbooleanstatic voidregisterType(ModelBuilder modelBuilder) voidsetEventGatewayType(EventBasedGatewayType eventGatewayType) voidsetInstantiate(boolean isInstantiate) voidsetOperatonAsyncAfter(boolean isOperatonAsyncAfter) Methods inherited from class org.operaton.bpm.model.bpmn.impl.instance.GatewayImpl
getDiagramElement, getGatewayDirection, setGatewayDirectionMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowNodeImpl
getIncoming, getOperatonJobPriority, getOutgoing, getPreviousNodes, getSucceedingNodes, isOperatonAsyncBefore, isOperatonExclusive, setOperatonAsyncBefore, setOperatonExclusive, setOperatonJobPriority, updateAfterReplacementMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.FlowElementImpl
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
getScope, isScopeMethods inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, isOperatonAsyncBefore, isOperatonExclusive, 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
-
Field Details
-
instantiateAttribute
-
eventGatewayTypeAttribute
-
-
Constructor Details
-
EventBasedGatewayImpl
-
-
Method Details
-
registerType
-
builder
Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
builderin interfaceBpmnModelElementInstance- Specified by:
builderin interfaceEventBasedGateway- Specified by:
builderin interfaceFlowNode- Specified by:
builderin interfaceGateway- Specified by:
builderin classGatewayImpl- Returns:
- the builder object
-
isInstantiate
public boolean isInstantiate()- Specified by:
isInstantiatein interfaceEventBasedGateway
-
setInstantiate
public void setInstantiate(boolean isInstantiate) - Specified by:
setInstantiatein interfaceEventBasedGateway
-
getEventGatewayType
- Specified by:
getEventGatewayTypein interfaceEventBasedGateway
-
setEventGatewayType
- Specified by:
setEventGatewayTypein interfaceEventBasedGateway
-
isOperatonAsyncAfter
public boolean isOperatonAsyncAfter()- Specified by:
isOperatonAsyncAfterin interfaceFlowNode- Overrides:
isOperatonAsyncAfterin classFlowNodeImpl
-
setOperatonAsyncAfter
public void setOperatonAsyncAfter(boolean isOperatonAsyncAfter) - Specified by:
setOperatonAsyncAfterin interfaceFlowNode- Overrides:
setOperatonAsyncAfterin classFlowNodeImpl
-