Package | com.adobe.ep.ux.content.managers |
Interface | public 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) |
Public Properties
Property | Defined 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
Method | Defined By | ||
---|---|---|---|
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 | ||
Dispatches an event into the event flow. | 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 | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
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
|
Thu Dec 6 2018, 01:12 PM -08:00