| Pakiet | com.adobe.icc.services |
| Klasa | public final class ServiceLocator |
| Dziedziczenie | ServiceLocator Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | ServiceLocator | ||
[statyczny]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [statyczny]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
| CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [statyczny]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
| DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [statyczny]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
| EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [statyczny]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
| EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [statyczny]
Export Letter definition
| ServiceLocator | ||
| EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [statyczny]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
| FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [statyczny]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
| FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [statyczny]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
| FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [statyczny]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
| LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [statyczny]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
| LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [statyczny]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
| MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [statyczny]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
| MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [statyczny]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
| PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [statyczny]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
| SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [statyczny]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator | ||
ServiceLocator | () | Konstruktor |
public function ServiceLocator()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Zgłasza
Error — ServiceLocator class is a singleton.
|
getInstance | () | metoda |
public static function getInstance():ServiceLocator| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
ZwracaServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | metoda |
public function getRemoteObject(name:String):RemoteObject| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
Parametry
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 | Stała |
public static const CATEGORY_SERVICE_RO:String = "lc.icc.dbservices.categoryService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Category Service.
CURRENT_USER_SERVICE_RO | Stała |
public static const CURRENT_USER_SERVICE_RO:String = "lc.um.es.currentUserService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Current User Service.
DOWNLOAD_SERVICE_RO | Stała |
public static const DOWNLOAD_SERVICE_RO:String = "lc.icc.dbservices.downloadService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Download Service.
EXPORT_ASSET_SERVICE_RO | Stała |
public static const EXPORT_ASSET_SERVICE_RO:String = "lc.icc.dbservices.assetExportService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 10 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for Export asset service.
EXPORT_SERVICE_RO | Stała |
public static const EXPORT_SERVICE_RO:String = "lc.icc.dbservices.exportDefinitionService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Export Letter definition
EXTERNALDATA_SERVICE_RO | Stała |
public static const EXTERNALDATA_SERVICE_RO:String = "lc.icc.webapps.externalDataUtil"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ExternalData Service.
FLEXCONFIG_SERVICE_RO | Stała |
public static const FLEXCONFIG_SERVICE_RO:String = "lc.icc.webapps.flexConfigurationService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the FlexConfiguration Service.
FORM_SERVICE_RO | Stała |
public static const FORM_SERVICE_RO:String = "lc.icc.dbservices.formService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Form Service.
FRAGMENT_LAYOUT_SERVICE_RO | Stała |
public static const FRAGMENT_LAYOUT_SERVICE_RO:String = "lc.icc.dbservices.fragmentLayoutService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 10 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for the Fragment Layout Service.
LETTER_SERVICE_RO | Stała |
public static const LETTER_SERVICE_RO:String = "lc.icc.dbservices.letterService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Service.
LETTERRENDER_SERVICE_RO | Stała |
public static const LETTERRENDER_SERVICE_RO:String = "lc.icc.renderlib.letterRenderService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Render Service.
MODULE_SERVICE_RO | Stała |
public static const MODULE_SERVICE_RO:String = "lc.icc.dbservices.dataModuleService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the DataModule Service.
MODULERESOLVER_SERVICE_RO | Stała |
public static const MODULERESOLVER_SERVICE_RO:String = "lc.icc.renderlib.dataModuleResolver"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Module Resolver Service.
PORTFOLIORENDER_SERVICE_RO | Stała |
public static const PORTFOLIORENDER_SERVICE_RO:String = "lc.icc.renderlib.portfolioRenderService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Portfolio Render Service.
SERVICELOCATOR_SERVICE_RO | Stała |
public static const SERVICELOCATOR_SERVICE_RO:String = "lc.icc.renderlib.serviceLocator"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne