用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.solutions.exm.method 

IFunctionService  - AS3 Expression Manager

com.adobe.solutions.exm.method
接口public interface IFunctionService
实现器 FunctionService

语言版本: ActionScript 3.0
产品版本: Expression Manager Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

IFunctionService provides infrastructure services for listing functions and function-families.



公共方法
 方法由以下参数定义
  
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.




[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。