| Paket | com.adobe.solutions.exm.impl.method |
| Klass | public class FunctionService |
| Arv | FunctionService Object |
| Implementerar | IFunctionService |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Expression Manager Building Block 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Publika egenskaper
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Creates a new FunctionService instance. | FunctionService | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | 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 | ||
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
Konstruktordetaljer
FunctionService | () | Konstruktor |
public function FunctionService()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Expression Manager Building Block 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionService instance.
Metoddetaljer
listFunctionFamilies | () | metod |
public function listFunctionFamilies():mx.rpc:AsyncToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Expression Manager Building Block 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing available function-families and returns the token.
Returnerarmx.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 | () | metod |
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Expression Manager Building Block 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.
Parametrar
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.
|
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 | () | metod |
public function listServices(familyId:String):mx.rpc:AsyncToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Expression Manager Building Block 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.
Parametrar
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.
|
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.
|
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper