パッケージ | com.adobe.solutions.prm.services.impl |
クラス | public class ServiceProviderImpl |
継承 | ServiceProviderImpl Object |
実装 | IServiceProvider |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for ServiceProviderImpl class. | ServiceProviderImpl | ||
This operation returns an instance of project management core service. | ServiceProviderImpl | ||
This operation returns an instance of project management query service. | ServiceProviderImpl | ||
This operation returns an instance of workitem management service. | ServiceProviderImpl | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
ServiceProviderImpl | () | コンストラクター |
public function ServiceProviderImpl()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceProviderImpl
class.
メソッドの詳細
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