包 | com.adobe.solutions.prm.services.impl |
类 | public class ServiceLocator |
继承 | ServiceLocator Object |
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor for ServiceLocator class. | ServiceLocator | ||
[静态]
Returns the singleton instance of the class. | ServiceLocator | ||
This method retrieves a RemoteObject service by name. | ServiceLocator | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
PROJECT_MANAGEMENT_CORE_SERVICE_RO : String = "lc.prm.projectManager" [静态]
Name of the project management core service. | ServiceLocator | ||
PROJECT_MANAGEMENT_QUERY_SERVICE_RO : String = "lc.prm.projectQueryService" [静态]
Name of the project management query service. | ServiceLocator | ||
WORKITEM_MANAGEMENT_SERVICE_RO : String = "lc.prm.workItemAssetManager" [静态]
Name of the workitem management service. | ServiceLocator |
构造函数详细信息
ServiceLocator | () | 构造函数 |
public function ServiceLocator()
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceLocator
class.
To get a new ServiceLocator
, do not call this constructor. Instead use getInstance
function.
引发
Error — ServiceLocator class is a singleton.
|
方法详细信息
getInstance | () | 方法 |
public static function getInstance():ServiceLocator
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of the class.
返回ServiceLocator — It returns the singleton instance of the class.
|
getRemoteObject | () | 方法 |
public function getRemoteObject(name:String):RemoteObject
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This method retrieves a RemoteObject
service by name.
参数
name:String — RemoteObject to be retrieved.
|
RemoteObject — It returns the RemoteObject requested. null is returned if a remote object service is not registered with the specified name.
|
常量详细信息
PROJECT_MANAGEMENT_CORE_SERVICE_RO | 常量 |
public static const PROJECT_MANAGEMENT_CORE_SERVICE_RO:String = "lc.prm.projectManager"
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Name of the project management core service.
PROJECT_MANAGEMENT_QUERY_SERVICE_RO | 常量 |
public static const PROJECT_MANAGEMENT_QUERY_SERVICE_RO:String = "lc.prm.projectQueryService"
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Name of the project management query service.
WORKITEM_MANAGEMENT_SERVICE_RO | 常量 |
public static const WORKITEM_MANAGEMENT_SERVICE_RO:String = "lc.prm.workItemAssetManager"
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Name of the workitem management service.
Tue Jun 12 2018, 11:04 AM Z