| Пакет | com.adobe.ep.ux.content.services.version |
| Интерфейс | public interface IAssetVersionService |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
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 | ||
Сведения о методе
getVersionHistory | () | метод |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Function to get the Version History of the Asset.
Параметры
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, 11:34 AM Z