O pacote com.adobe.solutions.exm.authoring.domain.expression contém as classes de criação de domínio para operações específicas de expressão. Por exemplo, a criação de objetos e novas expressões de validação.
Interfaces
| Interface | Descrição | |
|---|---|---|
| IExpression | Represents an expression object for authoring purposes. | |
| IExpressionProvider | The IExpressionProvider interface serves as the entry point for expression-specific operations during expression authoring. |
Classes
| Classe | Descrição | |
|---|---|---|
| ComplexCyclicDependencyError | Error indicating that a cyclic dependency has been found between two or more variables over multiple expressions. | |
| ExpressionCreateEvent | Event dispatched whenever a new expression is successfully created in the expression repository. | |
| ExpressionDeleteEvent | Event dispatched whenever an expression is successfully deleted from the expression repository. | |
| ExpressionEvent | Base class for events dispatched whenever a CRUD operation completes successfully on an expression in the expression repository. | |
| ExpressionGetEvent | Event dispatched whenever an expression is successfully retrieved from the expression repository. | |
| ExpressionListProviderEvent | Event dispatched whenever an expression-listing operation (list-all-expressions or search-expressions) completes successfully. | |
| ExpressionUpdateEvent | Event dispatched whenever an expression is successfully updated in the expression repository. | |
| ExpressionValidationError | Error thrown when an expression fails to validate syntactically. | |
| ExpressionValidationResult | Encapsulates the result of syntactic validation of an expression. | |
| SimpleCyclicDependencyError | Error thrown whenever a simple cyclic dependency is detected in a single expression (e.g. |
Wed Jun 13 2018, 11:25 AM Z