Interface MPMStandardProcedureValidationDelegate
public interface MPMStandardProcedureValidationDelegate
Delegate to validate if the Process Plan is standard.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateStandardProcedure(MPMProcessPlanMaster processPlanMaster) Validate if the Process Plan is standard.
-
Method Details
-
validateStandardProcedure
void validateStandardProcedure(MPMProcessPlanMaster processPlanMaster) throws WTException, WTPropertyVetoException Validate if the Process Plan is standard.
Supported API: true- Parameters:
processPlanMaster- MPMProcessPlanMaster which is to be validated- Throws:
WTExceptionWTPropertyVetoException
-