FlowPathDefinition |
FlowBuilderSupport.after(Identifier id) |
ChoiceDefinition |
FlowPathDefinition.choice(Identifier id) |
EventDefinition |
FlowBuilderSupport.event(Identifier id) |
FlowDefinition |
DefinitionStore.findById(Identifier id) |
FlowNodeDefinition |
FlowDefinition.getNode(Identifier id) |
FlowNodeDefinition<?> |
FlowDefinition.getNode(Identifier id,
Class clazz) |
FlowDefinition |
FlowDefinition.id(Identifier id) |
T |
FlowNodeDefinition.id(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.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.merge(Identifier mergeId,
Identifier... ids) |
FlowPathDefinition |
FlowBuilderSupport.on(Identifier id) |
AndDefinition |
FlowPathDefinition.parallel(Identifier id) |
TaskDefinition |
FlowBuilderSupport.task(Identifier id) |
TaskDefinition |
FlowBuilderSupport.task(Identifier id,
Task callee) |