Paket | com.adobe.livecycle.assetmanager.client.service.search.cms |
Arabirim | public interface ICMSQueryService extends IQueryService |
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: | ||
---|---|---|---|
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 |
Yöntem Ayrıntısı
fillAdvanced | () | yöntem |
public function fillAdvanced(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchEntityName:String, searchParams:SearchParameters):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 |
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.
Parametreler
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, 01:09 PM Z