|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowNode
The BPMN flowNode element
| Method Summary | |
|---|---|
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)
|
| 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.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.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 |
| Method Detail |
|---|
AbstractFlowNodeBuilder builder()
BpmnModelElementInstance
builder in interface BpmnModelElementInstanceCollection<SequenceFlow> getIncoming()
Collection<SequenceFlow> getOutgoing()
Query<FlowNode> getPreviousNodes()
Query<FlowNode> getSucceedingNodes()
boolean isCamundaAsyncBefore()
void setCamundaAsyncBefore(boolean isCamundaAsyncBefore)
boolean isCamundaAsyncAfter()
void setCamundaAsyncAfter(boolean isCamundaAsyncAfter)
boolean isCamundaExclusive()
void setCamundaExclusive(boolean isCamundaExclusive)
String getCamundaJobPriority()
void setCamundaJobPriority(String jobPriority)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||