패키지 | 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, 03:17 PM Z