Class DocViewTreeNode


  • public class DocViewTreeNode
    extends Object
    Represents a serializable docview node inside a tree hierarchy.
    • Constructor Detail

      • DocViewTreeNode

        public DocViewTreeNode​(String parentPath,
                               org.apache.jackrabbit.spi.Name name,
                               Collection<org.apache.jackrabbit.vault.util.DocViewProperty2> properties)
    • Method Detail

      • getProperties

        public Collection<org.apache.jackrabbit.vault.util.DocViewProperty2> getProperties()
      • getPath

        public String getPath​(org.apache.jackrabbit.spi.commons.conversion.NameResolver nameResolver)
                       throws javax.jcr.NamespaceException
        Parameters:
        nameResolver -
        Returns:
        the absolute JCR path (in qualified form) of the node represented by this class
        Throws:
        javax.jcr.NamespaceException