Pakiet | com.adobe.solutions.prm.service |
Interfejs | public interface IServiceProvider |
Implementory | ServiceProviderImpl |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół metody
getProjectManagementCoreService | () | metoda |
public function getProjectManagementCoreService():IProjectManagementCoreService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
ZwracaIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | metoda |
public function getProjectManagementQueryService():IProjectManagementQueryService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
ZwracaIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | metoda |
public function getWorkItemManagementService():IWorkItemManagementService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
ZwracaIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 12:06 PM Z