|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SequenceFlow
The BPMN sequenceFlow element
| Method Summary | |
|---|---|
SequenceFlowBuilder |
builder()
Returns a new fluent builder for the element if implemented. |
ConditionExpression |
getConditionExpression()
|
BpmnEdge |
getDiagramElement()
|
FlowNode |
getSource()
|
FlowNode |
getTarget()
|
boolean |
isImmediate()
|
void |
removeConditionExpression()
|
void |
setConditionExpression(ConditionExpression conditionExpression)
|
void |
setImmediate(boolean isImmediate)
|
void |
setSource(FlowNode source)
|
void |
setTarget(FlowNode target)
|
| 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 |
|---|
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 |
|---|
SequenceFlowBuilder builder()
BpmnModelElementInstance
builder in interface BpmnModelElementInstanceFlowNode getSource()
void setSource(FlowNode source)
FlowNode getTarget()
void setTarget(FlowNode target)
boolean isImmediate()
void setImmediate(boolean isImmediate)
ConditionExpression getConditionExpression()
void setConditionExpression(ConditionExpression conditionExpression)
void removeConditionExpression()
BpmnEdge getDiagramElement()
getDiagramElement in interface BaseElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||