Uses of Class
org.apache.jackrabbit.vault.util.DocViewNode2
Packages that use DocViewNode2
Package
Description
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 DocViewNode2Modifier and TypeMethodDescriptionvoidDocViewParserHandler.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.voidDocViewParserHandler.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 DocViewNode2Modifier and TypeMethodDescriptionvoidDocViewParserHandler.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.voidDocViewParserHandler.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 DocViewNode2Modifier and TypeMethodDescriptiondefault StringUserManagement.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 DocViewNode2Modifier and TypeMethodDescription@NotNull DocViewNode2DocViewNode2.cloneWithDifferentProperties(@NotNull Collection<DocViewProperty2> properties) static @NotNull DocViewNode2static @NotNull DocViewNode2DocViewNode2.fromNode(@NotNull Node node, boolean isRoot, @NotNull Iterable<Property> properties, boolean useBinaryReferences) Methods in org.apache.jackrabbit.vault.util with parameters of type DocViewNode2Modifier and TypeMethodDescriptionstatic DocViewNodeDocViewNode.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 DocViewNode2Modifier and TypeMethodDescriptiondefault @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).