Пакет | 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 | свойство |
latestVersion:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Latest current version number out of all the version results.
Реализация
public function get latestVersion():String
Сведения о методе
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, 11:34 AM Z