Class DocViewNode

    • Field Detail

      • name

        @NotNull
        public final @NotNull String name
        Deprecated.
      • label

        @NotNull
        public final @NotNull String label
        Deprecated.
        usually equal to name except when this node has a same name sibling, in that case label has format <name>[index], https://docs.adobe.com/content/docs/en/spec/jcr/2.0/22_Same-Name_Siblings.html#22.2%20Addressing%20Same-Name%20Siblings%20by%20Path
      • uuid

        @Nullable
        public @Nullable String uuid
        Deprecated.
      • mixins

        @Nullable
        public final @Nullable String[] mixins
        Deprecated.
      • primary

        @Nullable
        public final @Nullable String primary
        Deprecated.
    • Constructor Detail

      • DocViewNode

        @Deprecated
        public DocViewNode​(@NotNull
                           @NotNull String name,
                           @NotNull
                           @NotNull String label,
                           Attributes attributes,
                           NamePathResolver npResolver)
                    throws javax.jcr.NamespaceException
        Deprecated.
        Throws:
        javax.jcr.NamespaceException
      • DocViewNode

        public DocViewNode​(@NotNull
                           @NotNull String name,
                           @NotNull
                           @NotNull String label,
                           Attributes attributes)
                    throws javax.jcr.NamespaceException
        Deprecated.
        Throws:
        javax.jcr.NamespaceException