Пакет | com.adobe.icc.services |
Класс | public final class ServiceLocator |
Наследование | ServiceLocator Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Метод | Определено | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[статические]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [статические]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [статические]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [статические]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [статические]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [статические]
Export Letter definition
| ServiceLocator | ||
EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [статические]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [статические]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [статические]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [статические]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [статические]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [статические]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [статические]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [статические]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [статические]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [статические]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator |
ServiceLocator | () | Конструктор |
public function ServiceLocator()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Выдает
Error — ServiceLocator class is a singleton.
|
getInstance | () | метод |
public static function getInstance():ServiceLocator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
ВозвращаетServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | метод |
public function getRemoteObject(name:String):RemoteObject
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
Параметры
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 | Константа |
public static const CATEGORY_SERVICE_RO:String = "lc.icc.dbservices.categoryService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Category Service.
CURRENT_USER_SERVICE_RO | Константа |
public static const CURRENT_USER_SERVICE_RO:String = "lc.um.es.currentUserService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Current User Service.
DOWNLOAD_SERVICE_RO | Константа |
public static const DOWNLOAD_SERVICE_RO:String = "lc.icc.dbservices.downloadService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Download Service.
EXPORT_ASSET_SERVICE_RO | Константа |
public static const EXPORT_ASSET_SERVICE_RO:String = "lc.icc.dbservices.assetExportService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for Export asset service.
EXPORT_SERVICE_RO | Константа |
public static const EXPORT_SERVICE_RO:String = "lc.icc.dbservices.exportDefinitionService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Export Letter definition
EXTERNALDATA_SERVICE_RO | Константа |
public static const EXTERNALDATA_SERVICE_RO:String = "lc.icc.webapps.externalDataUtil"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ExternalData Service.
FLEXCONFIG_SERVICE_RO | Константа |
public static const FLEXCONFIG_SERVICE_RO:String = "lc.icc.webapps.flexConfigurationService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the FlexConfiguration Service.
FORM_SERVICE_RO | Константа |
public static const FORM_SERVICE_RO:String = "lc.icc.dbservices.formService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Form Service.
FRAGMENT_LAYOUT_SERVICE_RO | Константа |
public static const FRAGMENT_LAYOUT_SERVICE_RO:String = "lc.icc.dbservices.fragmentLayoutService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for the Fragment Layout Service.
LETTER_SERVICE_RO | Константа |
public static const LETTER_SERVICE_RO:String = "lc.icc.dbservices.letterService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Service.
LETTERRENDER_SERVICE_RO | Константа |
public static const LETTERRENDER_SERVICE_RO:String = "lc.icc.renderlib.letterRenderService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Render Service.
MODULE_SERVICE_RO | Константа |
public static const MODULE_SERVICE_RO:String = "lc.icc.dbservices.dataModuleService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the DataModule Service.
MODULERESOLVER_SERVICE_RO | Константа |
public static const MODULERESOLVER_SERVICE_RO:String = "lc.icc.renderlib.dataModuleResolver"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Module Resolver Service.
PORTFOLIORENDER_SERVICE_RO | Константа |
public static const PORTFOLIORENDER_SERVICE_RO:String = "lc.icc.renderlib.portfolioRenderService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Portfolio Render Service.
SERVICELOCATOR_SERVICE_RO | Константа |
public static const SERVICELOCATOR_SERVICE_RO:String = "lc.icc.renderlib.serviceLocator"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Tue Jun 12 2018, 11:34 AM Z