パッケージ | lc.procmgmt.commands |
クラス | public class SaveAttachmentCommand |
継承 | SaveAttachmentCommand AttachmentCommand Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SaveAttachmentCommand
class returns the attachment document that is
referenced by the TaskAttachmentInfo
object. The attachment document can then
be saved for use at a later time.
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
SaveAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)
Constructor. | SaveAttachmentCommand | ||
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 | ||
[オーバーライド]
Retrieves the attachment from the task. | SaveAttachmentCommand | ||
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 = "SaveAttachmentCommand" [静的]
The name of the command. | SaveAttachmentCommand |
コンストラクターの詳細
SaveAttachmentCommand | () | コンストラクター |
public function SaveAttachmentCommand(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 specified TaskAttachmentInfo
object is used to
calculate the command's enabled
property.
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo — Specifies the TaskAttachmentInfo object that is
associated with this command.
|
メソッドの詳細
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 |
Retrieves 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
execution is complete.
|
定数の詳細
NAME | 定数 |
public static const NAME:String = "SaveAttachmentCommand"
言語バージョン: | 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