Class SaveDocumentEvent

All Implemented Interfaces:
DocumentEvent, RuleEvent, SaveEvent
Direct Known Subclasses:
SaveOnlyDocumentEvent

public class SaveDocumentEvent extends DocumentEventBase implements SaveEvent
Rule event generated for a save of a document instance.

This could be triggered when a user presses the save button for a given document or it could happen when another piece of code calls the save method in the document service.

Author:
Kuali Rice Team (rice.collab@kuali.org)