| Pacchetto | com.adobe.ep.ux.content.managers |
| Interfaccia | public interface IRelationshipManager extends IEventDispatcher |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| hasModifiedDependencies : Boolean [sola lettura]
return the results from the get related search
| IRelationshipManager | ||
| lastAllDependenciesResult : ListCollectionView [sola lettura]
return the results from the get related search
| IRelationshipManager | ||
| lastContainedResult : ListCollectionView [sola lettura]
return the results from the get contained search
| IRelationshipManager | ||
| lastRelatedResult : ListCollectionView [sola lettura]
return the results from the get related search
| IRelationshipManager | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | 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 | ||
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher | |
Descrizione delle proprietà
hasModifiedDependencies | proprietà |
hasModifiedDependencies:Boolean [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementazione
public function get hasModifiedDependencies():BooleanlastAllDependenciesResult | proprietà |
lastAllDependenciesResult:ListCollectionView [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementazione
public function get lastAllDependenciesResult():ListCollectionViewlastContainedResult | proprietà |
lastContainedResult:ListCollectionView [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
return the results from the get contained search
Implementazione
public function get lastContainedResult():ListCollectionViewlastRelatedResult | proprietà |
lastRelatedResult:ListCollectionView [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Implementazione
public function get lastRelatedResult():ListCollectionViewDescrizione dei metodi
getAllDependentAssets | () | metodo |
public function getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.
Parametri
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 | () | metodo |
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets that this asset is composed of based on given list of Relations.
Parametri
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 | () | metodo |
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets related to the Given Asset and given list of Relations.
Parametri
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, 02:44 PM Z
Nascondi metodi pubblici ereditati
Mostra metodi pubblici ereditati