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 String
protected String
protected FlowElement
protected String
protected FlowElement
protected String
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..Fields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
setConditionExpression
(String conditionExpression) void
setSkipExpression
(String skipExpression) void
setSourceFlowElement
(FlowElement sourceFlowElement) void
setSourceRef
(String sourceRef) void
setTargetFlowElement
(FlowElement targetFlowElement) void
setTargetRef
(String targetRef) void
setValues
(SequenceFlow otherFlow) void
setWaypoints
(List<Integer> waypoints) toString()
Methods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
Methods 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:
clone
in classFlowElement
-
setValues
-