| Package | lc.domain |
| Class | public class ForwardCommand |
| Inheritance | ForwardCommand TaskUserCommand TaskCommand Object |
ForwardCommand class executes the task's forward operation.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| groupOid : String
[read-only]
The group object identifier (OID) that may be associated with this command.
| ForwardCommand | ||
![]() | 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 | |
![]() | task : Task
The task that is associated with the command.
| TaskCommand | |
![]() | user : User
| TaskUserCommand | |
| Method | Defined By | ||
|---|---|---|---|
|
ForwardCommand(task:Task)
Constructor.
| ForwardCommand | ||
|
Executes the task forward operation.
| ForwardCommand | ||
![]() |
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 = "Forward" [static]
The name of the forward command.
| ForwardCommand | ||
| groupOid | property |
groupOid:String [read-only]
The group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.
public function get groupOid():String
| ForwardCommand | () | Constructor |
public function ForwardCommand(task:Task)
Constructor.
Parameterstask:Task — Specifies the task to be associated with the command.
|
| execute | () | method |
public override function execute():Token
Executes the task forward operation.
ReturnsToken — A token that notifies the caller when execution is complete.
|
See also
| NAME | Constant |
public static const NAME:String = "Forward"
The name of the forward 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/ForwardCommand.html