| Package | lc.domain |
| Class | public class CompleteCommand |
| Inheritance | CompleteCommand TaskCommand Object |
CompleteCommand class executes the task's complete operation.
See also
| 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 | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| routeName : String
The name of the route that is associated with the complete command.
| CompleteCommand | ||
![]() | task : Task
The task that is associated with the command.
| TaskCommand | |
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| CompleteCommand | ||
|
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Constant | Defined By | ||
|---|---|---|---|
| NAME : String = "Complete" [static]
The name of the complete command.
| CompleteCommand | ||
| routeName | property |
public var routeName:String
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.
| CompleteCommand | () | Constructor |
public function CompleteCommand(task:Task, routeName:String)
Constructor.
Parameterstask:Task — Specifies the task to be associated with the command.
|
|
routeName:String |
| execute | () | method |
public override function execute():Token
Executes the task's complete operation.
ReturnsToken — A token that notifies the caller when execution is complete.
|
See also
| NAME | Constant |
public static const NAME:String = "Complete"
The name of the complete command.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/CompleteCommand.html