| Pacchetto | com.adobe.ep.ux.content.services.version |
| Interfaccia | public interface IAssetVersionService |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken
Function to get the Version History of the Asset. | IAssetVersionService | ||
Descrizione dei metodi
getVersionHistory | () | metodo |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Function to get the Version History of the Asset.
Parametri
assetVO:Object — The Asset value object for which the version history is required.
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The AssetTypeDescriptor object for the asset
| |
resultCollection:ListCollectionView (default = null) — The result collection list which holds the result of the call.
|
mx.rpc:AsyncToken — AsyncToken The async token to attach result and fault handler to handle the result of the call
|
Tue Jun 12 2018, 02:44 PM Z