| Pacchetto | com.adobe.livecycle.assetmanager.client |
| Interfaccia | public interface ISearchProvider extends IEventDispatcher |
| Implementatori | SearchManager |
Obsoleti: Deprecated
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| lastQuery : SearchQuery [sola lettura]
Returns the search query associated with the result of the last search. | ISearchProvider | ||
| lastResult : ListCollectionView [sola lettura]
Returns the result of the last search. | ISearchProvider | ||
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 | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
releaseSearchResults(resultsListView:ListCollectionView, assetDescriptor:com.adobe.livecycle.assetmanager.client.model:AssetTypeDescriptor):void
Releases the search results and does any clean up tasks that are required. | ISearchProvider | ||
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
Searches assets based on the specified search query. | ISearchProvider | ||
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher | |
Eventi
| Evento | Riepilogo | Definito da | ||
|---|---|---|---|---|
| Thrown when SearchManager has completed searching. | ISearchProvider | |||
| Thrown when SearchManager encounters an error during search. | ISearchProvider | |||
Descrizione delle proprietà
lastQuery | proprietà |
lastQuery:SearchQuery [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the search query associated with the result of the last search. This function is updated when the lastResults function is updated.
Implementazione
public function get lastQuery():SearchQuerylastResult | proprietà |
lastResult:ListCollectionView [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the result of the last search.
Implementazione
public function get lastResult():ListCollectionViewDescrizione dei metodi
releaseSearchResults | () | metodo |
public function releaseSearchResults(resultsListView:ListCollectionView, assetDescriptor:com.adobe.livecycle.assetmanager.client.model:AssetTypeDescriptor):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Releases the search results and does any clean up tasks that are required. For example, disabling automatic synchronization provided by the Data Management Service.
Parametri
resultsListView:ListCollectionView — Search results to release.
| |
assetDescriptor:com.adobe.livecycle.assetmanager.client.model:AssetTypeDescriptor — AssetTypeDescriptor of the current asset, listed in the results grid.
|
search | () | metodo |
public function search(query:SearchQuery, resultsListView:ListCollectionView = null):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Searches assets based on the specified search query.
Parametri
query:SearchQuery — A SearchQuery object.
| |
resultsListView:ListCollectionView (default = null) — The results collection to populate.
|
Descrizione degli eventi
searchComplete | Evento |
Tipo di oggetto evento:
com.adobe.livecycle.assetmanager.client.event.SearchEvent| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown when SearchManager has completed searching.
searchError | Evento |
Tipo di oggetto evento:
mx.rpc.events.FaultEvent| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
| Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Thrown when SearchManager encounters an error during search.
Tue Jun 12 2018, 02:44 PM Z
Nascondi metodi pubblici ereditati
Mostra metodi pubblici ereditati