| Pacote | com.adobe.ep.ux.content.managers |
| Interface | public interface IVersionManager extends IEventDispatcher |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| lastVersionResults : ListCollectionView [somente leitura]
The latest scollection of versions for an asset that was retrieved for the server. | IVersionManager | ||
| latestVersion : String [somente leitura]
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 um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | IEventDispatcher | |
![]() |
Envia um evento para o fluxo de eventos. | 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 | ||
![]() |
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | |
![]() |
Remove um ouvinte do objeto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | IEventDispatcher | |
Detalhes da propriedade
lastVersionResults | propriedade |
lastVersionResults:ListCollectionView [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The latest scollection of versions for an asset that was retrieved for the server.
Implementação
public function get lastVersionResults():ListCollectionViewlatestVersion | propriedade |
latestVersion:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Latest current version number out of all the version results.
Implementação
public function get latestVersion():StringDetalhes do método
getVersionHistory | () | método |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z
Ocultar métodos públicos herdados
Mostrar métodos públicos herdados