| Step | Status | Notes |
|---|---|---|
| Define the Trigger Specification grammar | DONE | See Grammar for Triggers |
| Convert the grammar to ANTLR syntax | DONE | See TriggerSpecification.g |
| Design and implement the Trigger Specification bean | DONE | See TriggerSpecification.java |
| Add bean population actions to the ANTLR grammar | DONE | See TriggerSpecification.g |
| Add schema elements for Triggers | DONE | See added schema elements |
| Modify the SubentryService to track AA for Triggers | DONE | See modifications to the SubtreeService |
| Determine Triggers-Stored Procedures integration mechanics | IN PROGRESS | See Triggers and Stored Procedures integration |
| Implement the Trigger Service Interceptor | IN PROGRESS | See TriggerService.java |
