Package | com.adobe.solutions.prm.domain |
Classe | public class DomainUtil |
Héritage | DomainUtil Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor for DomainUtil class. | DomainUtil | ||
[statique]
This method returns a handle to the domain object for a specific project in the complete project tree. | DomainUtil | ||
[statique]
This method returns a handle to a domain object for a specific workitem in the complete project tree. | DomainUtil | ||
[statique]
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 | ||
[statique]
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree. | DomainUtil | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails du constructeur
DomainUtil | () | Constructeur |
public function DomainUtil()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for DomainUtil
class.
Détails de la méthode
createProjectUsingSubProject | () | méthode |
public static function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to the domain object for a specific project in the complete project tree.
Paramètres
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éthode |
public static function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to a domain object for a specific workitem in the complete project tree.
Paramètres
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éthode |
public static function findProject(project:IProject, subProjectVO:ProjectVO):IProject
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | 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.
Paramètres
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éthode |
public static function findWorkItem(project:IProject, workItemVO:WorkItemVO):IWorkItem
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | 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.
Paramètres
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, 09:30 AM Z