Paquete | com.adobe.solutions.exm.variable |
Interfaz | public interface IVariableService |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Información sobre métodos
listVariables | () | método |
public function listVariables():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous operation for retrieving the list of available variables.
Valor devueltomx.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étodo |
public function searchVariables(searchTerm:String):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous operation for retrieving the list of available variables matching the given search term.
Parámetros
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, 02:12 PM Z