パッケージ | lc.foundation.util |
クラス | public class Token |
継承 | Token Object |
サブクラス | CollectionToken, ObjectToken |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Token
class provides a mechanism to specify handlers for asynchronous calls.
Usually, result handlers take a single parameter of type LiveCycleEvent
(or a subclass)
and fault handlers take a single parameter of type LiveCycleFaultEvent
(or a subclass).
For information on using this component to customize Workspace, see Customizing the Adobe Digital Enterprise Platform Document Services - Workspace User Interface .
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Adds a fault handler for this asynchronous invocation. | Token | ||
Adds a result and fault handler for this asynchronous invocation. | Token | ||
Adds an object to handle the result or failure for an asynchronous invocation. | Token | ||
Adds a result handler for this asynchronous invocation. | Token | ||
Calls all the fault handlers. | Token | ||
Calls all the result handlers. | Token | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
メソッドの詳細
addFaultHandler | () | メソッド |
public function addFaultHandler(handler:Function):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a fault handler for this asynchronous invocation.
パラメーター
handler:Function — Specifies a function that is called when the asynchronous call fails.
|
addHandlers | () | メソッド |
public function addHandlers(resultHandler:Function, faultHandler:Function):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a result and fault handler for this asynchronous invocation.
パラメーター
resultHandler:Function — Specifies the function that is called when the asynchronous call completes.
| |
faultHandler:Function — Specifies athefunction that is called when the asynchronous call fails.
|
addResponder | () | メソッド |
public function addResponder(responder:IResponder):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds an object to handle the result or failure for an asynchronous invocation.
パラメーター
responder:IResponder — Specifies the mx.rpc.IResponder interface implementation to handle
the asynchronous result or failure.
|
addResultHandler | () | メソッド |
public function addResultHandler(handler:Function):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a result handler for this asynchronous invocation.
パラメーター
handler:Function — Specifies a function that is called when the asynchronous call completes.
|
callFaultHandlers | () | メソッド |
public function callFaultHandlers(info:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Calls all the fault handlers.
パラメーター
info:Object — Specifies the information passed to all the fault handlers.
|
callResultHandlers | () | メソッド |
public function callResultHandlers(data:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Calls all the result handlers.
パラメーター
data:Object — Specifies the data passed to all the result handlers.
|
Tue Jun 12 2018, 10:34 AM Z