套件 | com.adobe.ep.ux.content.services.search.lccontent |
類別 | public final class LCCQueryServiceFactory |
繼承 | LCCQueryServiceFactory ![]() |
語言版本: | 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, 03:47 PM Z