Paket | lc.procmgmt.commands |
Sınıf | public class ForwardCommand |
Miras Alma | ForwardCommand TaskUserCommand TaskCommand Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ForwardCommand
class executes the forward operation for a task.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
groupOid : String [geçersiz kıl] [salt okunur]
The group object identifier (OID) that may be associated with this command. | ForwardCommand | ||
name : String [salt okunur]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | ||
user : User
The User object. | TaskUserCommand |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | ForwardCommand | ||
[geçersiz kıl]
Executes the task forward operation. | ForwardCommand | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
NAME : String = "Forward" [statik]
The name of the forward command. | ForwardCommand |
Özellik Ayrıntısı
groupOid | özellik |
groupOid:String
[salt okunur] [geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.
Uygulama
override public function get groupOid():String
Yapıcı Ayrıntı
ForwardCommand | () | Yapıcı |
public function ForwardCommand(task:lc.procmgmt.domain:Task)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrelertask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
|
Yöntem Ayrıntısı
execute | () | yöntem |
override public function execute():lc.foundation.util:Token
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the task forward operation.
Döndürürlc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
İlgili API Öğeleri
Sabit Ayrıntısı
NAME | Sabit |
public static const NAME:String = "Forward"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the forward command.
Tue Jun 12 2018, 01:09 PM Z