Interface | Description |
---|---|
Caller |
Interface for manually calling update methods on a registered
DataExtension . |
DataExtension |
Interface to implement data extensions with.
|
ExtensionService |
Interface for registering
DataExtension s. |
Group |
Method parameter for providing values about a group with provider annotations.
|
Class | Description |
---|---|
ExtensionServerMethodCallerTask |
Task for updating
DataExtension server values periodically. |
ExtensionService.Holder | |
ExtensionSvc |
Implementation for
ExtensionService . |
Enum | Description |
---|---|
CallEvents |
Enum representing different events when Plan calls methods of
DataExtension automatically. |
ElementOrder |
Enum representing big elements of a plugin.
|
FormatType |
Enum for determining additional formatter for a value given by a
NumberProvider . |
Exception | Description |
---|---|
NotReadyException |
Exception to throw inside DataExtension if a method is not ready to be called (Data is not available etc).
|