ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.solutions.exm.method 

IFunctionService  - AS3 Expression Manager

Paketcom.adobe.solutions.exm.method
Schnittstellepublic interface IFunctionService
Umsetzer FunctionService

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

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



Öffentliche Methoden
 MethodeDefiniert von
  
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
Methodendetails

listFunctionFamilies

()Methode
public function listFunctionFamilies():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

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

Rückgabewerte
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

()Methode 
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

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

Parameter

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.

Rückgabewerte
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

()Methode 
public function listServices(familyId:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

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

Parameter

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.

Rückgabewerte
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 ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.