Interface AddAdHocRoutePersonRule

All Superinterfaces:
BusinessRule
All Known Implementing Classes:
DocumentRuleBase, MaintenanceDocumentRuleBase, TransactionalDocumentRuleBase

public interface AddAdHocRoutePersonRule extends BusinessRule
Defines a rule which gets invoked immediately before a document has a adHocRoutePerson added to it.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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

      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