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

IRelationshipManager  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.managers
Interfacepublic interface IRelationshipManager extends IEventDispatcher

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

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



Public Properties
 PropertyDefined By
  hasModifiedDependencies : Boolean
[read-only] return the results from the get related search
IRelationshipManager
  lastAllDependenciesResult : ListCollectionView
[read-only] return the results from the get related search
IRelationshipManager
  lastContainedResult : ListCollectionView
[read-only] return the results from the get contained search
IRelationshipManager
  lastRelatedResult : ListCollectionView
[read-only] return the results from the get related search
IRelationshipManager
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
 Inherited
Dispatches an event into the event flow.
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
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
Property Detail

hasModifiedDependencies

property
hasModifiedDependencies:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

return the results from the get related search



Implementation
    public function get hasModifiedDependencies():Boolean

lastAllDependenciesResult

property 
lastAllDependenciesResult:ListCollectionView  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

return the results from the get related search



Implementation
    public function get lastAllDependenciesResult():ListCollectionView

lastContainedResult

property 
lastContainedResult:ListCollectionView  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

return the results from the get contained search



Implementation
    public function get lastContainedResult():ListCollectionView

lastRelatedResult

property 
lastRelatedResult:ListCollectionView  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

return the results from the get related search



Implementation
    public function get lastRelatedResult():ListCollectionView
Method Detail

getAllDependentAssets

()method
public function getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.

Parameters

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

()method 
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Get all the Assets that this asset is composed of based on given list of Relations.

Parameters

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

()method 
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Get all the Assets related to the Given Asset and given list of Relations.

Parameters

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