適用於 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 類別就會以英文顯示。