用于 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 类显示为英语。