com.adobe.solutions.exm.authoring.domain.expression 패키지에는 표현식 전용 작업에 대한 제작 도메인 클래스가 들어 있습니다. 이러한 작업의 예로는 새 표현식 객체 만들기 및 표현식 유효성 검사 등이 있습니다.
인터페이스
| 인터페이스 | 설명 | |
|---|---|---|
| IExpression | Represents an expression object for authoring purposes. | |
| IExpressionProvider | The IExpressionProvider interface serves as the entry point for expression-specific operations during expression authoring. |
클래스
| 클래스 | 설명 | |
|---|---|---|
| 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. |
Tue Jun 12 2018, 03:32 PM Z