Package | com.adobe.icc.services |
Classe | public final class ServiceLocator |
Héritage | ServiceLocator Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Méthode | Défini par | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[statique]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [statique]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [statique]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [statique]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [statique]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [statique]
Export Letter definition
| ServiceLocator | ||
EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [statique]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [statique]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [statique]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [statique]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [statique]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [statique]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [statique]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [statique]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [statique]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [statique]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator |
ServiceLocator | () | Constructeur |
public function ServiceLocator()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Valeur émise
Error — ServiceLocator class is a singleton.
|
getInstance | () | méthode |
public static function getInstance():ServiceLocator
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
Valeur renvoyéeServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | méthode |
public function getRemoteObject(name:String):RemoteObject
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
Paramètres
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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 10 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Tue Jun 12 2018, 09:30 AM Z