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 Stringprotected FlowElementprotected Stringprotected FlowElementprotected StringGraphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..Fields inherited from class FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetConditionExpression(String conditionExpression) voidsetConditionLanguage(String conditionLanguage) 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 FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
conditionExpression
-
conditionLanguage
-
sourceRef
-
targetRef
-
skipExpression
-
sourceFlowElement
-
targetFlowElement
-
waypoints
-
-
Constructor Details
-
SequenceFlow
public SequenceFlow() -
SequenceFlow
-
-
Method Details
-
getConditionExpression
-
setConditionExpression
-
getConditionLanguage
-
setConditionLanguage
-
getSourceRef
-
setSourceRef
-
getTargetRef
-
setTargetRef
-
getSkipExpression
-
setSkipExpression
-
getSourceFlowElement
-
setSourceFlowElement
-
getTargetFlowElement
-
setTargetFlowElement
-
getWaypoints
-
setWaypoints
-
toString
-
clone
- Specified by:
clonein classFlowElement
-
setValues
-