Package org.flowable.bpmn.model
Class SequenceFlow
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.FlowElement
org.flowable.bpmn.model.SequenceFlow
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected FlowElementprotected Stringprotected FlowElementprotected StringGraphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..Fields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetConditionExpression(String conditionExpression) voidsetSkipExpression(String skipExpression) voidsetSourceFlowElement(FlowElement sourceFlowElement) voidsetSourceRef(String sourceRef) voidsetTargetFlowElement(FlowElement targetFlowElement) voidsetTargetRef(String targetRef) voidsetValues(SequenceFlow otherFlow) voidsetWaypoints(List<Integer> waypoints) toString()Methods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
conditionExpression
-
sourceRef
-
targetRef
-
skipExpression
-
sourceFlowElement
-
targetFlowElement
-
waypoints
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, .. Added during parsing of a process definition.
-
-
Constructor Details
-
SequenceFlow
public SequenceFlow() -
SequenceFlow
-
-
Method Details
-
getConditionExpression
-
setConditionExpression
-
getSourceRef
-
setSourceRef
-
getTargetRef
-
setTargetRef
-
getSkipExpression
-
setSkipExpression
-
getSourceFlowElement
-
setSourceFlowElement
-
getTargetFlowElement
-
setTargetFlowElement
-
getWaypoints
-
setWaypoints
-
toString
-
clone
- Specified by:
clonein classFlowElement
-
setValues
-