| パッケージ | com.adobe.livecycle.rca.service |
| クラス | public class ServiceDelegate |
| 継承 | ServiceDelegate Object |
| サブクラス | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
以降、非推奨 Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
| ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
パブリックプロパティ
プロテクトプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| className : String [読み取り専用]
Retrieves the class name of the service. | ServiceDelegate | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Constructor. | ServiceDelegate | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
プロテクトメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate | ||
プロパティの詳細
className | プロパティ |
コンストラクターの詳細
ServiceDelegate | () | コンストラクター |
public function ServiceDelegate()| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
| ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
メソッドの詳細
getDefaultResponder | () | メソッド |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
| ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves a DefaultResponder for the given token. If it is successful, the success handlers for the token
are called. If it fails, the fault handlers are called.
パラメーター
token:com.adobe.livecycle.rca.token:RCAToken — The token to get a responder for.
|
DefaultResponder — A responder for the specified token's success and fault handlers.
|
handleFaultEvent | () | メソッド |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
| ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Default fault handler for the asynchronous operation. Calls all of the token's fault handlers with the given event.
パラメーター
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:FaultEvent — The result of the operation. That is, the fault.
|
handleResultEvent | () | メソッド |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
| ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Default result handler for the asynchronous operation. Calls all of the token's success handlers using the given event.
パラメーター
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示