Pacchetto | com.adobe.solutions.prm.service |
Interfaccia | public interface IServiceProvider |
Implementatori | ServiceProviderImpl |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
This operation returns an instance of project management core service. | IServiceProvider | ||
This operation returns an instance of project management query service. | IServiceProvider | ||
This operation returns an instance of workitem management service. | IServiceProvider |
Descrizione dei metodi
getProjectManagementCoreService | () | metodo |
public function getProjectManagementCoreService():IProjectManagementCoreService
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
RestituisceIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | metodo |
public function getProjectManagementQueryService():IProjectManagementQueryService
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
RestituisceIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | metodo |
public function getWorkItemManagementService():IWorkItemManagementService
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | 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.
RestituisceIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 02:44 PM Z