public interface FlowNode extends FlowElement
| Modifier and Type | Method and Description | 
|---|---|
AbstractFlowNodeBuilder | 
builder()
Returns a new fluent builder for the element if implemented. 
 | 
String | 
getCamundaJobPriority()  | 
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)  | 
void | 
setCamundaJobPriority(String jobPriority)  | 
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdgetScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementAbstractFlowNodeBuilder builder()
BpmnModelElementInstancebuilder in interface BpmnModelElementInstanceCollection<SequenceFlow> getIncoming()
Collection<SequenceFlow> getOutgoing()
boolean isCamundaAsyncBefore()
void setCamundaAsyncBefore(boolean isCamundaAsyncBefore)
boolean isCamundaAsyncAfter()
void setCamundaAsyncAfter(boolean isCamundaAsyncAfter)
boolean isCamundaExclusive()
void setCamundaExclusive(boolean isCamundaExclusive)
String getCamundaJobPriority()
void setCamundaJobPriority(String jobPriority)
Copyright © 2018. All rights reserved.