包 | com.adobe.ep.ux.content.managers |
接口 | public interface IRelationshipManager extends IEventDispatcher |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
hasModifiedDependencies : Boolean [只读]
return the results from the get related search
| IRelationshipManager | ||
lastAllDependenciesResult : ListCollectionView [只读]
return the results from the get related search
| IRelationshipManager | ||
lastContainedResult : ListCollectionView [只读]
return the results from the get contained search
| IRelationshipManager | ||
lastRelatedResult : ListCollectionView [只读]
return the results from the get related search
| IRelationshipManager |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | IEventDispatcher | ||
将事件调度到事件流中。 | IEventDispatcher | ||
getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations. | IRelationshipManager | ||
getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Get all the Assets that this asset is composed of based on given list of Relations. | IRelationshipManager | ||
getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Get all the Assets related to the Given Asset and given list of Relations. | IRelationshipManager | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | IEventDispatcher | ||
从 EventDispatcher 对象中删除侦听器。 | IEventDispatcher | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | IEventDispatcher |
属性详细信息
hasModifiedDependencies | 属性 |
lastAllDependenciesResult | 属性 |
lastAllDependenciesResult:ListCollectionView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
实现
public function get lastAllDependenciesResult():ListCollectionView
lastContainedResult | 属性 |
lastContainedResult:ListCollectionView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
return the results from the get contained search
实现
public function get lastContainedResult():ListCollectionView
lastRelatedResult | 属性 |
lastRelatedResult:ListCollectionView
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
实现
public function get lastRelatedResult():ListCollectionView
方法详细信息
getAllDependentAssets | () | 方法 |
public function getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.
参数
assetVO:Object — The asset for which dependent assets are required
| |
assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The Asset Descriptor of the input asset
| |
relationParameters:RelationParameters — The relation parameters used to get related assets
| |
resultCollection:ListCollectionView (default = null ) — The list of results
|
getContainedAssets | () | 方法 |
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets that this asset is composed of based on given list of Relations.
参数
assetVO:Object — The asset for which dependent assets are required
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The Asset Descriptor of the input asset
| |
relationParameters:RelationParameters — The relation parameters used to get related assets
| |
resultCollection:ListCollectionView (default = null ) — The list of results
|
getRelatedAssets | () | 方法 |
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets related to the Given Asset and given list of Relations.
参数
assetVO:Object — The asset for which dependent assets are required
| |
assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — The Asset Descriptor of the input asset
| |
relationParameters:RelationParameters — The relation parameters used to get related assets
| |
resultCollection:ListCollectionView (default = null ) — The list of results
|
Tue Jun 12 2018, 11:04 AM Z