Пакет | com.adobe.solutions.exm.variable |
Интерфейс | public interface IVariableService |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Expression Manager Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
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 |
Сведения о методе
listVariables | () | метод |
public function listVariables():mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Expression Manager Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous operation for retrieving the list of available 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.
|
searchVariables | () | метод |
public function searchVariables(searchTerm:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Expression Manager Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous operation for retrieving the list of available variables matching the given search term.
Параметры
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, 11:34 AM Z