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