| Pakket | com.adobe.solutions.exm.variable |
| Interface | public interface IVariableService |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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 | ||
Methodedetails
listVariables | () | methode |
public function listVariables():mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous operation for retrieving the list of available variables.
Geretourneerde waardemx.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 | () | methode |
public function searchVariables(searchTerm:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Expression Manager Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous operation for retrieving the list of available variables matching the given search term.
Parameters
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.
|
Wed Jun 13 2018, 11:42 AM Z