| Interface | Description |
|---|---|
| HDBModelProcess |
defines a process to run for e.g. during an HDBModel.updateContent()
|
| WGACoreAwareHDBModelProcess |
A HDBModel process that wants to get the current WGACore object injected before processing
|
| Class | Description |
|---|---|
| HDBModel |
The HDBModel API
|
| HDBModelContentClassEvents |
Tool class to execute HDBModel content class specific events
|
| HDBModelContentEvent |
Object "event" in HDBModel event scripts that are based on content events
|
| HDBModelEvent |
Generic interface for object "event" in HDBModel event scripts
|
| HDBModelHDBEvent |
Object "event" in HDBModel event scripts that are based on HDB events
|
| HDBModelListener |
HDB listener for HDBModel documents
|
| HDBModelParams |
Parameter class for HDBModel operations, collecting all possible parameters
|
| TMLScriptHDBModelProcess |
A
HDBModelProcess which executes the code of a TMLScript module |
| Exception | Description |
|---|---|
| HDBModelException |
Generic exception thrown for errors inside HDBModel functionality
|
| HDBModelFormValidationFailedException |
Exception thrown when the validation of a WebTML form, given as input for a HDBModel operation, fails and cances the operation
|