패키지 | 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():SearchQuery
lastResult | 속성 |
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, 03:17 PM Z