default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validate(@NotNull DocViewNode2 node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Called for the beginning of each deserialized new JCR document view node.
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validate(@NotNull DocViewNode node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
NodePathValidator.validate(@NotNull NodeContext nodeContext) |
Called for each node being found in a package.
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validateEnd(@NotNull DocViewNode2 node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Called for the end of each new deserialized JCR document view node (after all child nodes have been processed).
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validateEnd(@NotNull DocViewNode node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
JcrPathValidator.validateJcrPath(@NotNull NodeContext nodeContext,
boolean isFolder) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
JcrPathValidator.validateJcrPath(@NotNull NodeContext nodeContext,
boolean isFolder,
boolean isDocViewXml) |
Called for each file/folder below jcr_root.
|