Paket | lc.procmgmt.commands |
Sınıf | public class ShareCommand |
Miras Alma | ShareCommand 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 |
ShareCommand
class executes the task's share operation.
İ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. | ShareCommand | ||
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. | ShareCommand | ||
[geçersiz kıl]
Executes the task's share operation. | ShareCommand | ||
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 = "Share" [statik]
The name of the share command. | ShareCommand |
Ö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ı
ShareCommand | () | Yapıcı |
public function ShareCommand(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's share 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 = "Share"
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 share command.
Tue Jun 12 2018, 01:09 PM Z