Pakket | com.adobe.icc.services |
Klasse | public final class ServiceLocator |
Overerving | ServiceLocator Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[statisch]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [statisch]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [statisch]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [statisch]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [statisch]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [statisch]
Export Letter definition
| ServiceLocator | ||
EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [statisch]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [statisch]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [statisch]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [statisch]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [statisch]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [statisch]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [statisch]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [statisch]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [statisch]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [statisch]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator |
ServiceLocator | () | Constructor |
public function ServiceLocator()
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Gegenereerde uitzondering
Error — ServiceLocator class is a singleton.
|
getInstance | () | methode |
public static function getInstance():ServiceLocator
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
Geretourneerde waardeServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | methode |
public function getRemoteObject(name:String):RemoteObject
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
Parameters
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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Wed Jun 13 2018, 11:42 AM Z