パッケージ | lc.procmgmt.commands |
クラス | public class DisplayAttachmentCommand |
継承 | DisplayAttachmentCommand AttachmentCommand Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
DisplayAttachmentCommand
class returns the attachment document stored with the task.
The attachment document that is returned can be displayed to a user.
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = null)
Constructor. | DisplayAttachmentCommand | ||
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 that is being held by the
TaskAttachmentInfo object. | DisplayAttachmentCommand | ||
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 = "DisplayAttachmentCommand" [静的]
The name of the command. | DisplayAttachmentCommand |
コンストラクターの詳細
DisplayAttachmentCommand | () | コンストラクター |
public function DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターtaskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo (default = null ) — Specifies the TaskAttachmentInfo object
that is associated with this command.
When the value of null is used, the taskAttachmentInfo
property must be specified before the execute() method is used.
|
メソッドの詳細
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 that is being held by the
TaskAttachmentInfo
object.
lc.foundation.util:Token — A token that permits the caller to be notified when the execution is complete.
|
定数の詳細
NAME | 定数 |
public static const NAME:String = "DisplayAttachmentCommand"
言語バージョン: | 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