Class SequenceFlow
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.SequenceFlow
- All Implemented Interfaces:
AcceptUpdates, HasExecutionListeners, HasExtensionAttributes
-
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 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) 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, setXmlRowNumberMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AcceptUpdates
accept
-
Field Details
-
conditionExpression
-
sourceRef
-
targetRef
-
skipExpression
-
sourceFlowElement
-
targetFlowElement
-
waypoints
-
-
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
-