Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.livecycle.assetmanager.client.service 

AssetQueryServiceDelegate  - AS3 Asset Manager

Pacchettocom.adobe.livecycle.assetmanager.client.service
Classepublic class AssetQueryServiceDelegate
EreditarietàAssetQueryServiceDelegate Inheritance 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

A simple delegate to QueryService that attaches success and fault listeners to the QueryService response.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
Constructor.
AssetQueryServiceDelegate
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
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
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
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.

Parametri
vResponder: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.

Restituisce
mx.rpc:AsyncToken




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.