| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.node | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
FlowPathDefinition |
FlowBuilderSupport.after(Identifier id)
create a flow path for execution after of the node id
|
FlowPathDefinition |
FlowBuilderSupport.join(Identifier joinId,
Identifier... ids)
create a flow path joining the execution after the given nodes
by introducing a new merge join to which the nodes connect.
|
FlowPathDefinition |
FlowBuilderSupport.merge(Identifier mergeId,
Identifier... ids)
create a flow path merging the execution after the given nodes
by introducing a new merge node to which the nodes connect.
|
FlowPathDefinition |
FlowBuilderSupport.on(Identifier id)
create a flow path for execution after of the given event id
|
FlowPathDefinition |
FlowBuilderSupport.start(AbstractEventDefinition event) |
FlowPathDefinition |
FlowBuilderSupport.start(AbstractEventDefinition event,
StartTimerDefinition startTimerDefinition)
create a start event with the given event,
which will be started every interval with
the duration given in the timer definition.
|
FlowPathDefinition |
FlowBuilderSupport.start(AbstractTaskDefinition task)
define task as first node in the flow
|
FlowPathDefinition |
FlowBuilderSupport.start(Identifier startId)
create a start event with the given id.
|
FlowPathDefinition |
FlowBuilderSupport.start(Identifier id,
AbstractTaskDefinition task,
StartTimerDefinition startTimerDefinition) |
FlowPathDefinition |
FlowBuilderSupport.start(Identifier startId,
StartTimerDefinition startTimerDefinition)
create a start event with the given id,
which will be started every interval with
the duration given in the timer definition.
|
| 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.