Paket | com.adobe.solutions.prm.domain |
Sınıf | public class DomainUtil |
Miras Alma | DomainUtil Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for DomainUtil class. | DomainUtil | ||
[statik]
This method returns a handle to the domain object for a specific project in the complete project tree. | DomainUtil | ||
[statik]
This method returns a handle to a domain object for a specific workitem in the complete project tree. | DomainUtil | ||
[statik]
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 | ||
[statik]
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree. | DomainUtil | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
DomainUtil | () | Yapıcı |
public function DomainUtil()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for DomainUtil
class.
Yöntem Ayrıntısı
createProjectUsingSubProject | () | yöntem |
public static function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to the domain object for a specific project in the complete project tree.
Parametreler
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 | () | yöntem |
public static function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to a domain object for a specific workitem in the complete project tree.
Parametreler
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 | () | yöntem |
public static function findProject(project:IProject, subProjectVO:ProjectVO):IProject
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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 | () | yöntem |
public static function findWorkItem(project:IProject, workItemVO:WorkItemVO):IWorkItem
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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, 01:09 PM Z