org.kuali.rice.kns.rule
Interface AddAdHocRoutePersonRule

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

public interface AddAdHocRoutePersonRule
extends BusinessRule

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


Method Summary
 boolean processAddAdHocRoutePerson(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 Detail

processAddAdHocRoutePerson

boolean processAddAdHocRoutePerson(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.

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


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