Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.solutions.exm.method 

IFunctionService  - AS3 Expression Manager

Pacotecom.adobe.solutions.exm.method
Interfacepublic interface IFunctionService
Implementadores FunctionService

Versão da linguagem: ActionScript 3.0
Versão de produto: Expression Manager Building Block 10
Versões de runtime: AIR (unsupported), Flash Player 10.2

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



Métodos públicos
 MétodoDefinido por
  
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
Detalhes do método

listFunctionFamilies

()método
public function listFunctionFamilies():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Expression Manager Building Block 10
Versões de runtime: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving the list of available function-families.

Retorna
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

()método 
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Expression Manager Building Block 10
Versões de runtime: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving the list of local functions belonging to the given family.

Parâmetros

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.

Retorna
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

()método 
public function listServices(familyId:String):mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Expression Manager Building Block 10
Versões de runtime: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving the list of remote functions (services) belonging to the given family.

Parâmetros

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.

Retorna
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 ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.