Packageorg.spicefactory.lib.command.builder
Classpublic class LinkTargetBuilder
InheritanceLinkTargetBuilder Inheritance Object



Public Methods
 MethodDefined By
  
Links to the specified command instance as the next command to execute.
LinkTargetBuilder
  
Links to the specified command type as the next command to execute.
LinkTargetBuilder
  
Links to the end of the flow, meaning that the flow will signal successful completion.
LinkTargetBuilder
Method Detail
toCommandInstance()method
public function toCommandInstance(command:Object):CommandLinkBuilder

Links to the specified command instance as the next command to execute.

Parameters

command:Object — the command instance to execute

Returns
CommandLinkBuilder — the link builder to specify further links for the same command
toCommandType()method 
public function toCommandType(type:Class):CommandLinkBuilder

Links to the specified command type as the next command to execute.

Parameters

type:Class — the type of command to execute

Returns
CommandLinkBuilder — the link builder to specify further links for the same command
toFlowEnd()method 
public function toFlowEnd():CommandLinkBuilder

Links to the end of the flow, meaning that the flow will signal successful completion.

Returns
CommandLinkBuilder — the link builder to specify further links for the same command