| Interface | Description |
|---|---|
| Maintainable |
Provides contract for implementing a maintenance object within the maintenance framework
|
| MaintenanceDocument |
Common interface for all maintenance documents.
|
| MaintenanceDocumentAuthorizer | |
| MaintenanceDocumentPresentationController |
| Class | Description |
|---|---|
| MaintainableImpl |
Default implementation of the
Maintainable interface |
| MaintenanceDocumentAuthorizerBase | |
| MaintenanceDocumentBase |
Document class for all maintenance documents which wraps the maintenance object in
a
Maintainable that is also used for various callbacks |
| MaintenanceDocumentPresentationControllerBase | |
| MaintenanceLock |
List of business objects that this maintenance document is locking (prevents two documents from being routed trying to update the same object)
Most maintenance documents have only one lock, but globals have many
|
| MaintenanceUtils |
Provides static utility methods for use within the maintenance framework
|
| MaintenanceViewAuthorizerBase |
Implementation of
ViewAuthorizer for
MaintenanceView instances |
| MaintenanceViewPresentationControllerBase |
Implementation of
ViewPresentationController for
MaintenanceView instances |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.