Package org.kuali.rice.krad.rules.rule
Interface AddAdHocRoutePersonRule
- All Superinterfaces:
BusinessRule
- All Known Implementing Classes:
DocumentRuleBase,MaintenanceDocumentRuleBase,TransactionalDocumentRuleBase
Defines a rule which gets invoked immediately before a document has a adHocRoutePerson added to it.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessAddAdHocRoutePerson(Document document, AdHocRoutePerson adHocRoutePerson) This method is responsible for housing business rules that need to be checked before a document adHocRoutePerson is added to a document.
-
Method Details
-
processAddAdHocRoutePerson
This method is responsible for housing business rules that need to be checked before a document adHocRoutePerson is added to a document.- Parameters:
document-adHocRoutePerson-- Returns:
- false if the rule fails
-