Pacote | com.adobe.livecycle.assetmanager.client.service.search.cms |
Interface | public interface ICMSQueryService extends IQueryService |
Deprecado: Deprecated
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Detalhes do método
fillAdvanced | () | método |
public function fillAdvanced(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchEntityName:String, searchParams:SearchParameters):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Manager Building Block 9.5 |
Versões de runtime: | 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.
Parâmetros
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 —
|
Wed Jun 13 2018, 11:10 AM Z