org.kuali.rice.kns.rule
Interface AddAdHocRouteWorkgroupRule
- All Superinterfaces:
- BusinessRule
- All Known Implementing Classes:
- DocumentRuleBase, MaintenanceDocumentRuleBase, TransactionalDocumentRuleBase
public interface AddAdHocRouteWorkgroupRule
- extends BusinessRule
Defines a rule which gets invoked immediately before a document has an adHocRouteWorkgroup added to it.
processAddAdHocRouteWorkgroup
boolean processAddAdHocRouteWorkgroup(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.
- Parameters:
document
- adHocRouteWorkgroup
-
- Returns:
- false if the rule fails
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.