| Paket | lc.procmgmt.commands |
| Sınıf | public class DeleteAttachmentCommand |
| Miras Alma | DeleteAttachmentCommand AttachmentCommand 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 |
DeleteAttachmentCommand class removes the specified attachment
from a task. The attachment is referenced by a TaskAttachmentInfo object.
İlgili API Öğeleri
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
DeleteAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)
Constructor. | DeleteAttachmentCommand | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | AttachmentCommand | |
![]() |
Dispatches an event into the event flow. | AttachmentCommand | |
[geçersiz kıl]
Deletes the attachment from the task. | DeleteAttachmentCommand | ||
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AttachmentCommand | |
![]() |
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 | |
![]() |
Removes a listener from the EventDispatcher object. | AttachmentCommand | |
![]() |
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 | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand | |
Genel Sabitler
| Sabit | Tanımlayan: | ||
|---|---|---|---|
| NAME : String = "DeleteAttachmentCommand" [statik]
The name of the command. | DeleteAttachmentCommand | ||
Yapıcı Ayrıntı
DeleteAttachmentCommand | () | Yapıcı |
public function DeleteAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)| 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.
Information in the passed TaskAttachmentInfo object is used to
determine the command's enabled property.
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo — Specifies the TaskAttachmentInfo object that contains the
task and attachment information.
|
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 |
Deletes the attachment from the task. The task is stored by the TaskAttachmentInfo object.
lc.foundation.util:Token — A token that allows the caller to be notified when the deletion is complete.
|
Sabit Ayrıntısı
NAME | Sabit |
public static const NAME:String = "DeleteAttachmentCommand"| 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 command.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster