Пакет | com.adobe.livecycle.assetmanager.client.service.search |
Класс | public final class QueryServiceFactory |
Наследование | QueryServiceFactory ![]() |
Устаревший: Deprecated
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
[статические]
Returns the singleton instance of this class. | QueryServiceFactory | ||
Устарело с 1.0: Используйте Replaced by QueryServiceFactory.getInstance()
Retrieves the IQueryService instance based on the queryType input. | QueryServiceFactory | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
Registers an implementation of IQueryService for the specified queryType, which can be retrieved by the getQueryService(queryType) function later. | QueryServiceFactory | ||
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
CMS_QUERY_TYPE : String = "CMSQuery" [статические]
Specifies a constant for the content management system search. | QueryServiceFactory |
Сведения о методе
getInstance | () | метод |
public static function getInstance():QueryServiceFactory
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
ВозвращаетQueryServiceFactory — The instance of QueryServiceFactory.
|
getQueryService | () | метод |
public function getQueryService(queryType:String):IQueryService
Устарело с 1.0: Используйте Replaced by QueryServiceFactory.getInstance()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the IQueryService instance based on the queryType input. If queryType is null or an empty string, the CMSQueryService instance is returned by default. queryType constants are declared on QueryServiceFactory itself. For example, CMS_QUERY_TYPE.
Параметры
queryType:String — The type of query for which an implementation of IQueryService is returned.
|
IQueryService — An interface that provides search capability using backend Data Services destinations.
|
registerQueryService | () | метод |
public function registerQueryService(queryType:String, queryServiceImplFactory:IFactory):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Registers an implementation of IQueryService for the specified queryType, which can be retrieved by the getQueryService(queryType) function later.
Параметры
queryType:String — The type of query for which an implementation of IQueryService is registered.
| |
queryServiceImplFactory:IFactory — The implementation of IQueryService to register.
|
Сведения о константе
CMS_QUERY_TYPE | Константа |
public static const CMS_QUERY_TYPE:String = "CMSQuery"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a constant for the content management system search.
Tue Jun 12 2018, 11:34 AM Z