Pacote | com.adobe.ep.ux.content.services.relationships |
Interface | public interface IAssetRelationshipService |
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 | ||
---|---|---|---|
getAllDependentAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, assetIdOrPath:String, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken
Function to get All Assets used by this Asset and those which use this asset
| IAssetRelationshipService | ||
getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken
Function to get All Assets used by this Asset. | IAssetRelationshipService | ||
getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):mx.rpc:AsyncToken
Function to get All Assets where this asset is used And which all are contained in this asset. | IAssetRelationshipService |
Detalhes do método
getAllDependentAssets | () | método |
public function getAllDependentAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, assetIdOrPath:String, 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 All Assets used by this Asset and those which use this asset
Parâmetros
assetVO:Object — The asset value object for which the contained assets is required
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The AssetTypeDescriptor object for the asset
| |
relationParameters:RelationParameters — The RelationParameters object for the call.
| |
assetIdOrPath:String — assetId or path
| |
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
|
getContainedAssets | () | método |
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, 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 All Assets used by this Asset. Please use getRelatedAssets instead.
Parâmetros
assetVO:Object — The asset value object for which the contained assets is required
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The AssetTypeDescriptor object for the asset
| |
relationParameters:RelationParameters — The RelationParameters object for the call.
| |
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
|
getRelatedAssets | () | método |
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, 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 All Assets where this asset is used And which all are contained in this asset.
Parâmetros
assetVO:Object — The asset value object for which the releated assets is required
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The AssetTypeDescriptor object for the asset
| |
relationParameters:RelationParameters — The RelationParameters object for the call.
| |
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