Package | com.adobe.solutions.exm.variable |
Interface | public interface IVariableService |
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 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Fires an asynchronous operation for retrieving the list of available variables. | IVariableService | ||
Fires an asynchronous operation for retrieving the list of available variables matching the given search term. | IVariableService |
Détails de la méthode
listVariables | () | méthode |
public function listVariables():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 variables.
Valeur renvoyéemx.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 VariableVO instances corresponding to the available variables.
|
searchVariables | () | méthode |
public function searchVariables(searchTerm: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 available variables matching the given search term.
Paramètres
searchTerm:String — The search term to be used for filtering variables.
|
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 VariableVO instances corresponding to the available variables which match the given search term.
|
Tue Jun 12 2018, 09:30 AM Z