包 | 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:04 AM Z