Pacote | com.adobe.solutions.prm.service |
Interface | public interface IServiceProvider |
Implementadores | ServiceProviderImpl |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Detalhes do método
getProjectManagementCoreService | () | método |
public function getProjectManagementCoreService():IProjectManagementCoreService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
RetornaIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | método |
public function getProjectManagementQueryService():IProjectManagementQueryService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
RetornaIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | método |
public function getWorkItemManagementService():IWorkItemManagementService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de 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.
RetornaIWorkItemManagementService — It returns an instance of workitem management service.
|
Wed Jun 13 2018, 11:10 AM Z