Package org.kuali.rice.krad.rules.rule
Interface AddCollectionLineRule
- All Superinterfaces:
BusinessRule
- All Known Implementing Classes:
DocumentRuleBase,MaintenanceDocumentRuleBase,TransactionalDocumentRuleBase
Defines a rule which gets invoked immediately before an object is added to a collection.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRun the rules associated with adding an object to a collection.
-
Method Details
-
processAddCollectionLine
Run the rules associated with adding an object to a collection.- Parameters:
addEvent- the event containing all of the object necessary to run the rules- Returns:
- true if validation succeeds, false otherwise
-