| Package | Description |
|---|---|
| brainslug.flow | |
| brainslug.flow.node | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
FlowPathDefinition |
FlowBuilderSupport.after(Identifier id) |
FlowPathDefinition |
FlowBuilderSupport.join(Identifier joinId,
Identifier... ids)
TODO: think about a better argument list here, its pretty confusing
and easy to forget the join ids
|
FlowPathDefinition |
FlowBuilderSupport.merge(Identifier mergeId,
Identifier... ids) |
FlowPathDefinition |
FlowBuilderSupport.on(Identifier id) |
FlowPathDefinition |
FlowBuilderSupport.start(AbstractTaskDefinition task) |
FlowPathDefinition |
FlowBuilderSupport.start(EventDefinition event) |
FlowPathDefinition |
FlowBuilderSupport.start(Identifier startId) |
| Constructor and Description |
|---|
ChoiceDefinition(FlowPathDefinition path) |
ParallelDefinition(FlowPathDefinition path) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowPathDefinition<Self extends FlowPathDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
AndDefinition |
class |
ThenDefinition |
Copyright © 2014. All rights reserved.