| パッケージ | com.adobe.solutions.exm.method | 
| インターフェイス | public interface IFunctionService | 
| 実装者 | FunctionService | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Expression Manager Building Block 10 | 
| ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 | 
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| 
		 Fires an asynchronous operation for retrieving the list of available function-families. | IFunctionService | ||
| 
		 Fires an asynchronous operation for retrieving the list of local functions belonging to the given family. | IFunctionService | ||
| 
		 Fires an asynchronous operation for retrieving the list of remote functions (services) belonging to the given family. | IFunctionService | ||
メソッドの詳細
| listFunctionFamilies | () | メソッド | 
 public function listFunctionFamilies():mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Expression Manager Building Block 10 | 
| ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 | 
Fires an asynchronous operation for retrieving the list of available function-families.
戻り値| mx.rpc:AsyncToken— An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a
		 FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains
		 a list of FunctionFamilyVO instances corresponding to the available function-families. | 
| 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 operation for retrieving the list of local functions belonging to the given family.
パラメーター
| familyId:String— The ID of the family for which local functions are being listed. Can be null, in which case
		 all local functions will be listed. | 
| mx.rpc:AsyncToken— An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a
		 FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains
		 a list of FunctionVO instances corresponding to the local functions belonging to the given family. | 
| 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 operation for retrieving the list of remote functions (services) belonging to the given family.
パラメーター
| familyId:String— The ID of the family for which remote functions are being listed. Can be null, in which case
		 all remote functions will be listed. | 
| mx.rpc:AsyncToken— An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a
		 FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains
		 a list of FunctionVO instances corresponding to the remote functions belonging to the given family. | 
Tue Jun 12 2018, 10:34 AM Z