public class ChoiceDefinition extends FlowNodeDefinition<ChoiceDefinition>
| Constructor and Description |
|---|
ChoiceDefinition(FlowDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
protected ThenDefinition |
addThenDefinition(ThenDefinition then) |
Option<ThenDefinition> |
getOtherwisePath() |
List<ThenDefinition> |
getThenPaths() |
void |
setOtherwisePath(ThenDefinition otherwisePath) |
ThenDefinition |
when(Expression whenExpression) |
addIncoming, addOutgoing, display, documentation, equals, getDisplayName, getId, getIncoming, getOutgoing, hashCode, id, id, id, self, toStringas, is, with, withpublic ChoiceDefinition(FlowDefinition definition)
public ThenDefinition when(Expression whenExpression)
protected ThenDefinition addThenDefinition(ThenDefinition then)
public List<ThenDefinition> getThenPaths()
public Option<ThenDefinition> getOtherwisePath()
public void setOtherwisePath(ThenDefinition otherwisePath)
Copyright © 2015. All rights reserved.