| Paquete | com.adobe.icc.services |
| Clase | public final class ServiceLocator |
| Herencia | ServiceLocator Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
| Método | Definido por | ||
|---|---|---|---|
Constructor. | ServiceLocator | ||
[estática]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [estática]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
| CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [estática]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
| DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [estática]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
| EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [estática]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
| EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [estática]
Export Letter definition
| ServiceLocator | ||
| EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [estática]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
| FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [estática]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
| FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [estática]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
| FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [estática]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
| LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [estática]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
| LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [estática]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
| MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [estática]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
| MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [estática]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
| PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [estática]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
| SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [estática]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator | ||
ServiceLocator | () | Información sobre |
public function ServiceLocator()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Emite
Error — ServiceLocator class is a singleton.
|
getInstance | () | método |
public static function getInstance():ServiceLocator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
Valor devueltoServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | método |
public function getRemoteObject(name:String):RemoteObject| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas