Class MemoryChildNodeEntry

java.lang.Object
org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
All Implemented Interfaces:
ChildNodeEntry

@Deprecated(since="2025-04-15") public class MemoryChildNodeEntry extends AbstractChildNodeEntry
Deprecated.
The Jackrabbit Oak Memory library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after October 2025.
Basic JavaBean implementation of a child node entry.
  • Constructor Details

    • MemoryChildNodeEntry

      public MemoryChildNodeEntry(String name, NodeState node)
      Deprecated.
      Creates a child node entry with the given name and referenced child node state.
      Parameters:
      name - child node name
      node - child node state
  • Method Details

    • iterable

      public static <E extends Map.Entry<String, ? extends NodeState>> Iterable<ChildNodeEntry> iterable(Iterable<E> set)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Description copied from interface: ChildNodeEntry
      The name of the child node state wrt. to its parent state.
      Returns:
      name of the child node
    • getNodeState

      public NodeState getNodeState()
      Deprecated.
      Description copied from interface: ChildNodeEntry
      The child node state
      Returns:
      child node state