| Package | org.spicefactory.lib.command.builder |
| Class | public class DefaultLinkBuilder |
| Inheritance | DefaultLinkBuilder Object |
| Property | Defined By | ||
|---|---|---|---|
| link : CommandLink | DefaultLinkBuilder | ||
| Method | Defined By | ||
|---|---|---|---|
Sets flow cancellation as the default
action when a command result does not have any matching links. | DefaultLinkBuilder | ||
Sets successful flow completion as the default
action when a command result does not have any matching links. | DefaultLinkBuilder | ||
toFlowError(value:Object):CommandFlowBuilder
Sets an error with the specified value as the default
action when a command result does not have any matching links. | DefaultLinkBuilder | ||
| link | property |
public var link:CommandLink| toFlowCancellation | () | method |
public function toFlowCancellation():CommandFlowBuilderSets flow cancellation as the default action when a command result does not have any matching links.
ReturnsCommandFlowBuilder — the flow builder for further configuration
|
| toFlowEnd | () | method |
public function toFlowEnd():CommandFlowBuilderSets successful flow completion as the default action when a command result does not have any matching links.
ReturnsCommandFlowBuilder — the flow builder for further configuration
|
| toFlowError | () | method |
public function toFlowError(value:Object):CommandFlowBuilderSets an error with the specified value as the default action when a command result does not have any matching links.
Parameters
value:Object |
CommandFlowBuilder — the flow builder for further configuration
|