Package | com.adobe.solutions.prm.service |
Classe | public class ServiceProvider |
Héritage | ServiceProvider 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é | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
impl : IServiceProvider [statique]
This property holds a reference to the implementation instance, which creates the service objects. | ServiceProvider |
Méthode | Défini par | ||
---|---|---|---|
The constructor of ServiceProvider class. | ServiceProvider | ||
[statique]
This operation returns an instance of project management core service. | ServiceProvider | ||
[statique]
This operation returns an instance of project management query service. | ServiceProvider | ||
[statique]
This operation returns an instance of workitem management service. | ServiceProvider | ||
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 |
impl | propriété |
impl:IServiceProvider
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 property holds a reference to the implementation instance, which creates the service objects.
Implémentation
public static function get impl():IServiceProvider
public static function set impl(value:IServiceProvider):void
ServiceProvider | () | Constructeur |
public function ServiceProvider()
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 of ServiceProvider
class.
getProjectManagementCoreService | () | méthode |
public static function getProjectManagementCoreService():IProjectManagementCoreService
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 operation returns an instance of project management core service. The service instance can be used to perform various operation on a project like, create, update, delete, and so on.
Valeur renvoyéeIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | méthode |
public static function getProjectManagementQueryService():IProjectManagementQueryService
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 operation returns an instance of project management query service. The service instance can be used to perform search operation on projects and workitems.
Valeur renvoyéeIProjectManagementQueryService — It returns an instance of project management query service.
|
getWorkItemManagementService | () | méthode |
public static function getWorkItemManagementService():IWorkItemManagementService
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 operation returns an instance of workitem management service. The service instance can be used to perform various operation on a workitem like, create, update, delete, and so on.
Valeur renvoyéeIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 09:30 AM Z