パッケージ | com.adobe.solutions.rca.service |
クラス | public class RCAServiceProvider |
継承 | RCAServiceProvider Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
impl : IRCAServiceProvider [静的]
This property holds a reference to the actual implementation instance which creates the service objects. | RCAServiceProvider |
メソッド | 定義元 | ||
---|---|---|---|
The constructor of RCAServiceProvider class. | RCAServiceProvider | ||
[静的]
This operation returns an instance of auditor service. | RCAServiceProvider | ||
[静的]
This operation returns an instance of file data service. | RCAServiceProvider | ||
[静的]
This operation returns an instance of Review Commenting and Approval service. | RCAServiceProvider | ||
[静的]
This operation returns an instance of Review Commenting and Approval util service. | RCAServiceProvider | ||
[静的]
This operation returns an instance of stage management service. | RCAServiceProvider | ||
[静的]
This operation returns an instance of user manager service. | RCAServiceProvider | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
impl | プロパティ |
impl:IRCAServiceProvider
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the actual implementation instance which creates the service objects.
実装
public static function get impl():IRCAServiceProvider
public static function set impl(value:IRCAServiceProvider):void
RCAServiceProvider | () | コンストラクター |
public function RCAServiceProvider()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor of RCAServiceProvider
class.
getAuditor | () | メソッド |
public static function getAuditor():IAuditor
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of auditor service.
戻り値IAuditor — It returns an instance of auditor service.
|
関連する API エレメント
getFileDataService | () | メソッド |
public static function getFileDataService():IFileDataService
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of file data service. The service instance can be used to get managed instance of file.
戻り値IFileDataService — It returns an instance of file data service.
|
関連する API エレメント
getReviewCommentingAndApprovalService | () | メソッド |
public static function getReviewCommentingAndApprovalService():IReviewCommentingAndApproval
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of Review Commenting and Approval service.
戻り値IReviewCommentingAndApproval — It returns an instance of Review Commenting and Approval service.
|
関連する API エレメント
getReviewCommentingAndApprovalUtil | () | メソッド |
public static function getReviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of Review Commenting and Approval util service.
戻り値IReviewCommentingAndApprovalUtil — instance of Review Commenting and Approval util service.
|
関連する API エレメント
getStageManagement | () | メソッド |
public static function getStageManagement():IStageManagement
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of stage management service.
戻り値IStageManagement — It returns an instance of stage management service.
|
関連する API エレメント
getUserManager | () | メソッド |
public static function getUserManager():IUserManager
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of user manager service.
戻り値IUserManager — It returns an instance of user manager service.
|
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z