パッケージ | com.adobe.icc.editors.managers |
クラス | public class FileUploadManager |
継承 | FileUploadManager EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
FileUploadManager
handles the upload of files to the CM server.
There are instances where a file needs to be associated with an asset e.g. an XDP
file is associated with Layout, an JPEG file is associated with Image module. The
files need to uploaded to the server via the upload servlet.
FileUploadManager
abstracts the servlet path and authentication
details and lets you upload files with a simplified API.
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
contentFile : File
The FileReference object associated with the upload. | FileUploadManager | ||
file : FileModel
Represents the object encapsulating the uploaded file details. | FileUploadManager | ||
fileReference : FileReference
The fileReference instance that opens a pop up to browse for files to be uploaded to server. | FileUploadManager | ||
fileTypes : Array
The file types filter that should apply to the Browse File dialog. | FileUploadManager | ||
FILE_UPLOAD_URL : String = "http://localhost:4502" [静的]
The URL where the files will be uploaded. | FileUploadManager | ||
isUploading : Boolean
Indicates whether a file upload is currenly in progress. | FileUploadManager | ||
userManager : ISSOManager [静的]
The instance of ISSOManager which holds the information about current logged in user. | FileUploadManager |
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
Starts the file upload on client. | FileUploadManager | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
イベント | 概要 | 定義元 | ||
---|---|---|---|---|
[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。 | EventDispatcher | |||
[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。 | EventDispatcher | |||
Dispatched to indicate the occurence of a fault during the upload process. | FileUploadManager | |||
Dispatched when the file upload completes. | FileUploadManager | |||
Dispatched when the file has started to upload. | FileUploadManager |
contentFile | プロパティ |
contentFile:File
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The FileReference
object associated with the upload.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get contentFile():File
public function set contentFile(value:File):void
file | プロパティ |
public var file:FileModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Represents the object encapsulating the uploaded file details.
FILE_UPLOAD_URL | プロパティ |
public static var FILE_UPLOAD_URL:String = "http://localhost:4502"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The URL where the files will be uploaded.
fileReference | プロパティ |
fileReference:FileReference
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The fileReference instance that opens a pop up to browse for files to be uploaded to server.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get fileReference():FileReference
public function set fileReference(value:FileReference):void
fileTypes | プロパティ |
public var fileTypes:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The file types filter that should apply to the Browse File dialog.
isUploading | プロパティ |
public var isUploading:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Indicates whether a file upload is currenly in progress. This flag stays true till the time a file is being uploaded.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 uploadEnd
イベントが送出されます。
userManager | プロパティ |
userManager:ISSOManager
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The instance of ISSOManager which holds the information about current logged in user.
実装
public static function get userManager():ISSOManager
public static function set userManager(value:ISSOManager):void
upload | () | メソッド |
public function upload(fileTypes:Array = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10.0 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Starts the file upload on client.
Invoking this method launches the File Browse dialog and lets the user choose a file for upload. The upload starts immediately after the user chooses a file for upload.
パラメーター
fileTypes:Array (default = null ) — The file types filter that should apply to the Browse File dialog.
|
fault | イベント |
flash.events.Event
プロパティ Event.type =
flash.events.Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Dispatched to indicate the occurence of a fault during the upload process.
uploadEnd | イベント |
flash.events.Event
プロパティ Event.type =
flash.events.Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the file upload completes.
uploadStart | イベント |
flash.events.Event
プロパティ Event.type =
flash.events.Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the file has started to upload.
Tue Jun 12 2018, 10:34 AM Z