包 | com.adobe.solutions.prm.domain |
类 | public class DomainUtil |
继承 | DomainUtil Object |
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor for DomainUtil class. | DomainUtil | ||
[静态]
This method returns a handle to the domain object for a specific project in the complete project tree. | DomainUtil | ||
[静态]
This method returns a handle to a domain object for a specific workitem in the complete project tree. | DomainUtil | ||
[静态]
This method returns a reference to the project domain object, corresponding to a given sub-project value object in the project domain object tree. | DomainUtil | ||
[静态]
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree. | DomainUtil | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
构造函数详细信息
DomainUtil | () | 构造函数 |
public function DomainUtil()
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for DomainUtil
class.
方法详细信息
createProjectUsingSubProject | () | 方法 |
public static function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to the domain object for a specific project in the complete project tree.
参数
subProjectVO:ProjectVO — Project value object, for which the project domain object is to be searched.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The result event contains a reference to the project domain object.
|
createProjectUsingWorkItem | () | 方法 |
public static function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to a domain object for a specific workitem in the complete project tree.
参数
workItemVO:WorkItemVO — Workitem value object for which workitem domain object is to be searched.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a reference to the workitem domain object.
|
findProject | () | 方法 |
public static function findProject(project:IProject, subProjectVO:ProjectVO):IProject
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to the project domain object, corresponding to a given sub-project value object in the project domain object tree.
参数
project:IProject — Project domain object tree in which sub-project value object is to be searched.
| |
subProjectVO:ProjectVO — Sub-project value object.
|
IProject — It returns a reference to the project domain object corresponding to a given sub-project.
|
findWorkItem | () | 方法 |
public static function findWorkItem(project:IProject, workItemVO:WorkItemVO):IWorkItem
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree.
参数
project:IProject — Project domain object tree, in which the workitem value object is to be searched.
| |
workItemVO:WorkItemVO — Workitem value object.
|
IWorkItem — It returns a reference to the workitem domain object, corresponding to a given workitem value object.
|
Tue Jun 12 2018, 11:04 AM Z