Package wt.occurrence
Interface OccurrenceNameValidationDelegate
- All Known Implementing Classes:
UniqueWithinPathOccurrenceContextOccurrenceNameValidationDelegate
public interface OccurrenceNameValidationDelegate
Checks an
Supported API: true
Extendable: true
Occurrence to see if the name is valid, including a
check for uniqueness within its context (except we allow duplicates with
null names).
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateName(WTCollection occurrences) Checks whether the name is valid.voidvalidateName(Occurrence occurrence) Checks whether the name is valid.
-
Method Details
-
validateName
Checks whether the name is valid.
Supported API: true- Parameters:
occurrence-- Throws:
WTException
-
validateName
Checks whether the name is valid.
Supported API: true- Parameters:
occurrences-- Throws:
WTException
-