Pakket | com.adobe.livecycle.assetmanager.client.service |
Klasse | public class AssetQueryServiceDelegate |
Overerving | AssetQueryServiceDelegate Object |
Vervangen: Deprecated
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Manager Building Block 9.5 |
Runtimeversies: | AIR 1.0, Flash Player 9, Flash Player 10 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
AssetQueryServiceDelegate(vResponder:IResponder)
Constructor. | AssetQueryServiceDelegate | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | 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 | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
AssetQueryServiceDelegate | () | Constructor |
public function AssetQueryServiceDelegate(vResponder:IResponder)
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Manager Building Block 9.5 |
Runtimeversies: | 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.
|
Methodedetails
releaseSearchResults | () | methode |
public function releaseSearchResults(resultsListView:ListCollectionView, lcdsDestination:String, assetQueryType:String):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Manager Building Block 9.5 |
Runtimeversies: | 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 | () | methode |
public function searchAssets(collection:ListCollectionView, searchFilterList:IList, lcdsDestination:String, path:String, assetQueryType:String):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Manager Building Block 9.5 |
Runtimeversies: | 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 —
|
Wed Jun 13 2018, 11:42 AM Z