(Beta)
| Package | lc.procmgmt.commands | 
| Class | public class CompleteCommand | 
| Inheritance | CompleteCommand    TaskCommand   Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 | 
CompleteCommand class executes complete operation for a task.
	 
	 Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
![]()  | name : String [read-only] 
		 The name of the command for the task.  | TaskCommand | |
| routeName : String 
		 The name of the route that is associated with the complete command.  | CompleteCommand | ||
![]()  | task : lc.procmgmt.domain:Task 
		 The task that is associated with the command.  | TaskCommand | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
		 Constructor.  | CompleteCommand | ||
[override] 
		 Executes the task's complete operation.  | CompleteCommand | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| NAME : String = "Complete" [static] 
		 A special value that specifies the name of the complete command.  | CompleteCommand | ||
Property Detail
routeName | property | 
public var routeName:String| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 | 
		 The name of the route that is associated with the complete command. The
		 routeName property is not used directly, but may be accessed by other 
		 objects that reference the command.
		 
		 
Constructor Detail
CompleteCommand | () | Constructor | 
public function CompleteCommand(task:lc.procmgmt.domain:Task, routeName:String)| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Constructor.
Parameterstask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
		  | |
routeName:String | 
Method Detail
execute | () | method | 
override public function execute():lc.foundation.util:Token| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Executes the task's complete operation.
Returnslc.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 = "Complete"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 | 
A special value that specifies the name of the complete command.
Wed Nov 21 2018, 06:34 AM -08:00
 
 Hide Inherited Public Properties
 Show Inherited Public Properties