Package com.ptc.windchill.mpml.resource
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateResourceUsage(WTPartUsageLink usageLink) Validate resource usage as per the business rules.
-
Method Details
-
validateResourceUsage
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
-