| Package | Description |
|---|---|
| brainslug.flow.model |
| Modifier and Type | Field and Description |
|---|---|
protected FlowDefinition |
FlowBuilderSupport.definition |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinitions.findById(Identifier id) |
FlowDefinition |
FlowBuilder.getDefinition() |
FlowDefinition |
FlowDefinition.id(Identifier id) |
FlowDefinition |
FlowDefinition.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinitions.addDefinition(FlowDefinition flowDefinition) |
| Constructor and Description |
|---|
AndDefinition(FlowDefinition definition,
FlowNodeDefinition<ParallelDefinition> startNode) |
FlowBuilderSupport(FlowDefinition definition) |
FlowPathDefinition(FlowDefinition definition,
FlowNodeDefinition startNode) |
ThenDefinition(EqualDefinition predicateDefinition,
FlowDefinition definition,
FlowNodeDefinition<ChoiceDefinition> startNode) |
Copyright © 2014. All rights reserved.