public interface FlowNode extends FlowElement
Modifier and Type | Method and Description |
---|---|
AbstractFlowNodeBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
Collection<SequenceFlow> |
getIncoming() |
Collection<SequenceFlow> |
getOutgoing() |
Query<FlowNode> |
getPreviousNodes() |
Query<FlowNode> |
getSucceedingNodes() |
boolean |
isCamundaAsyncAfter() |
boolean |
isCamundaAsyncBefore() |
boolean |
isCamundaExclusive() |
void |
setCamundaAsyncAfter(boolean isCamundaAsyncAfter) |
void |
setCamundaAsyncBefore(boolean isCamundaAsyncBefore) |
void |
setCamundaExclusive(boolean isCamundaExclusive) |
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
AbstractFlowNodeBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
Collection<SequenceFlow> getIncoming()
Collection<SequenceFlow> getOutgoing()
boolean isCamundaAsyncBefore()
void setCamundaAsyncBefore(boolean isCamundaAsyncBefore)
boolean isCamundaAsyncAfter()
void setCamundaAsyncAfter(boolean isCamundaAsyncAfter)
boolean isCamundaExclusive()
void setCamundaExclusive(boolean isCamundaExclusive)
Copyright © 2018. All rights reserved.