The com.adobe.solutions.exm.authoring.domain.method package contains the authoring domain classes for function-specific operations. For example, list listing available function-families, local functions, or remote functions.
Interfaces
Interface | Description | |
---|---|---|
IFunction | Represents a function available for use inside expressions during expression authoring. | |
IFunctionFamily | Represents a family (group) of similar functions (e.g. | |
IFunctionParameter | Represents an input parameter to a function. | |
IFunctionProvider | The IFunctionProvider interface serves as the entry point for function-specific operations during expression authoring. |
Classes
Class | Description | |
---|---|---|
FunctionFamilyProviderEvent | Event dispatched whenever a call to list the available function-families returns successfully. | |
FunctionProviderEvent | Event dispatched whenever a call to list available functions (local or remote) returns successfully. |
Mon Nov 28 2011, 07:42 AM -08:00