Pakiet | com.adobe.livecycle.assetmanager.client.service |
Klasa | public class AssetQueryServiceDelegate |
Dziedziczenie | AssetQueryServiceDelegate Object |
Przestarzałe: Deprecated
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
AssetQueryServiceDelegate(vResponder:IResponder)
Constructor. | AssetQueryServiceDelegate | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | 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 | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
AssetQueryServiceDelegate | () | Konstruktor |
public function AssetQueryServiceDelegate(vResponder:IResponder)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
ParametryvResponder:IResponder — An interface that provides the contract for any service that needs to respond to remote or asynchronous calls.
|
Szczegół metody
releaseSearchResults | () | metoda |
public function releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Releases the search results collection managed by Data Management Service.
Parametry
resultsListView:ListCollectionView — The results collection.
| |
lcdsDestination:String — The Data Management Service destination.
| |
assetQueryType:String — The query type.
|
searchAssets | () | metoda |
public function searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Manager Building Block 9.5 |
Wersje środowiska wykonawczego: | 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.
Parametry
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, 12:06 PM Z