パッケージ | lc.procmgmt.commands |
クラス | public class DeleteAttachmentCommand |
継承 | DeleteAttachmentCommand AttachmentCommand Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
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 | ||
[オーバーライド]
Deletes the attachment from the task. | DeleteAttachmentCommand | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AttachmentCommand | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
Removes a listener from the EventDispatcher object. | AttachmentCommand | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
NAME : String = "DeleteAttachmentCommand" [静的]
The name of the command. | DeleteAttachmentCommand |
コンストラクターの詳細
DeleteAttachmentCommand | () | コンストラクター |
public function DeleteAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
|
メソッドの詳細
execute | () | メソッド |
override public function execute():lc.foundation.util:Token
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
|
定数の詳細
NAME | 定数 |
public static const NAME:String = "DeleteAttachmentCommand"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Tue Jun 12 2018, 10:34 AM Z