ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.solutions.exm.expression 

IExpressionService  - AS3 Expression Manager

Paketcom.adobe.solutions.exm.expression
Schnittstellepublic interface IExpressionService

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

IExpressionService provides infrastructure services for expression persistence.



Öffentliche Methoden
 MethodeDefiniert von
  
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
Methodendetails

createExpression

()Methode
public function createExpression(expr:ExpressionVO):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Creates a new expression in the expression repository.

Parameter

expr:ExpressionVO — The expression to be created.

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

deleteExpression

()Methode 
public function deleteExpression(expr:ExpressionVO):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Deletes an expression from the expression repository.

Parameter

expr:ExpressionVO — The expression to be delete.

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

getExpression

()Methode 
public function getExpression(exprId:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

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

Parameter

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

Rückgabewerte
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

()Methode 
public function listExpressions():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Fires an asynchronous operation for retrieving the list of available expressions from the expression repository.

Rückgabewerte
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

()Methode 
public function searchExpressions(searchTerm:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: 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.

Parameter

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

Rückgabewerte
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

()Methode 
public function updateExpression(expr:ExpressionVO):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Expression Manager“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Updates an expression in the expression repository.

Parameter

expr:ExpressionVO — The expression to be updated.

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




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.