Class MemoryChildNodeEntry
java.lang.Object
org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
- All Implemented Interfaces:
ChildNodeEntry
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 Summary
ConstructorsConstructorDescriptionMemoryChildNodeEntry(String name, NodeState node) Deprecated.Creates a child node entry with the given name and referenced child node state. -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
equals, hashCode, toString
-
Constructor Details
-
MemoryChildNodeEntry
Deprecated.Creates a child node entry with the given name and referenced child node state.- Parameters:
name- child node namenode- child node state
-
-
Method Details
-
iterable
public static <E extends Map.Entry<String,? extends NodeState>> Iterable<ChildNodeEntry> iterable(Iterable<E> set) Deprecated. -
getName
Deprecated.Description copied from interface:ChildNodeEntryThe name of the child node state wrt. to its parent state.- Returns:
- name of the child node
-
getNodeState
Deprecated.Description copied from interface:ChildNodeEntryThe child node state- Returns:
- child node state
-