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.relationships 

IAssetRelationshipService  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.services.relationships
Interfacepublic interface IAssetRelationshipService

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 Relationships of Asset.



Public Methods
 MethodDefined By
  
Function to get All Assets used by this Asset and those which use this asset
IAssetRelationshipService
  
Function to get All Assets used by this Asset.
IAssetRelationshipService
  
Function to get All Assets where this asset is used And which all are contained in this asset.
IAssetRelationshipService
Method Detail

getAllDependentAssets

()method
public function getAllDependentAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, assetIdOrPath:String, 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 All Assets used by this Asset and those which use this asset

Parameters

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.

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

getContainedAssets

()method 
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, 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 All Assets used by this Asset. Please use getRelatedAssets instead.

Parameters

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.

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

getRelatedAssets

()method 
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, 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 All Assets where this asset is used And which all are contained in this asset.

Parameters

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.

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