Class FlowNodeImpl
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
- All Implemented Interfaces:
BaseElement
,BpmnModelElementInstance
,FlowElement
,FlowNode
,ModelElementInstance
- Direct Known Subclasses:
ActivityImpl
,EventImpl
,GatewayImpl
The BPMN flowNode element
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionCamunda Attributesprotected static ElementReferenceCollection<SequenceFlow,
Incoming> protected static ElementReferenceCollection<SequenceFlow,
Outgoing> Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttribute
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns a new fluent builder for the element if implemented.boolean
boolean
Camunda Attributesboolean
static void
registerType
(ModelBuilder modelBuilder) void
setCamundaAsyncAfter
(boolean isCamundaAsyncAfter) void
setCamundaAsyncBefore
(boolean isCamundaAsyncBefore) void
setCamundaExclusive
(boolean isCamundaExclusive) void
setCamundaJobPriority
(String jobPriority) void
Execute updates after the element was inserted as a replacement of another element.Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
getScope, isScope
Methods inherited from class org.camunda.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, setUniqueChildElementByNameNs
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
getScope, isScope
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from interface org.camunda.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
-
Field Details
-
incomingCollection
-
outgoingCollection
-
camundaAsyncAfter
Camunda Attributes -
camundaAsyncBefore
-
camundaExclusive
-
camundaJobPriority
-
-
Constructor Details
-
FlowNodeImpl
-
-
Method Details
-
registerType
-
builder
Description copied from interface:BpmnModelElementInstance
Returns a new fluent builder for the element if implemented.- Specified by:
builder
in interfaceBpmnModelElementInstance
- Specified by:
builder
in interfaceFlowNode
- Overrides:
builder
in classBpmnModelElementInstanceImpl
- Returns:
- the builder object
-
updateAfterReplacement
public void updateAfterReplacement()Description copied from interface:ModelElementInstance
Execute updates after the element was inserted as a replacement of another element.- Specified by:
updateAfterReplacement
in interfaceModelElementInstance
- Overrides:
updateAfterReplacement
in classModelElementInstanceImpl
-
getIncoming
- Specified by:
getIncoming
in interfaceFlowNode
-
getOutgoing
- Specified by:
getOutgoing
in interfaceFlowNode
-
getPreviousNodes
- Specified by:
getPreviousNodes
in interfaceFlowNode
-
getSucceedingNodes
- Specified by:
getSucceedingNodes
in interfaceFlowNode
-
isCamundaAsyncBefore
public boolean isCamundaAsyncBefore()Camunda Attributes- Specified by:
isCamundaAsyncBefore
in interfaceFlowNode
-
setCamundaAsyncBefore
public void setCamundaAsyncBefore(boolean isCamundaAsyncBefore) - Specified by:
setCamundaAsyncBefore
in interfaceFlowNode
-
isCamundaAsyncAfter
public boolean isCamundaAsyncAfter()- Specified by:
isCamundaAsyncAfter
in interfaceFlowNode
-
setCamundaAsyncAfter
public void setCamundaAsyncAfter(boolean isCamundaAsyncAfter) - Specified by:
setCamundaAsyncAfter
in interfaceFlowNode
-
isCamundaExclusive
public boolean isCamundaExclusive()- Specified by:
isCamundaExclusive
in interfaceFlowNode
-
setCamundaExclusive
public void setCamundaExclusive(boolean isCamundaExclusive) - Specified by:
setCamundaExclusive
in interfaceFlowNode
-
getCamundaJobPriority
- Specified by:
getCamundaJobPriority
in interfaceFlowNode
-
setCamundaJobPriority
- Specified by:
setCamundaJobPriority
in interfaceFlowNode
-