Package ch.tocco.nice2.dms.impl.validate
Interface PathValidator
- All Known Implementing Classes:
AbstractPathValidator
,AliasValidator
,SameAliasValidator
,SameNamedSiblingValidator
,SameUrlValidator
public interface PathValidator
Ensure path uniqueness.
-
Method Summary
Modifier and TypeMethodDescriptionEnsure path uniqueness.
-
Method Details
-
validate
Ensure path uniqueness.- Parameters:
entity
- The entity to check.- Returns:
- a PathValidation result.
-