| Pakiet | com.adobe.ep.ux.content.managers |
| Interfejs | public interface IVersionManager extends IEventDispatcher |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| lastVersionResults : ListCollectionView [tylko do odczytu]
The latest scollection of versions for an asset that was retrieved for the server. | IVersionManager | ||
| latestVersion : String [tylko do odczytu]
Latest current version number out of all the version results. | IVersionManager | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | IEventDispatcher | |
![]() |
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | 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 | ||
![]() |
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | IEventDispatcher | |
![]() |
Usuwa detektor z obiektu EventDispatcher. | IEventDispatcher | |
![]() |
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | IEventDispatcher | |
Szczegół właściwości
lastVersionResults | właściwość |
lastVersionResults:ListCollectionView [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The latest scollection of versions for an asset that was retrieved for the server.
Implementacja
public function get lastVersionResults():ListCollectionViewlatestVersion | właściwość |
latestVersion:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Latest current version number out of all the version results.
Implementacja
public function get latestVersion():StringSzczegół metody
getVersionHistory | () | metoda |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Retrieves all the versions of of the specified assetVO parameter.
Parametry
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, 12:06 PM Z
Ukryj dziedziczone metody publiczne
Pokaż dziedziczone metody publiczne