Pacchetto | com.adobe.livecycle.assetmanager.client.service |
Classe | public class AssetQueryServiceDelegate |
Ereditarietà | AssetQueryServiceDelegate Object |
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
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
AssetQueryServiceDelegate(vResponder:IResponder)
Constructor. | AssetQueryServiceDelegate | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):void
Releases the search results collection managed by Data Management Service. | AssetQueryServiceDelegate | ||
searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken
Initiates the search based on the specified search filter list and destination. | AssetQueryServiceDelegate | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
AssetQueryServiceDelegate | () | Funzione di costruzione |
public function AssetQueryServiceDelegate(vResponder:IResponder)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
ParametrivResponder:IResponder — An interface that provides the contract for any service that needs to respond to remote or asynchronous calls.
|
Descrizione dei metodi
releaseSearchResults | () | metodo |
public function releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):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 collection managed by Data Management Service.
Parametri
resultsListView:ListCollectionView — The results collection.
| |
lcdsDestination:String — The Data Management Service destination.
| |
assetQueryType:String — The query type.
|
searchAssets | () | metodo |
public function searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Manager 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initiates the search based on the specified search filter list and destination. The search results are populated in the given collection.
Parametri
collection:ListCollectionView — The collection that the search results are populated in.
| |
searchFilterList:IList — A list of search filters based on which the search query is fired.
| |
lcdsDestination:String — The Data Services destination on the server used for the search.
| |
path:String — The unqualified name of the class for which the search is fired.
| |
assetQueryType:String — The search type. For example, HQL_QUERY or CMS_QUERY.
|
mx.rpc:AsyncToken —
|
Tue Jun 12 2018, 02:44 PM Z