Paket | com.adobe.livecycle.assetmanager.client.service |
Sınıf | public class AssetQueryServiceDelegate |
Miras Alma | AssetQueryServiceDelegate Object |
Onaylanmamış : Deprecated
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Manager Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
AssetQueryServiceDelegate(vResponder:IResponder)
Constructor. | AssetQueryServiceDelegate | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | 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 | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
AssetQueryServiceDelegate | () | Yapıcı |
public function AssetQueryServiceDelegate(vResponder:IResponder)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Manager Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
ParametrelervResponder:IResponder — An interface that provides the contract for any service that needs to respond to remote or asynchronous calls.
|
Yöntem Ayrıntısı
releaseSearchResults | () | yöntem |
public function releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Manager Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Releases the search results collection managed by Data Management Service.
Parametreler
resultsListView:ListCollectionView — The results collection.
| |
lcdsDestination:String — The Data Management Service destination.
| |
assetQueryType:String — The query type.
|
searchAssets | () | yöntem |
public function searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Manager Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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, 01:09 PM Z