public class ThenDefinition extends FlowPathDefinition<ThenDefinition>
definition, startNode| Constructor and Description |
|---|
ThenDefinition(Expression expression,
FlowDefinition definition,
ChoiceDefinition choiceDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected ChoiceDefinition |
getChoiceNode() |
Expression |
getExpression() |
ChoiceDefinition |
or() |
ThenDefinition |
otherwise() |
addToPath, appendNode, choice, connect, end, end, execute, getDefinition, getFirstPathNode, getPathNodes, getStartNode, parallel, then, then, waitForpublic ThenDefinition(Expression expression, FlowDefinition definition, ChoiceDefinition choiceDefinition)
public ChoiceDefinition or()
public ThenDefinition otherwise()
protected ChoiceDefinition getChoiceNode()
public Expression getExpression()
Copyright © 2015. All rights reserved.