Pacote | com.adobe.solutions.prm.domain |
Classe | public class DomainUtil |
Herança | DomainUtil Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for DomainUtil class. | DomainUtil | ||
[estático]
This method returns a handle to the domain object for a specific project in the complete project tree. | DomainUtil | ||
[estático]
This method returns a handle to a domain object for a specific workitem in the complete project tree. | DomainUtil | ||
[estático]
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 | ||
[estático]
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree. | DomainUtil | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do construtor
DomainUtil | () | Construtor |
public function DomainUtil()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for DomainUtil
class.
Detalhes do método
createProjectUsingSubProject | () | método |
public static function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to the domain object for a specific project in the complete project tree.
Parâmetros
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 | () | método |
public static function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to a domain object for a specific workitem in the complete project tree.
Parâmetros
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 | () | método |
public static function findProject(project:IProject, subProjectVO:ProjectVO):IProject
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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.
Parâmetros
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 | () | método |
public static function findWorkItem(project:IProject, workItemVO:WorkItemVO):IWorkItem
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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.
Parâmetros
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.
|
Wed Jun 13 2018, 11:10 AM Z