包 | 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:04 AM Z