Uses of Class
org.apache.jackrabbit.vault.util.DocViewNode2
-
Packages that use DocViewNode2 Package Description org.apache.jackrabbit.vault.fs.io org.apache.jackrabbit.vault.fs.spi org.apache.jackrabbit.vault.util org.apache.jackrabbit.vault.validation.spi The FileVault validation framework SPI. -
-
Uses of DocViewNode2 in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io with parameters of type DocViewNode2 Modifier and Type Method Description void
DocViewParserHandler. endDocViewNode(@NotNull String nodePath, @NotNull DocViewNode2 docViewNode, @NotNull Optional<DocViewNode2> parentDocViewNode, int line, int column)
Called at the end of each element in the docview xml representing a node.void
DocViewParserHandler. startDocViewNode(@NotNull String nodePath, @NotNull DocViewNode2 docViewNode, @NotNull Optional<DocViewNode2> parentDocViewNode, int line, int column)
Called for each element in the docview xml representing a nodeMethod parameters in org.apache.jackrabbit.vault.fs.io with type arguments of type DocViewNode2 Modifier and Type Method Description void
DocViewParserHandler. endDocViewNode(@NotNull String nodePath, @NotNull DocViewNode2 docViewNode, @NotNull Optional<DocViewNode2> parentDocViewNode, int line, int column)
Called at the end of each element in the docview xml representing a node.void
DocViewParserHandler. startDocViewNode(@NotNull String nodePath, @NotNull DocViewNode2 docViewNode, @NotNull Optional<DocViewNode2> parentDocViewNode, int line, int column)
Called for each element in the docview xml representing a node -
Uses of DocViewNode2 in org.apache.jackrabbit.vault.fs.spi
Methods in org.apache.jackrabbit.vault.fs.spi with parameters of type DocViewNode2 Modifier and Type Method Description default String
UserManagement. getAuthorizableId(DocViewNode2 node)
Returns the id of the authorizable from the specified authorizable node to be imported. -
Uses of DocViewNode2 in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util that return DocViewNode2 Modifier and Type Method Description @NotNull DocViewNode2
DocViewNode2. cloneWithDifferentProperties(@NotNull Collection<DocViewProperty2> properties)
static @NotNull DocViewNode2
DocViewNode2. fromNode(@NotNull Node node, boolean isRoot, boolean useBinaryReferences)
static @NotNull DocViewNode2
DocViewNode2. fromNode(@NotNull Node node, boolean isRoot, @NotNull Iterable<Property> properties, boolean useBinaryReferences)
Methods in org.apache.jackrabbit.vault.util with parameters of type DocViewNode2 Modifier and Type Method Description static DocViewNode
DocViewNode. fromDocViewNode2(DocViewNode2 node)
Deprecated. -
Uses of DocViewNode2 in org.apache.jackrabbit.vault.validation.spi
Methods in org.apache.jackrabbit.vault.validation.spi with parameters of type DocViewNode2 Modifier and Type Method Description 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. 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).
-