org.kuali.rice.krad.rule
Interface AddNoteRule

All Superinterfaces:
BusinessRule
All Known Implementing Classes:
AuthorMaintenanceDocumentRule, BookOrderDocumentRule, DocumentRuleBase, GenericPermissionMaintenanceDocumentRule, GroupDocumentMemberRule, IdentityManagementGroupDocumentRule, IdentityManagementPersonDocumentRule, IdentityManagementRoleDocumentRule, KimDocumentMemberRule, KimDocumentPermissionRule, KimDocumentResponsibilityRule, MaintenanceDocumentRuleBase, MaintenanceDocumentRuleBase, ParameterRule, PersonDocumentDelegationMemberRule, PersonDocumentGroupRule, PersonDocumentRoleRule, ReviewResponsibilityMaintenanceDocumentRule, RoleDocumentDelegationMemberRule, RoleDocumentDelegationRule, RoutingRuleDelegationMaintainableBusRule, RoutingRuleMaintainableBusRule, TransactionalDocumentRuleBase, TravelAccountRules, TravelDocumentRule

public interface AddNoteRule
extends BusinessRule

Defines a rule which gets invoked immediately before a document has a note added to it.


Method Summary
 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.
 

Method Detail

processAddNote

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.

Parameters:
document -
note -
Returns:
false if the rule fails


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.