패키지 | 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, 03:17 PM Z