Пакет | com.adobe.ep.ux.content.services.search.lccontent |
Класс | public final class LCCQueryServiceFactory |
Наследование | LCCQueryServiceFactory Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Свойство | Определено | ||
---|---|---|---|
appContext : String
The Aplication Context to be used for this application instance. | LCCQueryServiceFactory | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object |
Метод | Определено | ||
---|---|---|---|
[статические]
Returns the singleton instance of this class. | LCCQueryServiceFactory | ||
Retrieves the IQueryService instance based on the queryType input. | LCCQueryServiceFactory | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Registers a IQueryService implementation object for the provided queryType parameter. | LCCQueryServiceFactory | ||
Sets the Application Context for this application instance. | LCCQueryServiceFactory | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
APP_CONTEXT_PREFIX : String = "app_root:" [статические]
A special value that defines the Application Context prefix to add before the actual value of the Application Context. | LCCQueryServiceFactory | ||
APPCONTEXT_REMOTING_SERVICE : String = "com.adobe.livecycle.content.appcontext.service" [статические]
A special value that defines the Application Context Remoting Service exposed by Adobe Digital Enterprise Platform Experience Services - Content Repository to register the Application Context. | LCCQueryServiceFactory | ||
LC_QUERY_TYPE : String = "LCQuery" [статические]
A special value that defines type of query will be the normal query formed using SearchQuery interface. | LCCQueryServiceFactory | ||
SQL_QUERY_TYPE : String = "SQLQuery" [статические]
A special value that defines the type of query will be SQL2. | LCCQueryServiceFactory |
appContext | свойство |
appContext:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The Aplication Context to be used for this application instance.
Реализация
public function get appContext():String
public function set appContext(value:String):void
getInstance | () | метод |
public static function getInstance():LCCQueryServiceFactory
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
ВозвращаетLCCQueryServiceFactory — The instance of the query service factory to get query service implementations based on query type.
|
getQueryService | () | метод |
public function getQueryService(queryType:String):IQueryService
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Retrieves the IQueryService instance based on the queryType input. If queryType is null or empty string then the LCCQueryService
instance
is returned as default.
queryType constants are declared on QueryServiceFactory itself. For exampple, LC_QUERY_TYPE
.
Параметры
queryType:String — Specifies the type of query service to be returned.
|
IQueryService — An instance of IQueryService which can be used to perform the search.
|
registerQueryService | () | метод |
public function registerQueryService(queryType:String, queryServiceImplFactory:IFactory):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Registers a IQueryService implementation object for the provided queryType
parameter.
The queryType
parameter could letter be retrieved by getQueryService(queryType) function.
Параметры
queryType:String — Specifies the type of query service to be registered.
| |
queryServiceImplFactory:IFactory — Specifies the search factory to be registered against queryType parameter.
|
setAppContextService | () | метод |
public function setAppContextService(appContextVal:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Sets the Application Context for this application instance.
Параметры
appContextVal:String — Specifies the App context value to be set.
|
mx.rpc:AsyncToken — The AsyncToken to which can be used to determine the success.
|
APP_CONTEXT_PREFIX | Константа |
public static const APP_CONTEXT_PREFIX:String = "app_root:"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A special value that defines the Application Context prefix to add before the actual value of the Application Context.
APPCONTEXT_REMOTING_SERVICE | Константа |
public static const APPCONTEXT_REMOTING_SERVICE:String = "com.adobe.livecycle.content.appcontext.service"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A special value that defines the Application Context Remoting Service exposed by Adobe Digital Enterprise Platform Experience Services - Content Repository to register the Application Context.
LC_QUERY_TYPE | Константа |
public static const LC_QUERY_TYPE:String = "LCQuery"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A special value that defines type of query will be the normal query formed using SearchQuery interface.
SQL_QUERY_TYPE | Константа |
public static const SQL_QUERY_TYPE:String = "SQLQuery"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A special value that defines the type of query will be SQL2.
Tue Jun 12 2018, 11:34 AM Z