包 | com.adobe.livecycle.assetmanager.client.service |
类 | public class AssetQueryServiceDelegate |
继承 | AssetQueryServiceDelegate Object |
不推荐使用: Deprecated
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
AssetQueryServiceDelegate(vResponder:IResponder)
Constructor. | AssetQueryServiceDelegate | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | 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 | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
构造函数详细信息
AssetQueryServiceDelegate | () | 构造函数 |
public function AssetQueryServiceDelegate(vResponder:IResponder)
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
参数vResponder:IResponder — An interface that provides the contract for any service that needs to respond to remote or asynchronous calls.
|
方法详细信息
releaseSearchResults | () | 方法 |
public function releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):void
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Releases the search results collection managed by Data Management Service.
参数
resultsListView:ListCollectionView — The results collection.
| |
lcdsDestination:String — The Data Management Service destination.
| |
assetQueryType:String — The query type.
|
searchAssets | () | 方法 |
public function searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | 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.
参数
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, 11:04 AM Z