Paket | com.adobe.ep.ux.content.managers |
Schnittstelle | public interface IRelationshipManager extends IEventDispatcher |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
hasModifiedDependencies : Boolean [schreibgeschützt]
return the results from the get related search
| IRelationshipManager | ||
lastAllDependenciesResult : ListCollectionView [schreibgeschützt]
return the results from the get related search
| IRelationshipManager | ||
lastContainedResult : ListCollectionView [schreibgeschützt]
return the results from the get contained search
| IRelationshipManager | ||
lastRelatedResult : ListCollectionView [schreibgeschützt]
return the results from the get related search
| IRelationshipManager |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | IEventDispatcher | ||
Sendet ein Ereignis in den Ereignisablauf. | 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 | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | IEventDispatcher | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | IEventDispatcher | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | IEventDispatcher |
Eigenschaftendetails
hasModifiedDependencies | Eigenschaft |
hasModifiedDependencies:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementierung
public function get hasModifiedDependencies():Boolean
lastAllDependenciesResult | Eigenschaft |
lastAllDependenciesResult:ListCollectionView
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementierung
public function get lastAllDependenciesResult():ListCollectionView
lastContainedResult | Eigenschaft |
lastContainedResult:ListCollectionView
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
return the results from the get contained search
Implementierung
public function get lastContainedResult():ListCollectionView
lastRelatedResult | Eigenschaft |
lastRelatedResult:ListCollectionView
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementierung
public function get lastRelatedResult():ListCollectionView
Methodendetails
getAllDependentAssets | () | Methode |
public function getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.
Parameter
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 | () | Methode |
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets that this asset is composed of based on given list of Relations.
Parameter
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 | () | Methode |
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets related to the Given Asset and given list of Relations.
Parameter
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, 10:04 AM Z