Uses of Class
org.apache.jackrabbit.vault.util.DocViewNode
-
Packages that use DocViewNode Package Description org.apache.jackrabbit.vault.fs.spi org.apache.jackrabbit.vault.util org.apache.jackrabbit.vault.validation.spi The FileVault validation framework SPI. -
-
Uses of DocViewNode in org.apache.jackrabbit.vault.fs.spi
Methods in org.apache.jackrabbit.vault.fs.spi with parameters of type DocViewNode Modifier and Type Method Description String
UserManagement. getAuthorizableId(DocViewNode node)
Deprecated.UseUserManagement.getAuthorizableId(DocViewNode2)
instead -
Uses of DocViewNode in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util that return DocViewNode Modifier and Type Method Description static DocViewNode
DocViewNode. fromDocViewNode2(DocViewNode2 node)
Deprecated. -
Uses of DocViewNode in org.apache.jackrabbit.vault.validation.spi
Methods in org.apache.jackrabbit.vault.validation.spi with parameters of type DocViewNode Modifier and Type Method Description default @Nullable Collection<ValidationMessage>
DocumentViewXmlValidator. validate(@NotNull DocViewNode node, @NotNull String nodePath, @NotNull Path filePath, boolean isRoot)
Deprecated.default @Nullable Collection<ValidationMessage>
DocumentViewXmlValidator. validate(@NotNull DocViewNode node, @NotNull NodeContext nodeContext, boolean isRoot)
Deprecated.default @Nullable Collection<ValidationMessage>
DocumentViewXmlValidator. validateEnd(@NotNull DocViewNode node, @NotNull NodeContext nodeContext, boolean isRoot)
Deprecated.
-