| Paket | com.adobe.ep.ux.content.managers |
| Gränssnitt | public interface IRelationshipManager extends IEventDispatcher |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| hasModifiedDependencies : Boolean [skrivskyddad]
return the results from the get related search
| IRelationshipManager | ||
| lastAllDependenciesResult : ListCollectionView [skrivskyddad]
return the results from the get related search
| IRelationshipManager | ||
| lastContainedResult : ListCollectionView [skrivskyddad]
return the results from the get contained search
| IRelationshipManager | ||
| lastRelatedResult : ListCollectionView [skrivskyddad]
return the results from the get related search
| IRelationshipManager | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | IEventDispatcher | |
![]() |
Skickar en händelse till händelseflödet. | 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 | ||
![]() |
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | IEventDispatcher | |
![]() |
Tar bort en avlyssnare från EventDispatcher-objektet. | IEventDispatcher | |
![]() |
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | IEventDispatcher | |
Egenskapsdetaljer
hasModifiedDependencies | egenskap |
hasModifiedDependencies:Boolean [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementering
public function get hasModifiedDependencies():BooleanlastAllDependenciesResult | egenskap |
lastAllDependenciesResult:ListCollectionView [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementering
public function get lastAllDependenciesResult():ListCollectionViewlastContainedResult | egenskap |
lastContainedResult:ListCollectionView [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
return the results from the get contained search
Implementering
public function get lastContainedResult():ListCollectionViewlastRelatedResult | egenskap |
lastRelatedResult:ListCollectionView [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementering
public function get lastRelatedResult():ListCollectionViewMetoddetaljer
getAllDependentAssets | () | metod |
public function getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.
Parametrar
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 | () | metod |
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets that this asset is composed of based on given list of Relations.
Parametrar
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 | () | metod |
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets related to the Given Asset and given list of Relations.
Parametrar
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, 01:40 PM Z
Dölj ärvda publika metoder
Visa ärvda publika metoder