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