Pacote | com.adobe.ep.ux.content.services.version |
Interface | public interface IAssetVersionService |
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) |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Detalhes do método
getVersionHistory | () | método |
public function getVersionHistory(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken
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) |
Function to get the Version History of the Asset.
Parâmetros
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
|
Wed Jun 13 2018, 11:10 AM Z