Pacote | com.adobe.icc.services |
Classe | public final class ServiceLocator |
Herança | ServiceLocator Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Método | Definido por | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[estático]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
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 | ||
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 | ||
---|---|---|---|
CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [estático]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [estático]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [estático]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [estático]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [estático]
Export Letter definition
| ServiceLocator | ||
EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [estático]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [estático]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [estático]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [estático]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [estático]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [estático]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [estático]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [estático]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [estático]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [estático]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator |
ServiceLocator | () | Construtor |
public function ServiceLocator()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Lança
Error — ServiceLocator class is a singleton.
|
getInstance | () | método |
public static function getInstance():ServiceLocator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
RetornaServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | método |
public function getRemoteObject(name:String):RemoteObject
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
Parâmetros
name:String — The name of the RemoteObject to retrieve.
|
RemoteObject — The RemoteObject requested or null if a remote object service isn't registered with the specified name.
|
CATEGORY_SERVICE_RO | Constante |
public static const CATEGORY_SERVICE_RO:String = "lc.icc.dbservices.categoryService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Category Service.
CURRENT_USER_SERVICE_RO | Constante |
public static const CURRENT_USER_SERVICE_RO:String = "lc.um.es.currentUserService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Current User Service.
DOWNLOAD_SERVICE_RO | Constante |
public static const DOWNLOAD_SERVICE_RO:String = "lc.icc.dbservices.downloadService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Download Service.
EXPORT_ASSET_SERVICE_RO | Constante |
public static const EXPORT_ASSET_SERVICE_RO:String = "lc.icc.dbservices.assetExportService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for Export asset service.
EXPORT_SERVICE_RO | Constante |
public static const EXPORT_SERVICE_RO:String = "lc.icc.dbservices.exportDefinitionService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Export Letter definition
EXTERNALDATA_SERVICE_RO | Constante |
public static const EXTERNALDATA_SERVICE_RO:String = "lc.icc.webapps.externalDataUtil"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ExternalData Service.
FLEXCONFIG_SERVICE_RO | Constante |
public static const FLEXCONFIG_SERVICE_RO:String = "lc.icc.webapps.flexConfigurationService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the FlexConfiguration Service.
FORM_SERVICE_RO | Constante |
public static const FORM_SERVICE_RO:String = "lc.icc.dbservices.formService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Form Service.
FRAGMENT_LAYOUT_SERVICE_RO | Constante |
public static const FRAGMENT_LAYOUT_SERVICE_RO:String = "lc.icc.dbservices.fragmentLayoutService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for the Fragment Layout Service.
LETTER_SERVICE_RO | Constante |
public static const LETTER_SERVICE_RO:String = "lc.icc.dbservices.letterService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Service.
LETTERRENDER_SERVICE_RO | Constante |
public static const LETTERRENDER_SERVICE_RO:String = "lc.icc.renderlib.letterRenderService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Render Service.
MODULE_SERVICE_RO | Constante |
public static const MODULE_SERVICE_RO:String = "lc.icc.dbservices.dataModuleService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the DataModule Service.
MODULERESOLVER_SERVICE_RO | Constante |
public static const MODULERESOLVER_SERVICE_RO:String = "lc.icc.renderlib.dataModuleResolver"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Module Resolver Service.
PORTFOLIORENDER_SERVICE_RO | Constante |
public static const PORTFOLIORENDER_SERVICE_RO:String = "lc.icc.renderlib.portfolioRenderService"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Portfolio Render Service.
SERVICELOCATOR_SERVICE_RO | Constante |
public static const SERVICELOCATOR_SERVICE_RO:String = "lc.icc.renderlib.serviceLocator"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Wed Jun 13 2018, 11:10 AM Z