包 | com.adobe.ep.ux.content.services |
类 | public final class ServiceLocator |
继承 | ServiceLocator Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
Retrieves the remote object for the ActivationManager service
| ServiceLocator | ||
Retrieves a DataService service by destinationName. | ServiceLocator | ||
[静态]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Retrieves the remote object for the VersionRestoreManager service
| ServiceLocator | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
Disconnects the channels for all existing Data Services and reset the Data Service instance cache. | ServiceLocator | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
常量 | 由以下参数定义 | ||
---|---|---|---|
ACTIVATION_MANAGER_SERVICE_RO : String = "lc.content.remote.activate.activationManager" [静态]
The ServiceLocator.ACTIVATION_MANAGER_SERVICE_RO constant defines the value of the ActivationManager
service destination. | ServiceLocator | ||
VERSION_RESTORE_MANAGER_SERVICE_RO : String = "lc.content.remote.activate.versionRestoreManager" [静态]
The ServiceLocator.VERSION_RESTORE_MANAGER_SERVICE_RO constant defines the value of the VersionRestoreManager
service destination. | ServiceLocator |
ServiceLocator | () | 构造函数 |
public function ServiceLocator()
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
引发
Error — ServiceLocator class is a singleton.
|
getActivationManagerService | () | 方法 |
public function getActivationManagerService():RemoteObject
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Retrieves the remote object for the ActivationManager service
返回RemoteObject — The RemoteObject for ActivationManager service.
|
getDataService | () | 方法 |
public function getDataService(destinationName:String):DataService
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Retrieves a DataService service by destinationName.
参数
destinationName:String — The destinationName of the DataService to retrieve.
|
DataService — The DataService requested.
|
getInstance | () | 方法 |
public static function getInstance():ServiceLocator
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
返回ServiceLocator — The only instance of the Service Locator to manage Data Services and remoting services.
|
getRemoteObject | () | 方法 |
public function getRemoteObject(name:String):RemoteObject
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
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.
|
getVersionRestoreManagerService | () | 方法 |
public function getVersionRestoreManagerService():RemoteObject
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Retrieves the remote object for the VersionRestoreManager service
返回RemoteObject — The RemoteObject for VersionRestoreManager service.
|
reset | () | 方法 |
public function reset():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Disconnects the channels for all existing Data Services and reset the Data Service instance cache.
ACTIVATION_MANAGER_SERVICE_RO | 常量 |
public static const ACTIVATION_MANAGER_SERVICE_RO:String = "lc.content.remote.activate.activationManager"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The ServiceLocator.ACTIVATION_MANAGER_SERVICE_RO constant defines the value of the ActivationManager service destination.
VERSION_RESTORE_MANAGER_SERVICE_RO | 常量 |
public static const VERSION_RESTORE_MANAGER_SERVICE_RO:String = "lc.content.remote.activate.versionRestoreManager"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The ServiceLocator.VERSION_RESTORE_MANAGER_SERVICE_RO constant defines the value of the VersionRestoreManager service destination.
Tue Jun 12 2018, 11:04 AM Z