Interface MPMSequenceLinkCategoryValidationDelegate
public interface MPMSequenceLinkCategoryValidationDelegate
Delegate to validate
Supported API: true
Extendable: true
MPMSequenceUsageLink using category value set on the link.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateMPMSequenceUsageLinkCategory(MPMSequenceUsageLink sequenceUsageLink, MPMSequenceLinkCategory category) Perform validation of theMPMSequenceUsageLinkusing category value set on the link.
-
Method Details
-
validateMPMSequenceUsageLinkCategory
void validateMPMSequenceUsageLinkCategory(MPMSequenceUsageLink sequenceUsageLink, MPMSequenceLinkCategory category) throws WTException, WTPropertyVetoException Perform validation of theMPMSequenceUsageLinkusing category value set on the link.
Supported API: true- Parameters:
sequenceUsageLink- MPMSequenceUsageLink to be validatedcategory-- Throws:
WTExceptionWTPropertyVetoException
-