| Interface | Description |
|---|---|
| AdvancedGroup |
Defines the group for validation constraints, which is validated only if the validation of the default group of constraints succeeds.
|
| AdvancedSkipOnImportGroup |
Defines the group for validation constraints, which is similar to
AdvancedGroup, but is skipped on import operation. |
| DefaultSkipOnImportGroup |
Defines the default group for validation constraints, which is skipped in the import operation.
This one is useful to define constraints, which are enforced during normal content create/update operations but are skipped during bulk import. |
| JCRNodeValidator |
An interface to identify the mechanics of validation for your specific nodes and needs.
|
| Class | Description |
|---|---|
| JahiaMessageInterpolator |
Interpolate a given constraint violation message using Jahia resource bundle.
|
| JCRNodeValidatorDefinition |
This class allows you to register multiple validators at once through your modules.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.