| Package | com.adobe.livecycle.assetmanager.client.service | 
| Class | public class AssetQueryServiceDelegate | 
| Inheritance | AssetQueryServiceDelegate    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 | 
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
AssetQueryServiceDelegate(vResponder:IResponder) 
		 Constructor.  | AssetQueryServiceDelegate | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 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 | ||
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 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.
ParametersvResponder: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.
		  | 
mx.rpc:AsyncToken — 
		  | 
Thu Dec 4 2014, 05:50 PM -08:00
 