Package | com.adobe.ep.ux.content.services.relationships |
Interface | public 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) |
Public Methods
Method | Defined By | ||
---|---|---|---|
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 |
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.
|
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.
|
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.
|
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