ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.commands 

AbandonCommand  - AS3 ADEP Workspace

Packagelc.procmgmt.commands
Classpublic class AbandonCommand
InheritanceAbandonCommand Inheritance TaskCommand Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The AbandonCommand class executes the abandon operation for a task.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedname : String
[read-only] The name of the command for the task.
TaskCommand
 Inheritedtask : lc.procmgmt.domain:Task
The task that is associated with the command.
TaskCommand
Public Methods
 MethodDefined By
  
Constructor.
AbandonCommand
  
[override] Executes the task's abandon operation.
AbandonCommand
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  NAME : String = "Abandon"
[static] The name of the abandon command.
AbandonCommand
Constructor Detail

AbandonCommand

()Constructor
public function AbandonCommand(task:lc.procmgmt.domain:Task)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parameters
task:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
Method Detail

execute

()method
override public function execute():lc.foundation.util:Token

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Executes the task's abandon operation.

Returns
lc.foundation.util:Token — A token that notifies the caller when execution is complete.

Related API Elements

Constant Detail

NAME

Constant
public static const NAME:String = "Abandon"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The name of the abandon command.