| Paket | com.adobe.icc.services |
| Klasse | public final class ServiceLocator |
| Vererbung | ServiceLocator Object |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
| Methode | Definiert von | ||
|---|---|---|---|
Constructor. | ServiceLocator | ||
[statisch]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
| Konstante | Definiert von | ||
|---|---|---|---|
| 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 | () | Konstruktor |
public function ServiceLocator()| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Auslöser
Error — ServiceLocator class is a singleton.
|
getInstance | () | Methode |
public static function getInstance():ServiceLocator| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
RückgabewerteServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | Methode |
public function getRemoteObject(name:String):RemoteObject| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
Parameter
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 | Konstante |
public static const CATEGORY_SERVICE_RO:String = "lc.icc.dbservices.categoryService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Category Service.
CURRENT_USER_SERVICE_RO | Konstante |
public static const CURRENT_USER_SERVICE_RO:String = "lc.um.es.currentUserService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Current User Service.
DOWNLOAD_SERVICE_RO | Konstante |
public static const DOWNLOAD_SERVICE_RO:String = "lc.icc.dbservices.downloadService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Download Service.
EXPORT_ASSET_SERVICE_RO | Konstante |
public static const EXPORT_ASSET_SERVICE_RO:String = "lc.icc.dbservices.assetExportService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 10 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for Export asset service.
EXPORT_SERVICE_RO | Konstante |
public static const EXPORT_SERVICE_RO:String = "lc.icc.dbservices.exportDefinitionService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Export Letter definition
EXTERNALDATA_SERVICE_RO | Konstante |
public static const EXTERNALDATA_SERVICE_RO:String = "lc.icc.webapps.externalDataUtil"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ExternalData Service.
FLEXCONFIG_SERVICE_RO | Konstante |
public static const FLEXCONFIG_SERVICE_RO:String = "lc.icc.webapps.flexConfigurationService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the FlexConfiguration Service.
FORM_SERVICE_RO | Konstante |
public static const FORM_SERVICE_RO:String = "lc.icc.dbservices.formService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Form Service.
FRAGMENT_LAYOUT_SERVICE_RO | Konstante |
public static const FRAGMENT_LAYOUT_SERVICE_RO:String = "lc.icc.dbservices.fragmentLayoutService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 10 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for the Fragment Layout Service.
LETTER_SERVICE_RO | Konstante |
public static const LETTER_SERVICE_RO:String = "lc.icc.dbservices.letterService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Service.
LETTERRENDER_SERVICE_RO | Konstante |
public static const LETTERRENDER_SERVICE_RO:String = "lc.icc.renderlib.letterRenderService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Render Service.
MODULE_SERVICE_RO | Konstante |
public static const MODULE_SERVICE_RO:String = "lc.icc.dbservices.dataModuleService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the DataModule Service.
MODULERESOLVER_SERVICE_RO | Konstante |
public static const MODULERESOLVER_SERVICE_RO:String = "lc.icc.renderlib.dataModuleResolver"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Module Resolver Service.
PORTFOLIORENDER_SERVICE_RO | Konstante |
public static const PORTFOLIORENDER_SERVICE_RO:String = "lc.icc.renderlib.portfolioRenderService"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Portfolio Render Service.
SERVICELOCATOR_SERVICE_RO | Konstante |
public static const SERVICELOCATOR_SERVICE_RO:String = "lc.icc.renderlib.serviceLocator"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Asset Composer“ 9.5 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen