Пакет | com.adobe.ep.ux.content.managers |
Интерфейс | public interface IRelationshipManager extends IEventDispatcher |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
hasModifiedDependencies : Boolean [только для чтения]
return the results from the get related search
| IRelationshipManager | ||
lastAllDependenciesResult : ListCollectionView [только для чтения]
return the results from the get related search
| IRelationshipManager | ||
lastContainedResult : ListCollectionView [только для чтения]
return the results from the get contained search
| IRelationshipManager | ||
lastRelatedResult : ListCollectionView [только для чтения]
return the results from the get related search
| IRelationshipManager |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | IEventDispatcher | ||
Посылает событие в поток событий. | 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 | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | IEventDispatcher | ||
Удаляет прослушиватель из объекта EventDispatcher. | IEventDispatcher | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | IEventDispatcher |
Сведения о свойстве
hasModifiedDependencies | свойство |
hasModifiedDependencies:Boolean
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Реализация
public function get hasModifiedDependencies():Boolean
lastAllDependenciesResult | свойство |
lastAllDependenciesResult:ListCollectionView
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Реализация
public function get lastAllDependenciesResult():ListCollectionView
lastContainedResult | свойство |
lastContainedResult:ListCollectionView
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
return the results from the get contained search
Реализация
public function get lastContainedResult():ListCollectionView
lastRelatedResult | свойство |
lastRelatedResult:ListCollectionView
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
return the results from the get related search
Реализация
public function get lastRelatedResult():ListCollectionView
Сведения о методе
getAllDependentAssets | () | метод |
public function getAllDependentAssets(assetVO:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Get all the dependent Assets that this asset effects directly or indirectly on given list of Relations.
Параметры
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 | () | метод |
public function getContainedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets that this asset is composed of based on given list of Relations.
Параметры
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 | () | метод |
public function getRelatedAssets(assetVO:Object, assetType:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationParameters:RelationParameters, resultCollection:ListCollectionView = null):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Get all the Assets related to the Given Asset and given list of Relations.
Параметры
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, 11:34 AM Z