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.impl.method 

FunctionService  - AS3 Expression Manager

Pacotecom.adobe.solutions.exm.impl.method
Classepublic class FunctionService
HerançaFunctionService Inheritance Object
Implementações IFunctionService

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

Default implementation of the IFunctionService interface which queries the server for listing function-families and functions.



Propriedades públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
Métodos públicos
 MétodoDefinido por
  
Creates a new FunctionService instance.
FunctionService
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
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
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna a representação de string do objeto especificado.
Object
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
Detalhes do construtor

FunctionService

()Construtor
public function 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

Creates a new FunctionService instance.

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 RPC call for listing available function-families and returns the token.

Retorna
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

()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 RPC call for listing local functions belonging to the given family, and returns the token.

Parâmetros

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.

Retorna
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

()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 RPC call for listing remote functions belonging to the given family, and returns the token.

Parâmetros

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.

Retorna
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.




[ 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.