Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.solutions.exm.method 

IFunctionService  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.method
Interfacepublic interface IFunctionService
Implémenteurs FunctionService

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Expression Manager 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

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



Méthodes publiques
 MéthodeDéfini par
  
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
Détails de la méthode

listFunctionFamilies

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

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Expression Manager 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

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

Valeur renvoyée
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éthode 
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Expression Manager 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

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

Paramètres

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.

Valeur renvoyée
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éthode 
public function listServices(familyId:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Expression Manager 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 10.2

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

Paramètres

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.

Valeur renvoyée
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 ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.