| パッケージ | 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, 10:34 AM Z