ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.assetmanager.client.service 

AssetQueryServiceDelegate  - AS3 Asset Manager

Packagecom.adobe.livecycle.assetmanager.client.service
Classpublic class AssetQueryServiceDelegate
InheritanceAssetQueryServiceDelegate Inheritance Object
Deprecated: Deprecated

Language Version: ActionScript 3.0
Product Version: Asset Manager Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

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



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Constructor.
AssetQueryServiceDelegate
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
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
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constructor Detail

AssetQueryServiceDelegate

()Constructor
public function AssetQueryServiceDelegate(vResponder:IResponder)

Language Version: ActionScript 3.0
Product Version: Asset Manager Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

Constructor.

Parameters
vResponder:IResponder — An interface that provides the contract for any service that needs to respond to remote or asynchronous calls.
Method Detail

releaseSearchResults

()method
public function releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):void

Language Version: ActionScript 3.0
Product Version: Asset Manager Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

Releases the search results collection managed by Data Management Service.

Parameters

resultsListView:ListCollectionView — The results collection.
 
lcdsDestination:String — The Data Management Service destination.
 
assetQueryType:String — The query type.

searchAssets

()method 
public function searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Asset Manager Building Block 9.5
Runtime Versions: 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.

Parameters

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.

Returns
mx.rpc:AsyncToken