Пакет | com.adobe.solutions.prm.service |
Интерфейс | public interface IServiceProvider |
Средство реализации | ServiceProviderImpl |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
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 |
Сведения о методе
getProjectManagementCoreService | () | метод |
public function getProjectManagementCoreService():IProjectManagementCoreService
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | 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.
ВозвращаетIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | метод |
public function getProjectManagementQueryService():IProjectManagementQueryService
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | 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.
ВозвращаетIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | метод |
public function getWorkItemManagementService():IWorkItemManagementService
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | 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.
ВозвращаетIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 11:34 AM Z