Class ExecutableSequenceFlow
- java.lang.Object
-
- io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
-
- io.zeebe.engine.processing.deployment.model.element.ExecutableSequenceFlow
-
- All Implemented Interfaces:
ExecutableFlowElement
public class ExecutableSequenceFlow extends AbstractFlowElement
-
-
Constructor Summary
Constructors Constructor Description ExecutableSequenceFlow(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.zeebe.el.ExpressiongetCondition()ExecutableFlowNodegetSource()ExecutableFlowNodegetTarget()voidsetCondition(io.zeebe.el.Expression condition)voidsetSource(ExecutableFlowNode source)voidsetTarget(ExecutableFlowNode target)-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, setFlowScope
-
-
-
-
Constructor Detail
-
ExecutableSequenceFlow
public ExecutableSequenceFlow(String id)
-
-
Method Detail
-
getTarget
public ExecutableFlowNode getTarget()
-
setTarget
public void setTarget(ExecutableFlowNode target)
-
getSource
public ExecutableFlowNode getSource()
-
setSource
public void setSource(ExecutableFlowNode source)
-
getCondition
public io.zeebe.el.Expression getCondition()
-
setCondition
public void setCondition(io.zeebe.el.Expression condition)
-
-