public class ThenDefinition extends FlowPathDefinition<ThenDefinition>
| Constructor and Description |
|---|
ThenDefinition(EqualDefinition predicateDefinition,
FlowDefinition definition,
FlowNodeDefinition<ChoiceDefinition> startNode) |
| Modifier and Type | Method and Description |
|---|---|
EqualDefinition |
getPredicateDefinition() |
protected ChoiceDefinition |
getStartNode() |
ChoiceDefinition |
or() |
ThenDefinition |
otherwise() |
choice, end, execute, getPathNodes, parallel, then, waitForpublic ThenDefinition(EqualDefinition predicateDefinition, FlowDefinition definition, FlowNodeDefinition<ChoiceDefinition> startNode)
public ChoiceDefinition or()
public ThenDefinition otherwise()
protected ChoiceDefinition getStartNode()
public EqualDefinition getPredicateDefinition()
Copyright © 2014. All rights reserved.