public interface AddNoteRule extends BusinessRule
| Modifier and Type | Method and Description | 
|---|---|
| boolean | processAddNote(Document document,
                            Note note)This method is responsible for housing business rules that need to be checked before a note is added to a document. | 
boolean processAddNote(Document document, Note note)
document - note - Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.