Пакет | com.adobe.livecycle.assetmanager.client.service.search.cms |
Интерфейс | public interface ICMSQueryService extends IQueryService |
Устаревший: Deprecated
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
fill(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchEntityName:String):mx.rpc:AsyncToken
Populates the itemCollection by calling the backend Dataservice.fill() method. | IQueryService | ||
fillAdvanced(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchEntityName:String, searchParams:SearchParameters):mx.rpc:AsyncToken
Populates the itemCollection by calling the backend Dataservice.fill() method. | ICMSQueryService | ||
Retrieves the string representation of SearchFilter.JOIN_OPERATOR
for this query service implementation. | IQueryService | ||
Retrieves the string representation of the SearchFilter.Operator
for this query service implementation
| IQueryService | ||
Retrieves the type name of the QueryService. | IQueryService | ||
Prepares the parameters to use as input by DataService.fill(). | IQueryService | ||
Releases any item within the specified collection from management by this service. | IQueryService | ||
Resets the current state of any QueryService object implemented using this interface. | IQueryService |
Сведения о методе
fillAdvanced | () | метод |
public function fillAdvanced(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchEntityName:String, searchParams:SearchParameters):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Populates the itemCollection by calling the backend Dataservice.fill() method. The parameters of the fill method are prepared by prepareQueryParams(). The DataService instance should already have authenticated channelSet in case authentication is required at the backend Data Services server. It also accepts content management system SearchParameters for an advanced query.
Параметры
itemCollection:ListCollectionView — The results collection to populate.
| |
searchFilters:IList — The list of search filters.
| |
dataService:DataService — The DataService.
| |
searchEntityName:String — The name of the search entity.
| |
searchParams:SearchParameters — The SearchParameters configuration object.
|
mx.rpc:AsyncToken —
|
Tue Jun 12 2018, 11:34 AM Z