Pacote | com.adobe.ep.ux.content.services.search.lccontent |
Classe | public final class LCCQueryServiceFactory |
Herança | LCCQueryServiceFactory Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedade | Definido por | ||
---|---|---|---|
appContext : String
The Aplication Context to be used for this application instance. | LCCQueryServiceFactory | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object |
Método | Definido por | ||
---|---|---|---|
[estático]
Returns the singleton instance of this class. | LCCQueryServiceFactory | ||
Retrieves the IQueryService instance based on the queryType input. | LCCQueryServiceFactory | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Registers a IQueryService implementation object for the provided queryType parameter. | LCCQueryServiceFactory | ||
Sets the Application Context for this application instance. | LCCQueryServiceFactory | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
APP_CONTEXT_PREFIX : String = "app_root:" [estático]
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" [estático]
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" [estático]
A special value that defines type of query will be the normal query formed using SearchQuery interface. | LCCQueryServiceFactory | ||
SQL_QUERY_TYPE : String = "SQLQuery" [estático]
A special value that defines the type of query will be SQL2. | LCCQueryServiceFactory |
appContext | propriedade |
appContext:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The Aplication Context to be used for this application instance.
Implementação
public function get appContext():String
public function set appContext(value:String):void
getInstance | () | método |
public static function getInstance():LCCQueryServiceFactory
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
RetornaLCCQueryServiceFactory — The instance of the query service factory to get query service implementations based on query type.
|
getQueryService | () | método |
public function getQueryService(queryType:String):IQueryService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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
.
Parâmetros
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 | () | método |
public function registerQueryService(queryType:String, queryServiceImplFactory:IFactory):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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.
Parâmetros
queryType:String — Specifies the type of query service to be registered.
| |
queryServiceImplFactory:IFactory — Specifies the search factory to be registered against queryType parameter.
|
setAppContextService | () | método |
public function setAppContextService(appContextVal:String):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Sets the Application Context for this application instance.
Parâmetros
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 | Constante |
public static const APP_CONTEXT_PREFIX:String = "app_root:"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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 | Constante |
public static const APPCONTEXT_REMOTING_SERVICE:String = "com.adobe.livecycle.content.appcontext.service"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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 | Constante |
public static const LC_QUERY_TYPE:String = "LCQuery"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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 | Constante |
public static const SQL_QUERY_TYPE:String = "SQLQuery"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A special value that defines the type of query will be SQL2.
Wed Jun 13 2018, 11:10 AM Z