ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.services.version 

IAssetVersionService  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.services.version
Interfacepublic interface IAssetVersionService

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Service to get Version History of Asset.



Public Methods
 MethodDefined By
  
Function to get the Version History of the Asset.
IAssetVersionService
Method Detail

getVersionHistory

()method
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Function to get the Version History of the Asset.

Parameters

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.

Returns
mx.rpc:AsyncToken — AsyncToken The async token to attach result and fault handler to handle the result of the call