用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.ep.ux.content.managers 

IRelationshipManager  - AS3 ADEP Content

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)

Interface to implement if application want to provide it's own relationship/publish implementation



公共属性
 属性由以下参数定义
  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
公共方法
 方法由以下参数定义
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
IEventDispatcher
 Inherited
将事件调度到事件流中。
IEventDispatcher
  
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.
IRelationshipManager
  
Get all the Assets that this asset is composed of based on given list of Relations.
IRelationshipManager
  
Get all the Assets related to the Given Asset and given list of Relations.
IRelationshipManager
 Inherited
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
从 EventDispatcher 对象中删除侦听器。
IEventDispatcher
 Inherited
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。
IEventDispatcher
属性详细信息

hasModifiedDependencies

属性
hasModifiedDependencies:Boolean  [只读]

语言版本: 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 hasModifiedDependencies():Boolean

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





[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。