Uses of Interface
org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Packages that use NodeEntry Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.state org.apache.jackrabbit.jcr2spi.version -
-
Uses of NodeEntry in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type NodeEntry Modifier and Type Method Description NodeIteratorItemManager. getChildNodes(NodeEntry parentEntry)NodeIteratorItemManagerImpl. getChildNodes(NodeEntry parentEntry)PropertyIteratorItemManager. getChildProperties(NodeEntry parentEntry)PropertyIteratorItemManagerImpl. getChildProperties(NodeEntry parentEntry)booleanItemManager. hasChildNodes(NodeEntry parentEntry)booleanItemManagerImpl. hasChildNodes(NodeEntry parentEntry)booleanItemManager. hasChildProperties(NodeEntry parentEntry)booleanItemManagerImpl. hasChildProperties(NodeEntry parentEntry) -
Uses of NodeEntry in org.apache.jackrabbit.jcr2spi.hierarchy
Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement NodeEntry Modifier and Type Class Description classNodeEntryImplNodeEntryImplimplements common functionality for child node entry implementations.Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return NodeEntry Modifier and Type Method Description NodeEntryNodeEntry. addNewNodeEntry(Name nodeName, String uniqueID, Name primaryNodeType, QNodeDefinition definition)Adds a new, transient childNodeEntryNodeEntryNodeEntryImpl. addNewNodeEntry(Name nodeName, String uniqueID, Name primaryNodeType, QNodeDefinition definition)NodeEntryEntryFactory. createNodeEntry(NodeEntry parent, Name qName, String uniqueId)NodeEntryEntryFactory. createRootEntry()NodeEntryChildNodeEntries. get(Name nodeName, int index)Returns theNodeEntrywith the givennodeNameandindex.NodeEntryChildNodeEntries. get(Name nodeName, String uniqueID)Return theNodeEntrythat matches the given nodeName and uniqueID ornullif no matching entry can be found.NodeEntryNodeEntry. getDeepNodeEntry(Path path)Traverse the tree below this entry and return the child entry matching the given path.NodeEntryNodeEntryImpl. getDeepNodeEntry(Path path)NodeEntryHierarchyManager. getNodeEntry(NodeId nodeId)Resolves a itemId into aHierarchyEntry.NodeEntryHierarchyManager. getNodeEntry(Path qPath)Resolves a path into aNodeEntry.NodeEntryHierarchyManagerImpl. getNodeEntry(NodeId nodeId)NodeEntryHierarchyManagerImpl. getNodeEntry(Path qPath)NodeEntryNodeEntry. getNodeEntry(Name nodeName, int index)Returns the validNodeEntrywith the specified name and index ornullif there's no matching entry.NodeEntryNodeEntry. getNodeEntry(Name nodeName, int index, boolean loadIfNotFound)Returns the validNodeEntrywith the specified name and index ornullif there's no matching entry.NodeEntryNodeEntryImpl. getNodeEntry(Name nodeName, int index)NodeEntryNodeEntryImpl. getNodeEntry(Name nodeName, int index, boolean loadIfNotFound)NodeEntryNodeEntry. getOrAddNodeEntry(Name nodeName, int index, String uniqueID)Adds a child NodeEntry to this entry if it not yet present with this node entry.NodeEntryNodeEntryImpl. getOrAddNodeEntry(Name nodeName, int index, String uniqueID)NodeEntryHierarchyEntry. getParent()Returns theNodeEntrybeing parent to thisHierarchyEntry.NodeEntryHierarchyManager. getRootEntry()NodeEntryHierarchyManagerImpl. getRootEntry()NodeEntryUniqueIdResolver. lookup(String uniqueId)NodeEntryNodeEntry. move(Name newName, NodeEntry newParent, boolean transientMove)Moves thisNodeEntryas new child entry of theNodeEntryidentified bynewParentand/or renames it tonewName.NodeEntryNodeEntryImpl. move(Name newName, NodeEntry newParent, boolean transientMove)NodeEntryChildNodeEntries. remove(NodeEntry childEntry)Removes the child node entry referring to the node state.NodeEntryChildNodeEntries. reorder(NodeEntry insertEntry, NodeEntry beforeEntry)Reorders an existingNodeEntrybefore anotherNodeEntry.NodeEntryUniqueIdResolver. resolve(NodeId nodeId, NodeEntry rootEntry)Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return types with arguments of type NodeEntry Modifier and Type Method Description List<NodeEntry>ChildNodeEntries. get(Name nodeName)Returns aListofNodeEntrys for the givennodeName.Iterator<NodeEntry>NodeEntry. getNodeEntries()Returns a unmodifiable iterator ofNodeEntryobjects denoting the the valid child NodeEntries present on thisNodeEntry.List<NodeEntry>NodeEntry. getNodeEntries(Name nodeName)Returns a unmodifiable List ofNodeEntrys with the specified name.Iterator<NodeEntry>NodeEntryImpl. getNodeEntries()List<NodeEntry>NodeEntryImpl. getNodeEntries(Name nodeName)Iterator<NodeEntry>ChildNodeEntries. iterator()Returns an unmodifiable iterator over all NodeEntry objects present in this ChildNodeEntries collection irrespective of their status.Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type NodeEntry Modifier and Type Method Description voidChildNodeEntries. add(NodeEntry cne)Adds aNodeEntryto the end of the list.voidChildNodeEntries. add(NodeEntry cne, int index)Adds aNodeEntry.
Note the following special cases: If an entry with the given index already exists, the the new sibling is inserted before. If the given index is bigger that the last entry in the siblings list, intermediate entries will be created.voidChildNodeEntries. add(NodeEntry entry, int index, NodeEntry beforeEntry)Adds a the newNodeEntrybeforebeforeEntry.NodeEntryEntryFactory. createNodeEntry(NodeEntry parent, Name qName, String uniqueId)PropertyEntryEntryFactory. createPropertyEntry(NodeEntry parent, Name qName)voidEntryFactory.NodeEntryListener. entryCreated(NodeEntry entry)voidUniqueIdResolver. entryCreated(NodeEntry entry)intHierarchyManager. getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)Returns the depth of the specified descendant relative to the given ancestor.intHierarchyManagerImpl. getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)NodeEntryNodeEntry. move(Name newName, NodeEntry newParent, boolean transientMove)Moves thisNodeEntryas new child entry of theNodeEntryidentified bynewParentand/or renames it tonewName.NodeEntryNodeEntryImpl. move(Name newName, NodeEntry newParent, boolean transientMove)voidEntryFactory. notifyEntryCreated(NodeEntry entry)voidEntryFactory. notifyIdChange(NodeEntry entry, String previousUniqueID)voidNodeEntry. orderBefore(NodeEntry beforeEntry)Reorders this NodeEntry before the sibling entry specified by the givenbeforeEntry.voidNodeEntryImpl. orderBefore(NodeEntry beforeEntry)NodeEntryChildNodeEntries. remove(NodeEntry childEntry)Removes the child node entry referring to the node state.NodeEntryChildNodeEntries. reorder(NodeEntry insertEntry, NodeEntry beforeEntry)Reorders an existingNodeEntrybefore anotherNodeEntry.voidChildNodeEntries. reorderAfter(NodeEntry insertEntry, NodeEntry afterEntry)Reorders an existingNodeEntryafter anotherNodeEntry.NodeEntryUniqueIdResolver. resolve(NodeId nodeId, NodeEntry rootEntry)voidEntryFactory.NodeEntryListener. uniqueIdChanged(NodeEntry entry, String previousUniqueID)voidUniqueIdResolver. uniqueIdChanged(NodeEntry entry, String previousUniqueID) -
Uses of NodeEntry in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return NodeEntry Modifier and Type Method Description NodeEntryNodeState. getNodeEntry()Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type NodeEntry Modifier and Type Method Description NodeStateItemStateFactory. createDeepNodeState(NodeId nodeId, NodeEntry anyParent)Tries to retrieve theNodeStatewith the givenNodeIdand if the state exists, fills in the NodeEntries missing between the last known NodeEntry marked byanyParent.NodeStateTransientISFactory. createDeepNodeState(NodeId nodeId, NodeEntry anyParent)NodeStateWorkspaceItemStateFactory. createDeepNodeState(NodeId nodeId, NodeEntry anyParent)Creates the node with information retrieved from theRepositoryService.PropertyStateItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)Tries to retrieve thePropertyStatewith the givenPropertyIdand if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked byanyParent.PropertyStateTransientISFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)PropertyStateWorkspaceItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)Creates the PropertyState with information retrieved from theRepositoryService.NodeStateTransientISFactory. createNewNodeState(NodeEntry entry, Name nodetypeName, QNodeDefinition definition)NodeStateTransientItemStateFactory. createNewNodeState(NodeEntry entry, Name nodeTypeName, QNodeDefinition definition)Creates a transient childNodeStatewith the givenname.NodeStateItemStateFactory. createNodeState(NodeId nodeId, NodeEntry entry)Creates the childNodeStatewith the givennodeId.NodeStateTransientISFactory. createNodeState(NodeId nodeId, NodeEntry entry)NodeStateWorkspaceItemStateFactory. createNodeState(NodeId nodeId, NodeEntry entry)Creates the node with information retrieved from theRepositoryService.NodeStateItemStateFactory. createRootState(NodeEntry entry)NodeStateTransientISFactory. createRootState(NodeEntry entry)NodeStateWorkspaceItemStateFactory. createRootState(NodeEntry entry)Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type NodeEntry Constructor Description NodeState(NodeEntry entry, Name nodeTypeName, Name[] mixinTypeNames, ItemStateFactory isf, QNodeDefinition definition, ItemDefinitionProvider definitionProvider)Constructs a NEW NodeStateNodeState(NodeEntry entry, NodeInfo nInfo, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Constructs an EXISTING NodeState -
Uses of NodeEntry in org.apache.jackrabbit.jcr2spi.version
Methods in org.apache.jackrabbit.jcr2spi.version that return NodeEntry Modifier and Type Method Description NodeEntryVersionManager. checkin(NodeState nodeState)NodeEntryVersionManagerImpl. checkin(NodeState nodeState)NodeEntryVersionManager. checkpoint(NodeState nodeState)NodeEntryVersionManager. checkpoint(NodeState nodeState, NodeId activityId)NodeEntryVersionManagerImpl. checkpoint(NodeState nodeState)NodeEntryVersionManagerImpl. checkpoint(NodeState nodeState, NodeId activityId)NodeEntryVersionManager. createActivity(String title)NodeEntryVersionManagerImpl. createActivity(String title)NodeEntryVersionManager. createConfiguration(NodeState nodeState)NodeEntryVersionManagerImpl. createConfiguration(NodeState nodeState)NodeEntryVersionManager. getVersionableNodeEntry(NodeState versionState)NodeEntryVersionManagerImpl. getVersionableNodeEntry(NodeState versionState)NodeEntryVersionManager. getVersionHistoryEntry(NodeState versionableState)NodeEntryVersionManagerImpl. getVersionHistoryEntry(NodeState versionableState)
-