Interface MPMResourceUsageRuleDelegate


public interface MPMResourceUsageRuleDelegate
The purpose of this delegate is to validate the resource usage. This interface should be implemented by customized implementations.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validate resource usage as per the business rules.
  • Method Details

    • validateResourceUsage

      void validateResourceUsage(WTPartUsageLink usageLink) throws WTException
      Validate resource usage as per the business rules.

      Supported API: true
      Parameters:
      usageLink - WTPartUsageLink, which is the link between the resources and for which the resource usage validation is to be performed
      Throws:
      WTException