パッケージ | 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, 10:34 AM Z