Pakket | com.adobe.solutions.prm.service |
Interface | public interface IServiceProvider |
Geïmplementeerd door | ServiceProviderImpl |
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 |
Methodedetails
getProjectManagementCoreService | () | methode |
public function getProjectManagementCoreService():IProjectManagementCoreService
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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.
Geretourneerde waardeIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | methode |
public function getProjectManagementQueryService():IProjectManagementQueryService
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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.
Geretourneerde waardeIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | methode |
public function getWorkItemManagementService():IWorkItemManagementService
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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.
Geretourneerde waardeIWorkItemManagementService — It returns an instance of workitem management service.
|
Wed Jun 13 2018, 11:42 AM Z