パッケージ | com.adobe.ep.ux.content.managers |
インターフェイス | public interface IVersionManager extends IEventDispatcher |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
lastVersionResults : ListCollectionView [読み取り専用]
The latest scollection of versions for an asset that was retrieved for the server. | IVersionManager | ||
latestVersion : String [読み取り専用]
Latest current version number out of all the version results. | IVersionManager |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | ||
イベントをイベントフローに送出します。 | IEventDispatcher | ||
getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):void
Retrieves all the versions of of the specified assetVO parameter. | IVersionManager | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | ||
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher |
プロパティの詳細
lastVersionResults | プロパティ |
lastVersionResults:ListCollectionView
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The latest scollection of versions for an asset that was retrieved for the server.
実装
public function get lastVersionResults():ListCollectionView
latestVersion | プロパティ |
メソッドの詳細
getVersionHistory | () | メソッド |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Retrieves all the versions of of the specified assetVO
parameter.
パラメーター
assetVO:Object — Specifiees the asset from where version history is retrieved.
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — Specifies the AssetTypeDescriptor of the asset object from the assetVO parameter.
| |
resultCollection:ListCollectionView (default = null ) — Specifies the version history of the asset.
|
Tue Jun 12 2018, 10:34 AM Z