Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.solutions.exm.expression 

IExpressionService  - AS3 Expression Manager

パッケージcom.adobe.solutions.exm.expression
インターフェイスpublic interface IExpressionService

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

IExpressionService provides infrastructure services for expression persistence.



パブリックメソッド
 メソッド定義元
  
Creates a new expression in the expression repository.
IExpressionService
  
Deletes an expression from the expression repository.
IExpressionService
  
Fires an asynchronous operation for retrieving a given expression from the expression repository.
IExpressionService
  
Fires an asynchronous operation for retrieving the list of available expressions from the expression repository.
IExpressionService
  
Fires an asynchronous operation for retrieving the list of available expressions in the repository which match the given search term.
IExpressionService
  
Updates an expression in the expression repository.
IExpressionService
メソッドの詳細

createExpression

()メソッド
public function createExpression(expr:ExpressionVO):mx.rpc:AsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Creates a new expression in the expression repository.

パラメーター

expr:ExpressionVO — The expression to be created.

戻り値
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the create operation completes successfully, or a FaultEvent if the operation fails.

deleteExpression

()メソッド 
public function deleteExpression(expr:ExpressionVO):mx.rpc:AsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Deletes an expression from the expression repository.

パラメーター

expr:ExpressionVO — The expression to be delete.

戻り値
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the delete operation completes successfully, or a FaultEvent if the operation fails.

getExpression

()メソッド 
public function getExpression(exprId:String):mx.rpc:AsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving a given expression from the expression repository.

パラメーター

exprId:String — The unique ID of the expression to be retrieved.

戻り値
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 an ExpressionVO instance corresponding to the retrieved expression.

listExpressions

()メソッド 
public function listExpressions():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 expressions from the expression repository.

戻り値
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 ExpressionVO instances corresponding to the expressions available in the repository.

searchExpressions

()メソッド 
public function searchExpressions(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 expressions in the repository which match the given search term.

パラメーター

searchTerm:String — The search term to be used for filtering expressions.

戻り値
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 ExpressionVO instances corresponding to the expressions in the repository which match the given search term.

updateExpression

()メソッド 
public function updateExpression(expr:ExpressionVO):mx.rpc:AsyncToken

言語バージョン: ActionScript 3.0
製品バージョン: Expression Manager Building Block 10
ランタイムバージョン: AIR (unsupported), Flash Player 10.2

Updates an expression in the expression repository.

パラメーター

expr:ExpressionVO — The expression to be updated.

戻り値
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the update operation completes successfully, or a FaultEvent if the operation fails.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。