| Paquete | com.adobe.ep.ux.content.managers |
| Interfaz | public interface IVersionManager extends IEventDispatcher |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| lastVersionResults : ListCollectionView [solo lectura]
The latest scollection of versions for an asset that was retrieved for the server. | IVersionManager | ||
| latestVersion : String [solo lectura]
Latest current version number out of all the version results. | IVersionManager | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | IEventDispatcher | |
![]() |
Distribuye un evento en el flujo del evento. | 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 | ||
![]() |
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | IEventDispatcher | |
![]() |
Elimina un detector del objeto EventDispatcher. | IEventDispatcher | |
![]() |
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | IEventDispatcher | |
Información sobre propiedades
lastVersionResults | propiedad |
lastVersionResults:ListCollectionView [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The latest scollection of versions for an asset that was retrieved for the server.
Implementación
public function get lastVersionResults():ListCollectionViewlatestVersion | propiedad |
latestVersion:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Latest current version number out of all the version results.
Implementación
public function get latestVersion():StringInformación sobre métodos
getVersionHistory | () | método |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Retrieves all the versions of of the specified assetVO parameter.
Parámetros
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, 02:12 PM Z
Ocultar métodos públicos heredados
Mostrar métodos públicos heredados