Class DocViewNode

java.lang.Object
org.apache.jackrabbit.vault.util.DocViewNode

@Deprecated public class DocViewNode extends Object
Deprecated.
Use DocViewNode2 instead.
Helper class that represents a JCR node abstraction encapsulating multiple properties.
  • Field Details

    • 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
    • props

      @NotNull public final @NotNull Map<String,DocViewProperty> props
      Deprecated.
    • uuid

      @Nullable public @Nullable String uuid
      Deprecated.
    • mixins

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

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

  • Method Details