| パッケージ | com.adobe.ep.ux.content.managers |
| インターフェイス | public interface ISearchProvider extends IEventDispatcher |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
ISearchProvider interface implements a custom search implementation.
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| lastQuery : SearchQuery [読み取り専用]
The searchQuery associated with lastResults. | ISearchProvider | ||
| lastResult : ListCollectionView [読み取り専用]
The results fetched from the last search. | ISearchProvider | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | IEventDispatcher | |
![]() |
イベントをイベントフローに送出します。 | IEventDispatcher | |
![]() |
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | IEventDispatcher | |
releaseSearchResults(resultsListView:ListCollectionView, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):void
Releases the search results and performs any cleanup required. | ISearchProvider | ||
![]() |
EventDispatcher オブジェクトからリスナーを削除します。 | IEventDispatcher | |
Searches the Assets based on given searchQuery. | ISearchProvider | ||
![]() |
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | IEventDispatcher | |
イベント
| イベント | 概要 | 定義元 | ||
|---|---|---|---|---|
| The searchComplete event is thrown when a search completes successfully. | ISearchProvider | |||
| The searchError event is thrown when an error occurs during a search. | ISearchProvider | |||
プロパティの詳細
lastQuery | プロパティ |
lastQuery:SearchQuery [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The searchQuery associated with lastResults. This value is updated at the same time when the lastResults property is updated.
実装
public function get lastQuery():SearchQuerylastResult | プロパティ |
lastResult:ListCollectionView [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The results fetched from the last search.
実装
public function get lastResult():ListCollectionViewメソッドの詳細
releaseSearchResults | () | メソッド |
public function releaseSearchResults(resultsListView:ListCollectionView, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Releases the search results and performs any cleanup required. For example, unmanage the results from Data Management Services auto synchronization.
パラメーター
resultsListView:ListCollectionView — Specifies the results collection handle to be released.
| |
assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — Specifies the asset for which results are to be released.
|
search | () | メソッド |
public function search(query:SearchQuery, resultsListView:ListCollectionView = null):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Searches the Assets based on given searchQuery.
パラメーター
query:SearchQuery — Specifies the search query to execute.
| |
resultsListView:ListCollectionView (default = null) — Specifies the result collection for a search.
|
イベントの詳細
searchComplete | イベント |
イベントオブジェクトの型:
com.adobe.ep.ux.content.event.SearchEvent| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The searchComplete event is thrown when a search completes successfully.
searchError | イベント |
イベントオブジェクトの型:
mx.rpc.events.FaultEvent| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The searchError event is thrown when an error occurs during a search.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックメソッドを隠す
継承されるパブリックメソッドを表示