パッケージ | com.adobe.solutions.exm.impl.method |
クラス | public class FunctionService |
継承 | FunctionService Object |
実装 | IFunctionService |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Creates a new FunctionService instance. | FunctionService | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
Fires an asynchronous RPC call for listing available function-families and returns the token. | FunctionService | ||
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token. | FunctionService | ||
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token. | FunctionService | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
FunctionService | () | コンストラクター |
public function FunctionService()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionService instance.
メソッドの詳細
listFunctionFamilies | () | メソッド |
public function listFunctionFamilies():mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing available function-families and returns the token.
戻り値mx.rpc:AsyncToken — A token for the RPC call. If the call completes successfully, the result of the token
contains a list of FunctionFamilyVO instances.
|
listLocalFunctions | () | メソッド |
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.
パラメーター
familyId:String — The ID of the function-family for which local functions are being requested. Can be null, in which
case all local functions are listed.
|
mx.rpc:AsyncToken — A token for the RPC call. If the call completes successfully, the result of the token
contains a list of FunctionVO instances.
|
listServices | () | メソッド |
public function listServices(familyId:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Expression Manager Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.
パラメーター
familyId:String — The ID of the function-family for which remote functions are being requested. Can be null, in which
case all remote functions are listed.
|
mx.rpc:AsyncToken — A token for the RPC call. If the call completes successfully, the result of the token
contains a list of FunctionVO instances.
|
Tue Jun 12 2018, 10:34 AM Z