Package | com.adobe.ep.ux.content.services.version |
Interface | public 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) |
Public Methods
Method | Defined By | ||
---|---|---|---|
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 |
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.
|
mx.rpc:AsyncToken — AsyncToken The async token to attach result and fault handler to handle the result of the call
|
Mon Nov 28 2011, 06:48 AM -08:00