Uses of Class
org.apache.jackrabbit.core.id.NodeId
- 
- 
Uses of NodeId in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as NodeId Modifier and Type Field Description static NodeIdRepositoryImpl. ACTIVITIES_NODE_IDhardcoded id of the "/jcr:system/jcr:activities" nodestatic NodeIdRepositoryImpl. CONFIGURATIONS_NODE_IDhardcoded id of the "/jcr:system/jcr:configurations" nodestatic NodeIdRepositoryImpl. NODETYPES_NODE_IDhardcoded id of the "/jcr:system/jcr:nodeTypes" nodestatic NodeIdRepositoryImpl. ROOT_NODE_IDhardcoded id of the repository root nodeprotected NodeIdHierarchyManagerImpl. rootNodeIdstatic NodeIdRepositoryImpl. SYSTEM_ROOT_NODE_IDhardcoded id of the "/jcr:system" nodestatic NodeIdRepositoryImpl. VERSION_STORAGE_NODE_IDhardcoded id of the "/jcr:system/jcr:versionStorage" nodeMethods in org.apache.jackrabbit.core that return NodeId Modifier and Type Method Description NodeIdBatchedItemOperations. clone(NodeState srcState, NodeState destParentState, Name destName)Implementation ofBatchedItemOperations.clone(Path, Path)that has already determined the affectedNodeStates.NodeIdBatchedItemOperations. clone(Path srcPath, Path destPath)Clones the subtree at the nodesrcAbsPathin to the new location atdestAbsPath.NodeIdBatchedItemOperations. copy(Path srcPath, ItemStateManager srcStateMgr, HierarchyManager srcHierMgr, AccessManager srcAccessMgr, Path destPath, int flag)Copies the tree atsrcPathretrieved using the specifiedsrcStateMgrto the new location atdestPath.NodeIdBatchedItemOperations. copy(Path srcPath, Path destPath, int flag)Copies the tree atsrcPathto the new location atdestPath.NodeIdNodeImpl. getNodeId()Returns the identifier of thisNode.NodeIdAbstractNodeData. getParentId()Return the parent id of this node.protected NodeIdHierarchyManagerImpl. getParentId(ItemState state)Returns theparentUUIDof the given item.NodeIdItemData. getParentId()Return the parent id of this item.NodeIdNodeImpl. getParentId()Helper method, returning the parent id this node is attached to.protected NodeIdZombieHierarchyManager. getParentId(ItemState state)Returns theparentUUIDof the given item.NodeIdAbstractNodeData. getPrimaryParentId()Return the primary parent id of this node.NodeIdHierarchyManagerImpl. getRootNodeId()NodeIdRepositoryContext. getRootNodeId()Returns the root node identifier of this repository.NodeIdBatchedItemOperations. move(Path srcPath, Path destPath)Moves the tree atsrcPathto the new location atdestPath.NodeIdHierarchyManager. resolveNodePath(Path path)Resolves a path into a node id.NodeIdHierarchyManagerImpl. resolveNodePath(Path path)Resolves a path into a node id.protected NodeIdNodeImpl. resolveRelativeNodePath(String relPath)Returns the id of the node atrelPathornullif no node exists atrelPath.Methods in org.apache.jackrabbit.core that return types with arguments of type NodeId Modifier and Type Method Description protected Set<NodeId>HierarchyManagerImpl. getParentIds(ItemState state, boolean useOverlayed)Return all parents of a node.Iterable<NodeId>SearchManager. getWeaklyReferringNodes(NodeId id)Returns the ids of the nodes that refer to the node withidby weak references.Methods in org.apache.jackrabbit.core with parameters of type NodeId Modifier and Type Method Description NodeImplNodeImpl. addNode(Name nodeName, Name nodeTypeName, NodeId id)Same asexcept that this method takesNode.addNode(String, String)Namearguments instead ofStrings and has an additionaluuidargument.protected NodeImplProtectedItemModifier. addNode(NodeImpl parentImpl, Name name, Name ntName, NodeId nodeId)voidBatchedItemOperations. checkRemoveNode(NodeState targetState, NodeId parentId, int options)Checks if removing the given target node from the specifed parent is allowed in the current context.protected NodeImplNodeImpl. createChildNode(Name name, NodeTypeImpl nodeType, NodeId id)NodeStateBatchedItemOperations. createNodeState(NodeState parent, Name nodeName, Name nodeTypeName, Name[] mixinNames, NodeId id)Creates a new node.NodeStateBatchedItemOperations. createNodeState(NodeState parent, Name nodeName, Name nodeTypeName, Name[] mixinNames, NodeId id, QNodeDefinition def)Creates a new node based on the given definition.protected ChildNodeEntryHierarchyManagerImpl. getChildNodeEntry(NodeState parent, NodeId id)Returns theChildNodeEntryofparentwith the specifieduuidornullif there's no such entry.protected ChildNodeEntryZombieHierarchyManager. getChildNodeEntry(NodeState parent, NodeId id)Returns theChildNodeEntryofparentwith the specifieduuidornullif there's no such entry.NameHierarchyManager. getName(NodeId id, NodeId parentId)Returns the name of the specified item, with the given parent id.NameHierarchyManagerImpl. getName(NodeId id, NodeId parentId)Returns the name of the specified item, with the given parent id.NodeImplItemManager. getNode(NodeId id, NodeId parentId)Returns a node with a given id and parent id.NodeImplSessionImpl. getNodeById(NodeId id)Retrieves theNodewith the given id.NodeStateBatchedItemOperations. getNodeState(NodeId id)Retrieves the state of the node with the given id.intHierarchyManager. getRelativeDepth(NodeId ancestorId, ItemId descendantId)Returns the depth of the specified descendant relative to the given ancestor.intHierarchyManagerImpl. getRelativeDepth(NodeId ancestorId, ItemId descendantId)Returns the depth of the specified descendant relative to the given ancestor.intHierarchyManager. getShareRelativeDepth(NodeId ancestorId, ItemId descendantId)Returns the depth of the specified share-descendant relative to the given share-ancestor.intHierarchyManagerImpl. getShareRelativeDepth(NodeId ancestor, ItemId descendant)Returns the depth of the specified share-descendant relative to the given share-ancestor.Iterable<NodeId>SearchManager. getWeaklyReferringNodes(NodeId id)Returns the ids of the nodes that refer to the node withidby weak references.booleanCachingHierarchyManager. isAncestor(NodeId nodeId, ItemId itemId)Determines whether the node with the specifiednodeIdis an ancestor of the item denoted by the givenitemId.booleanHierarchyManager. isAncestor(NodeId nodeId, ItemId itemId)Determines whether the node with the specifiednodeIdis an ancestor of the item denoted by the givenitemId.booleanHierarchyManagerImpl. isAncestor(NodeId nodeId, ItemId itemId)Determines whether the node with the specifiednodeIdis an ancestor of the item denoted by the givenitemId.booleanHierarchyManager. isShareAncestor(NodeId ancestor, NodeId descendant)Determines whether the node with the specifiedancestoris a share ancestor of the item denoted by the givendescendant.booleanHierarchyManagerImpl. isShareAncestor(NodeId ancestor, NodeId descendant)Determines whether the node with the specifiedancestoris a share ancestor of the item denoted by the givendescendant.voidCachingHierarchyManager. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidCachingHierarchyManager. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedprotected voidNodeImpl. onRemove(NodeId parentId)protected voidNodeImpl. removeChildNode(NodeId childId)protected voidNodeImpl. renameChildNode(NodeId id, Name newName, boolean replace)protected voidNodeImpl. renameChildNode(Name oldName, int index, NodeId id, Name newName)Deprecated.use #renameChildNode(NodeId, Name, boolean)NodeImplNodeImpl. replaceChildNode(NodeId id, Name nodeName, Name nodeTypeName, Name[] mixinNames)Replaces the child node with the specifiedidby a new child node with the same id and specifiednodeName,nodeTypeNameandmixinNames.protected voidAbstractNodeData. setPrimaryParentId(NodeId primaryParentId)Set the primary parent id of this node.Constructors in org.apache.jackrabbit.core with parameters of type NodeId Constructor Description CachingHierarchyManager(NodeId rootNodeId, ItemStateManager provider)Create a new instance of this class.HierarchyManagerImpl(NodeId rootNodeId, ItemStateManager provider)LazyItemIterator(SessionContext sessionContext, List<? extends ItemId> idList, NodeId parentId)Creates a newLazyItemIteratorinstance, additionally taking a parent id as parameter.SearchManager(String workspace, RepositoryContext repositoryContext, QueryHandlerFactory qhf, SharedItemStateManager itemMgr, PersistenceManager pm, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId)Creates a newSearchManager. - 
Uses of NodeId in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster that return NodeId Modifier and Type Method Description NodeIdLockRecord. getNodeId()Return the node id.Methods in org.apache.jackrabbit.core.cluster with parameters of type NodeId Modifier and Type Method Description ClusterOperationLockEventChannel. create(NodeId nodeId)Create a new cluster operation that should be used to inform other instances in the cluster.ClusterOperationLockEventChannel. create(NodeId nodeId, boolean deep, String owner)Create a new cluster operation that should be used to inform other instances in the cluster.voidLockEventListener. externalLock(NodeId nodeId, boolean isDeep, String lockOwner)Handle an external lock operation.voidLockEventListener. externalUnlock(NodeId nodeId)Handle an external unlock operation.Constructors in org.apache.jackrabbit.core.cluster with parameters of type NodeId Constructor Description LockRecord(NodeId nodeId, boolean isDeep, String lockOwner, Record record, String workspace)Create a new instance of this class.LockRecord(NodeId nodeId, Record record, String workspace)Create a new instance of this class. - 
Uses of NodeId in org.apache.jackrabbit.core.id
Methods in org.apache.jackrabbit.core.id that return NodeId Modifier and Type Method Description NodeIdPropertyId. getParentId()Returns the identifier of the parent node.NodeIdNodeIdFactory. newNodeId()static NodeIdNodeId. randomId()Creates a random node identifier using a secure random number generator.static NodeIdNodeId. valueOf(String uuid)Returns a node identifier that is represented by the given UUID string.Methods in org.apache.jackrabbit.core.id with parameters of type NodeId Modifier and Type Method Description intNodeId. compareTo(NodeId that)Compares this identifier to the given other one.Constructors in org.apache.jackrabbit.core.id with parameters of type NodeId Constructor Description PropertyId(NodeId parentId, Name propName)Creates a property identifier instance for the identified property. - 
Uses of NodeId in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal that return NodeId Modifier and Type Method Description NodeIdAbstractRecord. readNodeId()Read aNodeIdfrom the underlying stream.NodeIdRecord. readNodeId()Read aNodeIdfrom the underlying stream.Methods in org.apache.jackrabbit.core.journal with parameters of type NodeId Modifier and Type Method Description voidAbstractRecord. writeNodeId(NodeId nodeId)Write aNodeIdto the underlying stream.voidRecord. writeNodeId(NodeId nodeId)Write aNodeIdto the underlying stream. - 
Uses of NodeId in org.apache.jackrabbit.core.lock
Methods in org.apache.jackrabbit.core.lock that return NodeId Modifier and Type Method Description NodeIdLockInfo. getId()Return the ID of the lock holding nodestatic NodeIdLockInfo. parseLockToken(String token)Parse a lock token string representation and return the lock holder node id.Methods in org.apache.jackrabbit.core.lock with parameters of type NodeId Modifier and Type Method Description voidLockManagerImpl. externalLock(NodeId nodeId, boolean isDeep, String lockOwner)Handle an external lock operation.voidLockManagerImpl. externalUnlock(NodeId nodeId)Handle an external unlock operation.LockInfoLockManagerImpl. getLockInfo(NodeId id)Return the most appropriate lock information for a node.Constructors in org.apache.jackrabbit.core.lock with parameters of type NodeId Constructor Description LockInfo(NodeId id, boolean sessionScoped, boolean deep, String lockOwner, long timeoutHint)Create a new instance of this class. - 
Uses of NodeId in org.apache.jackrabbit.core.nodetype.virtual
Methods in org.apache.jackrabbit.core.nodetype.virtual with parameters of type NodeId Modifier and Type Method Description protected VirtualNodeStateVirtualNodeTypeStateProvider. internalGetNodeState(NodeId id)Retrieves the node state with the given node idprotected booleanVirtualNodeTypeStateProvider. internalHasNodeState(NodeId id)Checks if this provide has the node state of the given node idConstructors in org.apache.jackrabbit.core.nodetype.virtual with parameters of type NodeId Constructor Description VirtualNodeTypeStateManager(NodeTypeRegistry ntReg, DelegatingObservationDispatcher obs, NodeId rootNodeId, NodeId parentId)Creates a new virtual node type state managerVirtualNodeTypeStateProvider(NodeTypeRegistry ntReg, NodeId rootNodeId, NodeId parentId) - 
Uses of NodeId in org.apache.jackrabbit.core.observation
Methods in org.apache.jackrabbit.core.observation that return NodeId Modifier and Type Method Description NodeIdEventImpl. getChildId()Returns the id of a child node operation.NodeIdEventState. getChildId()Returns the Id of a child node operation.NodeIdEventImpl. getParentId()Returns the uuid of the parent node.NodeIdEventState. getParentId()Returns the uuid of the parent node.Methods in org.apache.jackrabbit.core.observation with parameters of type NodeId Modifier and Type Method Description static EventStateEventState. childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.NODE_ADDED.static EventStateEventState. childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.NODE_ADDED.static EventStateEventState. childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.NODE_REMOVED.static EventStateEventState. childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.NODE_REMOVED.voidEventStateCollection. createEventStates(NodeId rootNodeId, ChangeLog changes, ItemStateManager stateMgr)static EventStateEventState. nodeMoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. nodeMovedWithInfo(NodeId parentId, Path destPath, NodeId childId, Path srcPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. nodeReordered(NodeId parentId, Path parentPath, NodeId childId, Path destChildPath, Path srcChildPath, Path beforeChildPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_ADDED.static EventStateEventState. propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_ADDED.static EventStateEventState. propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_CHANGED.static EventStateEventState. propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_CHANGED.static EventStateEventState. propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_REMOVED.static EventStateEventState. propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_REMOVED. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence
Methods in org.apache.jackrabbit.core.persistence that return NodeId Modifier and Type Method Description NodeIdPMContext. getRootNodeId()Returns the id of the root nodeMethods in org.apache.jackrabbit.core.persistence that return types with arguments of type NodeId Modifier and Type Method Description List<NodeId>IterablePersistenceManager. getAllNodeIds(NodeId after, int maxCount)Get all node ids.Map<NodeId,NodeInfo>IterablePersistenceManager. getAllNodeInfos(NodeId after, int maxCount)Get allNodeInfos.Methods in org.apache.jackrabbit.core.persistence with parameters of type NodeId Modifier and Type Method Description voidPersistenceCopier. copy(NodeId id)Recursively copies the identified node and all its descendants.NodeStateAbstractPersistenceManager. createNew(NodeId id)Deprecated.Creates a new node state instance with the given id.NodeStatePersistenceManager. createNew(NodeId id)Creates a new node state instance with the given id.voidPersistenceCopier. excludeNode(NodeId id)Explicitly exclude the identified node from being copied.booleanPersistenceManager. exists(NodeId id)Checks whether the identified node exists.booleanPersistenceManager. existsReferencesTo(NodeId targetId)Checks whether references of the identified target node exist.List<NodeId>IterablePersistenceManager. getAllNodeIds(NodeId after, int maxCount)Get all node ids.Map<NodeId,NodeInfo>IterablePersistenceManager. getAllNodeInfos(NodeId after, int maxCount)Get allNodeInfos.NodeStatePersistenceManager. load(NodeId id)Load the persistent members of a node state.NodeReferencesPersistenceManager. loadReferencesTo(NodeId id)Load the persisted references to the node with the given identifier.Constructors in org.apache.jackrabbit.core.persistence with parameters of type NodeId Constructor Description PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore, RepositoryStatisticsImpl stats)Creates a newPMContext. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle that return NodeId Modifier and Type Method Description protected NodeIdBundleFsPersistenceManager. getIdFromFileName(String fileName)Methods in org.apache.jackrabbit.core.persistence.bundle that return types with arguments of type NodeId Modifier and Type Method Description List<NodeId>BundleFsPersistenceManager. getAllNodeIds(NodeId bigger, int maxCount)Get all node ids.Map<NodeId,NodeInfo>AbstractBundlePersistenceManager. getAllNodeInfos(NodeId after, int maxCount)Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type NodeId Modifier and Type Method Description protected StringBufferAbstractBundlePersistenceManager. buildNodeFilePath(StringBuffer buf, NodeId id)Creates the file path for the given node id that is suitable for storing node states in a filesystem.protected StringBufferBundleFsPersistenceManager. buildNodeFilePath(StringBuffer buf, NodeId id)Creates the file path for the given node id that is suitable for storing node states in a filesystem.protected StringBufferAbstractBundlePersistenceManager. buildNodeFolderPath(StringBuffer buf, NodeId id)Creates the folder path for the given node id that is suitable for storing states in a filesystem.protected StringBufferAbstractBundlePersistenceManager. buildNodeReferencesFilePath(StringBuffer buf, NodeId id)Creates the file path for the given references id that is suitable for storing reference states in a filesystem.protected StringBufferBundleFsPersistenceManager. buildNodeReferencesFilePath(StringBuffer buf, NodeId id)Creates the file path for the given references id that is suitable for storing reference states in a filesystem.NodeStateAbstractBundlePersistenceManager. createNew(NodeId id)Creates a new node state instance with the given id.protected voidAbstractBundlePersistenceManager. evictBundle(NodeId id)Evicts the bundle withidfrom the bundle cache.booleanAbstractBundlePersistenceManager. exists(NodeId id)Checks whether the identified node exists.booleanBundleFsPersistenceManager. existsReferencesTo(NodeId targetId)Checks whether references of the identified target node exist.List<NodeId>BundleFsPersistenceManager. getAllNodeIds(NodeId bigger, int maxCount)Get all node ids.Map<NodeId,NodeInfo>AbstractBundlePersistenceManager. getAllNodeInfos(NodeId after, int maxCount)protected booleanConsistencyCheckerImpl. isVirtualNode(NodeId nodeId)NodeStateAbstractBundlePersistenceManager. load(NodeId id)Load the persistent members of a node state.protected abstract NodePropBundleAbstractBundlePersistenceManager. loadBundle(NodeId id)Loads a bundle from the underlying system.protected NodePropBundleBundleFsPersistenceManager. loadBundle(NodeId id)Loads a bundle from the underlying system.NodeReferencesBundleFsPersistenceManager. loadReferencesTo(NodeId targetId)Load the persisted references to the node with the given identifier. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.db
Methods in org.apache.jackrabbit.core.persistence.db with parameters of type NodeId Modifier and Type Method Description booleanDatabasePersistenceManager. exists(NodeId id)Deprecated.Checks whether the identified node exists.booleanDatabasePersistenceManager. existsReferencesTo(NodeId targetId)Deprecated.Checks whether references of the identified target node exist.NodeStateDatabasePersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.NodeReferencesDatabasePersistenceManager. loadReferencesTo(NodeId targetId)Deprecated.Load the persisted references to the node with the given identifier. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.mem
Fields in org.apache.jackrabbit.core.persistence.mem with type parameters of type NodeId Modifier and Type Field Description protected Map<NodeId,byte[]>InMemBundlePersistenceManager. bundleStoreBundle memory store.protected Map<NodeId,byte[]>InMemBundlePersistenceManager. refsStoreReferences memory store.protected Map<NodeId,byte[]>InMemPersistenceManager. refsStoreDeprecated.Methods in org.apache.jackrabbit.core.persistence.mem that return types with arguments of type NodeId Modifier and Type Method Description List<NodeId>InMemBundlePersistenceManager. getAllNodeIds(NodeId after, int maxCount)Get all node ids.Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type NodeId Modifier and Type Method Description booleanInMemPersistenceManager. exists(NodeId id)Deprecated.Checks whether the identified node exists.booleanInMemBundlePersistenceManager. existsReferencesTo(NodeId targetId)Checks whether references of the identified target node exist.booleanInMemPersistenceManager. existsReferencesTo(NodeId id)Deprecated.Checks whether references of the identified target node exist.List<NodeId>InMemBundlePersistenceManager. getAllNodeIds(NodeId after, int maxCount)Get all node ids.NodeStateInMemPersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.protected NodePropBundleInMemBundlePersistenceManager. loadBundle(NodeId id)Loads a bundle from the underlying system.NodeReferencesInMemBundlePersistenceManager. loadReferencesTo(NodeId id)Load the persisted references to the node with the given identifier.NodeReferencesInMemPersistenceManager. loadReferencesTo(NodeId id)Deprecated.Load the persisted references to the node with the given identifier. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.obj
Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type NodeId Modifier and Type Method Description booleanObjectPersistenceManager. exists(NodeId id)Deprecated.Checks whether the identified node exists.booleanObjectPersistenceManager. existsReferencesTo(NodeId id)Deprecated.Checks whether references of the identified target node exist.NodeStateObjectPersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.NodeReferencesObjectPersistenceManager. loadReferencesTo(NodeId id)Deprecated.Load the persisted references to the node with the given identifier. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.pool
Methods in org.apache.jackrabbit.core.persistence.pool that return types with arguments of type NodeId Modifier and Type Method Description List<NodeId>BundleDbPersistenceManager. getAllNodeIds(NodeId bigger, int maxCount)Get all node ids.Map<NodeId,NodeInfo>BundleDbPersistenceManager. getAllNodeInfos(NodeId bigger, int maxCount)Get allNodeInfos.Methods in org.apache.jackrabbit.core.persistence.pool with parameters of type NodeId Modifier and Type Method Description protected Object[]BundleDbPersistenceManager. createParams(NodeId id, Object p, boolean before)Creates a parameter array for an SQL statement that needs (i) a node identifier, and (2) another parameter.booleanBundleDbPersistenceManager. existsReferencesTo(NodeId targetId)Checks whether references of the identified target node exist.List<NodeId>BundleDbPersistenceManager. getAllNodeIds(NodeId bigger, int maxCount)Get all node ids.Map<NodeId,NodeInfo>BundleDbPersistenceManager. getAllNodeInfos(NodeId bigger, int maxCount)Get allNodeInfos.protected Object[]BundleDbPersistenceManager. getKey(NodeId id)Constructs a parameter list for a PreparedStatement for the given node identifier.protected NodePropBundleBundleDbPersistenceManager. loadBundle(NodeId id)Loads a bundle from the underlying system.NodeReferencesBundleDbPersistenceManager. loadReferencesTo(NodeId targetId)Load the persisted references to the node with the given identifier. - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util that return NodeId Modifier and Type Method Description NodeIdNodeInfo. getId()NodeIdNodePropBundle.ChildNodeEntry. getId()Returns the id.NodeIdNodePropBundle. getId()Returns the node id of this bundleNodeIdNodeInfo. getParentId()NodeIdNodePropBundle. getParentId()Returns the parent id of this bundleMethods in org.apache.jackrabbit.core.persistence.util that return types with arguments of type NodeId Modifier and Type Method Description List<NodeId>NodeInfo. getChildren()Map<Name,List<NodeId>>NodeInfo. getReferences()Set<NodeId>NodePropBundle. getSharedSet()Sets the shared set of this bundle.Methods in org.apache.jackrabbit.core.persistence.util with parameters of type NodeId Modifier and Type Method Description voidNodePropBundle. addChildNodeEntry(Name name, NodeId id)Adds a child node entry.NodePropBundleBundleBinding. readBundle(InputStream in, NodeId id)Deserializes aNodePropBundlefrom a data input stream.voidNodePropBundle. setParentId(NodeId parentId)Sets the parent idMethod parameters in org.apache.jackrabbit.core.persistence.util with type arguments of type NodeId Modifier and Type Method Description voidNodePropBundle. setSharedSet(Set<NodeId> sharedSet)Sets the shared set.Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type NodeId Constructor Description ChildNodeEntry(Name name, NodeId id)Creates a new entry with the given name and idNodePropBundle(NodeId id)Creates a "new" bundle with the given id - 
Uses of NodeId in org.apache.jackrabbit.core.persistence.xml
Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type NodeId Modifier and Type Method Description booleanXMLPersistenceManager. exists(NodeId id)Deprecated.Checks whether the identified node exists.booleanXMLPersistenceManager. existsReferencesTo(NodeId id)Deprecated.Checks whether references of the identified target node exist.NodeStateXMLPersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.NodeReferencesXMLPersistenceManager. loadReferencesTo(NodeId id)Deprecated.Load the persisted references to the node with the given identifier. - 
Uses of NodeId in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query that return NodeId Modifier and Type Method Description NodeIdQueryHandlerContext. getExcludedNodeId()Returns the id of the node that should be excluded from indexing.NodeIdQueryHandlerContext. getRootId()Returns the id of the root node.Methods in org.apache.jackrabbit.core.query that return types with arguments of type NodeId Modifier and Type Method Description Iterable<NodeId>QueryHandler. getWeaklyReferringNodes(NodeId id)Returns the ids of the nodes that refer to the node withidby weak references.Methods in org.apache.jackrabbit.core.query with parameters of type NodeId Modifier and Type Method Description voidQueryHandler. deleteNode(NodeId id)Deletes the Node withidfrom the search index.Iterable<NodeId>QueryHandler. getWeaklyReferringNodes(NodeId id)Returns the ids of the nodes that refer to the node withidby weak references.Method parameters in org.apache.jackrabbit.core.query with type arguments of type NodeId Modifier and Type Method Description voidAbstractQueryHandler. updateNodes(Iterator<NodeId> remove, Iterator<NodeState> add)This default implementation calls the individualQueryHandler.deleteNode(org.apache.jackrabbit.core.NodeId)andQueryHandler.addNode(org.apache.jackrabbit.core.state.NodeState)methods for each entry in the iterators.voidQueryHandler. updateNodes(Iterator<NodeId> remove, Iterator<NodeState> add)Updates the index in an atomic operation.Constructors in org.apache.jackrabbit.core.query with parameters of type NodeId Constructor Description QueryHandlerContext(String workspace, RepositoryContext repositoryContext, SharedItemStateManager stateMgr, PersistenceManager pm, NodeId rootId, QueryHandler parentHandler, NodeId excludedNodeId)Creates a new context instance. - 
Uses of NodeId in org.apache.jackrabbit.core.query.lucene
Fields in org.apache.jackrabbit.core.query.lucene declared as NodeId Modifier and Type Field Description protected NodeIdConsistencyCheckError. idThe id of the affected node.Methods in org.apache.jackrabbit.core.query.lucene that return NodeId Modifier and Type Method Description NodeIdNodeIndexer. getNodeId()Returns theNodeIdof the indexed node.NodeIdScoreNode. getNodeId()Methods in org.apache.jackrabbit.core.query.lucene that return types with arguments of type NodeId Modifier and Type Method Description Iterable<NodeId>SearchIndex. getWeaklyReferringNodes(NodeId id)Returns the ids of the nodes that refer to the node withidby weak references.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type NodeId Modifier and Type Method Description protected voidNodeIndexer. addParentChildRelation(Document doc, NodeId parentId)Adds a parent child relation to the givendoc.protected voidNodeIndexer. addReferenceValue(Document doc, String fieldName, NodeId internalValue, boolean weak)Adds the reference value to the document as the named field.org.apache.jackrabbit.core.query.lucene.ForeignSegmentDocIdCachingMultiIndexReader. createDocId(NodeId id)Creates a document id for the given node identifier.org.apache.jackrabbit.core.query.lucene.ForeignSegmentDocIdJackrabbitIndexReader. createDocId(NodeId id)Creates a document id for the given node identifier.org.apache.jackrabbit.core.query.lucene.ForeignSegmentDocIdMultiIndexReader. createDocId(NodeId id)Creates a document id for the given node identifier.org.apache.jackrabbit.core.query.lucene.ForeignSegmentDocIdSearchIndex.CombinedIndexReader. createDocId(NodeId id)Creates a document id for the given node identifier.voidSearchIndex. deleteNode(NodeId id)Removes the node withidfrom the search index.StringAbstractExcerpt. getExcerpt(NodeId id, int maxFragments, int maxFragmentSize)Returns the XML excerpt for the node withid.StringExcerptProvider. getExcerpt(NodeId id, int maxFragments, int maxFragmentSize)Returns the XML excerpt for the node withid.StringSimpleExcerptProvider. getExcerpt(NodeId id, int maxFragments, int maxFragmentSize)Returns the XML excerpt for the node withid.Iterable<NodeId>SearchIndex. getWeaklyReferringNodes(NodeId id)Returns the ids of the nodes that refer to the node withidby weak references.Method parameters in org.apache.jackrabbit.core.query.lucene with type arguments of type NodeId Modifier and Type Method Description protected voidSearchIndex. retrieveAggregateRoot(Set<NodeId> removedIds, Map<NodeId,NodeState> aggregates)Retrieves the root of the indexing aggregate forremovedIdsand puts it intomap.protected voidSearchIndex. retrieveAggregateRoot(Set<NodeId> removedIds, Map<NodeId,NodeState> aggregates)Retrieves the root of the indexing aggregate forremovedIdsand puts it intomap.protected voidSearchIndex. retrieveAggregateRoot(NodeState state, Map<NodeId,NodeState> aggregates)Retrieves the root of the indexing aggregate forstateand puts it intoaggregatesmap.voidSearchIndex. updateNodes(Iterator<NodeId> remove, Iterator<NodeState> add)This implementation forwards the call toMultiIndex.update(Collection, Collection)and transforms the two iterators to the required types.Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type NodeId Constructor Description IDField(NodeId id)ScoreNode(NodeId id, float score)Creates a newScoreNode.ScoreNode(NodeId id, float score, int doc)Creates a newScoreNode. - 
Uses of NodeId in org.apache.jackrabbit.core.query.lucene.constraint
Methods in org.apache.jackrabbit.core.query.lucene.constraint that return NodeId Modifier and Type Method Description protected NodeIdHierarchyConstraint. getBaseNodeId(EvaluationContext context)Returns the id of the base node ornullif there is no node at the base path. - 
Uses of NodeId in org.apache.jackrabbit.core.security.authorization.acl
Fields in org.apache.jackrabbit.core.security.authorization.acl declared as NodeId Modifier and Type Field Description protected NodeIdEntryCollector. rootIDThe root id.Methods in org.apache.jackrabbit.core.security.authorization.acl with parameters of type NodeId Modifier and Type Method Description protected org.apache.jackrabbit.core.security.authorization.acl.EntryCollector.EntriesEntryCollector. getEntries(NodeId nodeId)Constructors in org.apache.jackrabbit.core.security.authorization.acl with parameters of type NodeId Constructor Description EntryCollector(SessionImpl systemSession, NodeId rootID) - 
Uses of NodeId in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that return NodeId Modifier and Type Method Description NodeIdSessionContext. getRootNodeId()Returns the root node identifier of the repository. - 
Uses of NodeId in org.apache.jackrabbit.core.state
Fields in org.apache.jackrabbit.core.state declared as NodeId Modifier and Type Field Description protected NodeIdNodeReferences. idIdentifier of the target node.Methods in org.apache.jackrabbit.core.state that return NodeId Modifier and Type Method Description NodeIdChildNodeEntry. getId()NodeIdSessionItemStateManager. getIdOfRootTransientNodeState()Returns the id of the root of the minimal subtree including all transient states.NodeIdNodeState. getNodeId()Returns the identifier of this node.abstract NodeIdItemState. getParentId()Returns the NodeId of the parentNodeStateornullif either this item state represents the root node or this item state is 'free floating', i.e.NodeIdNodeState. getParentId()Returns the NodeId of the parentNodeStateornullif either this item state represents the root node or this item state is 'free floating', i.e.NodeIdPropertyState. getParentId()Returns the NodeId of the parentNodeStateornullif either this item state represents the root node or this item state is 'free floating', i.e.NodeIdNodeReferences. getTargetId()Returns the identifier of the target node.Methods in org.apache.jackrabbit.core.state that return types with arguments of type NodeId Modifier and Type Method Description Set<NodeId>NodeState. getAddedShares()Returns a set of shares that were added.Set<NodeId>NodeState. getRemovedShares()Returns a set of shares that were removed.Set<NodeId>NodeState. getSharedSet()Return the shared set as an unmodifiable collection.Methods in org.apache.jackrabbit.core.state with parameters of type NodeId Modifier and Type Method Description ChildNodeEntryNodeState. addChildNodeEntry(Name nodeName, NodeId id)Adds a newChildNodeEntry.booleanNodeState. addShare(NodeId parentId)Add a parent to the shared set.booleanNodeState. containsShare(NodeId parentId)Return a flag whether the given parent id appears in the shared set.NodeStateLocalItemStateManager. createNew(NodeId id, Name nodeTypeName, NodeId parentId)Creates aNodeStateinstance representing new, i.e.PropertyStateLocalItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.NodeStateSessionItemStateManager. createNew(NodeId id, Name nodeTypeName, NodeId parentId)Creates aNodeStateinstance representing new, i.e.PropertyStateSessionItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.NodeStateUpdatableItemStateManager. createNew(NodeId id, Name nodeTypeName, NodeId parentId)Creates aNodeStateinstance representing new, i.e.PropertyStateUpdatableItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.NodeStateSessionItemStateManager. createTransientNodeState(NodeId id, Name nodeTypeName, NodeId parentId, int initialStatus)PropertyStateSessionItemStateManager. createTransientPropertyState(NodeId parentId, Name propName, int initialStatus)ChildNodeEntryNodeState. getChildNodeEntry(NodeId id)Returns theChildNodeEntrywith the specifiedNodeIdornullif there's no matching entry.NodeReferencesItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesLocalItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesSessionItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesSharedItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesXAItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idprotected NodeStateLocalItemStateManager. getNodeState(NodeId id)Retrieve a node state from the parent shared state manager and wraps it into a intermediate object that helps us handle local modifications.NodeReferencesChangeLog. getReferencesTo(NodeId id)Return a node references object given the target node id.booleanNodeState. hasChildNodeEntry(NodeId id)Determines if there is aChildNodeEntrywith the specifiedNodeId.booleanItemStateManager. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.booleanLocalItemStateManager. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.booleanSessionItemStateManager. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.booleanSharedItemStateManager. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.booleanXAItemStateManager. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.voidLocalItemStateManager. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidNodeStateListener. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidSessionItemStateManager. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidLocalItemStateManager. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedvoidNodeStateListener. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedvoidSessionItemStateManager. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedvoidStateChangeDispatcher. notifyNodeAdded(NodeState state, Name name, int index, NodeId id)Notify listeners about changes to some state.voidStateChangeDispatcher. notifyNodeRemoved(NodeState state, Name name, int index, NodeId id)Notify listeners about changes to some state.booleanNodeState. removeChildNodeEntry(NodeId id)Removes aChildNodeEntry.voidChangeLog. removeReferencesEntry(NodeId targetId)Removes the references entry with the given target node id.intNodeState. removeShare(NodeId parentId)Remove a parent from the shared set.booleanNodeState. renameChildNodeEntry(NodeId id, Name newName)Renames aChildNodeEntryby removing the old entry and appending the new entry to the end of the list.booleanNodeState. replaceChildNodeEntry(NodeId oldId, Name newName, NodeId newId)Replaces theChildNodeEntryidentified byoldIdwith a new entry.voidNodeState. setParentId(NodeId parentId)Sets the id of this node's parent.Method parameters in org.apache.jackrabbit.core.state with type arguments of type NodeId Modifier and Type Method Description voidNodeState. setSharedSet(Set<NodeId> set)Set the shared set of this state to the shared set of another state.Constructors in org.apache.jackrabbit.core.state with parameters of type NodeId Constructor Description NodeReferences(NodeId id)NodeState(NodeId id, Name nodeTypeName, NodeId parentId, int initialStatus, boolean isTransient)Constructs a new node state that is not connected.SessionItemStateManager(NodeId rootNodeId, LocalItemStateManager stateMgr)Creates a newSessionItemStateManagerinstance.SharedItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, boolean usesReferences, ItemStateCacheFactory cacheFactory, ISMLocking locking, NodeIdFactory nodeIdFactory)Creates a newSharedItemStateManagerinstance. - 
Uses of NodeId in org.apache.jackrabbit.core.util
Methods in org.apache.jackrabbit.core.util that return NodeId Modifier and Type Method Description NodeIdReferenceChangeTracker. getMappedId(NodeId oldId)Returns the new node id to whicholdIdhas been mapped ornullif no such mapping exists.Methods in org.apache.jackrabbit.core.util with parameters of type NodeId Modifier and Type Method Description NodeIdReferenceChangeTracker. getMappedId(NodeId oldId)Returns the new node id to whicholdIdhas been mapped ornullif no such mapping exists.voidReferenceChangeTracker. mappedId(NodeId oldId, NodeId newId)Store the given id mapping for later lookup using.ReferenceChangeTracker.getMappedId(NodeId) - 
Uses of NodeId in org.apache.jackrabbit.core.value
Methods in org.apache.jackrabbit.core.value that return NodeId Modifier and Type Method Description NodeIdInternalValue. getNodeId()Methods in org.apache.jackrabbit.core.value with parameters of type NodeId Modifier and Type Method Description static InternalValueInternalValue. create(NodeId value)static InternalValueInternalValue. create(NodeId value, boolean weak) - 
Uses of NodeId in org.apache.jackrabbit.core.version
Fields in org.apache.jackrabbit.core.version declared as NodeId Modifier and Type Field Description protected NodeIdInternalVersionManagerBase. activitiesIdprotected NodeIdInternalVersionManagerBase. activitiesIdprotected NodeIdVersionManagerImplBase. currentActivitythe node id of the current activityprotected NodeIdInternalVersionManagerBase. historiesIdprotected NodeIdInternalVersionManagerBase. historiesIdMethods in org.apache.jackrabbit.core.version that return NodeId Modifier and Type Method Description NodeIdInternalVersionManager. canCheckout(NodeStateEx state, NodeId activityId)invokes the checkout() on the persistent version manager.NodeIdInternalVersionManagerImpl. canCheckout(NodeStateEx state, NodeId activityId)invokes the checkout() on the persistent version manager.NodeIdInternalXAVersionManager. canCheckout(NodeStateEx state, NodeId activityId)invokes the checkout() on the persistent version manager.protected NodeIdVersionManagerImplBase. checkoutCheckin(NodeStateEx state, boolean checkin, boolean checkout, Calendar created)Performs a checkin or checkout operation.NodeIdInternalVersionManager. createActivity(Session session, String title)Creates a new activityNodeIdInternalVersionManagerImpl. createActivity(Session session, String title)Creates a new activityNodeIdInternalXAVersionManager. createActivity(Session session, String title)Creates a new activityprotected NodeIdVersionManagerImplConfig. createConfiguration(NodeStateEx state)Creates a new configuration node.NodeIdInternalFrozenVersionHistory. getBaseVersionId()Returns the id of the base version that was assigned to the node at the time it was versioned.protected NodeIdVersionManagerImplBase. getBaseVersionId(NodeStateEx state)Returns the node id of the base version, retrieved from the node stateNodeIdInternalBaseline. getConfigurationId()Returns the id of the nt:configuration node.NodeIdInternalBaseline. getConfigurationRootId()Returns the id of the root node of a workspace configuration.NodeIdInternalFrozenNode. getFrozenId()Returns the frozen node id.NodeIdInternalVersion. getFrozenNodeId()Returns the node id of the frozen node.NodeIdInternalVersionItem. getId()Returns the id of this item.NodeIdNodeStateEx. getNodeId()Returns the id of this node.NodeIdNodeStateEx. getParentId()Returns the parent id of this nodeNodeIdVersionHistoryInfo. getRootVersionId()Returns the identifier of the root version node.NodeIdInternalVersionHistory. getVersionableId()Returns the id of the versionable node that this history belongs to.NodeIdInternalFrozenVersionHistory. getVersionHistoryId()Returns the id of the version history that was assigned to the node at the time it was versioned.NodeIdVersionHistoryInfo. getVersionHistoryId()Returns the identifier of the version history node.NodeIdInconsistentVersioningState. getVersionHistoryNodeId()NodeIdInternalVersionHistory. getVersionLabelsId()Returns the Id of the version labels node.NodeIdInternalXAVersionManager. getVirtualRootId()Returns the id of the root node of the virtual tree.NodeId[]InternalXAVersionManager. getVirtualRootIds()protected NodeIdVersionManagerImplConfig. restore(NodeStateEx parent, Name name, InternalBaseline baseline)Restores the versions recorded in the given baseline below the specified path.Methods in org.apache.jackrabbit.core.version that return types with arguments of type NodeId Modifier and Type Method Description Map<NodeId,InternalVersion>VersionSet. versions()Returns the (modifiable) changeset of this selector.Methods in org.apache.jackrabbit.core.version with parameters of type NodeId Modifier and Type Method Description NodeStateExNodeStateEx. addNode(Name nodeName, Name nodeTypeName, NodeId id)Adds a new child node with the given nameNodeStateExNodeStateEx. addNode(Name nodeName, Name nodeTypeName, NodeId id, boolean referenceable)Adds a new child node with the given nameNodeIdInternalVersionManager. canCheckout(NodeStateEx state, NodeId activityId)invokes the checkout() on the persistent version manager.NodeIdInternalVersionManagerImpl. canCheckout(NodeStateEx state, NodeId activityId)invokes the checkout() on the persistent version manager.NodeIdInternalXAVersionManager. canCheckout(NodeStateEx state, NodeId activityId)invokes the checkout() on the persistent version manager.protected VersionItemStateManagerInternalVersionManagerImpl. createItemStateManager(PersistenceManager pMgr, NodeId rootId, NodeTypeRegistry ntReg, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking, NodeIdFactory nodeIdFactory)Creates aVersionItemStateManageror derivative.VirtualNodeStateInternalXAVersionManager. createNodeState(VirtualNodeState parent, Name name, NodeId id, Name nodeTypeName)Creates a new virtual node stateprotected VersionHistoryInfoInternalVersionManagerImpl. createVersionHistory(Session session, NodeState node, NodeId copiedFrom)Creates a new version history.protected VersionHistoryInfoInternalXAVersionManager. createVersionHistory(Session session, NodeState node, NodeId copiedFrom)Creates a new version history.InternalActivityInternalVersionManager. getActivity(NodeId id)Returns the activity with the given idInternalBaselineInternalVersionManager. getBaseline(NodeId id)Returns the baseline with the given idInternalVersionInternalVersionManager. getHeadVersionOfNode(NodeId id)Returns the head version of the node with the given id.protected InternalVersionItemInternalVersionManagerImpl. getItem(NodeId id)Returns the item with the given persistent id.protected InternalVersionItemInternalXAVersionManager. getItem(NodeId id)Returns the item with the given persistent id.NodeStateExNodeStateEx. getNode(NodeId id)Returns the node with the given id.NodeReferencesInternalXAVersionManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesVersionItemStateManager. getNodeReferences(NodeId id)protected NodeStateExInternalVersionManagerImpl. getNodeStateEx(NodeId parentNodeId)Returns the node with the given persistent id.protected NodeStateExInternalXAVersionManager. getNodeStateEx(NodeId parentNodeId)Returns the node with the given persistent id.protected NodeStateExVersionManagerImplBase. getNodeStateEx(NodeId nodeId)returns the node state for the given node idInternalVersionInternalVersionHistory. getVersion(NodeId id)Returns the version with the given uuid ornullif the respective version does not exist.InternalVersionInternalVersionManager. getVersion(NodeId id)Returns the version with the given idVersionHistoryInfoInternalVersionManager. getVersionHistory(Session session, NodeState vNode, NodeId copiedFrom)Returns information about the version history of the specified node.InternalVersionHistoryInternalVersionManager. getVersionHistory(NodeId id)Returns the version history with the given idInternalVersionHistoryInternalVersionManager. getVersionHistoryOfNode(NodeId id)Returns the version history for the versionable node with the given id.booleanNodeStateEx. hasAncestor(NodeId nodeId)Checks if this state has the indicated ancestorbooleanInternalVersionManagerImpl. hasItem(NodeId id)Return a flag indicating if the item specified exists.protected booleanInternalXAVersionManager. hasItem(NodeId id)Return a flag indicating if the item specified exists.protected booleanInternalVersionManagerImpl. hasItemReferences(NodeId id)Checks if there are item references (from outside the version storage) that reference the given node.protected booleanInternalXAVersionManager. hasItemReferences(NodeId id)Checks if there are item references (from outside the version storage) that reference the given node.booleanNodeStateEx. hasNode(NodeId id)Checks if the given node state existsbooleanInternalXAVersionManager. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.booleanVersionItemStateManager. hasNodeReferences(NodeId id)voidInternalVersionManager. removeActivity(Session session, NodeId nodeId)Removes an activity and allvoidInternalVersionManagerImpl. removeActivity(Session session, NodeId nodeId)Removes an activity and allvoidInternalXAVersionManager. removeActivity(Session session, NodeId nodeId)Removes an activity and allConstructors in org.apache.jackrabbit.core.version with parameters of type NodeId Constructor Description InconsistentVersioningState(String message, NodeId versionHistoryNodeId, Throwable rootCause)Constructs a new instance of this class with the specified detail message.InternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId systemId, NodeId historiesId, NodeId activitiesId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking, NodeIdFactory nodeIdFactory)Creates a new internal version managerNodeStateEx(UpdatableItemStateManager stateMgr, NodeTypeRegistry ntReg, NodeId nodeId)Creates a new persistent nodeVersionHistoryInfo(NodeId versionHistoryId, NodeId rootVersionId)Creates an object that carries the given version history information.VersionItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, ItemStateCacheFactory cacheFactory, ISMLocking locking, NodeIdFactory nodeIdFactory)Constructor parameters in org.apache.jackrabbit.core.version with type arguments of type NodeId Constructor Description VersionSet(Map<NodeId,InternalVersion> versions)Creates aChangeSetVersionSelectorthat will try to select a version within the given set of versions.VersionSet(Map<NodeId,InternalVersion> versions, boolean dateFallback)Creates aChangeSetVersionSelectorthat will try to select a version in the given set. - 
Uses of NodeId in org.apache.jackrabbit.core.virtual
Fields in org.apache.jackrabbit.core.virtual declared as NodeId Modifier and Type Field Description protected NodeIdAbstractVISProvider. rootNodeIdthe root node idMethods in org.apache.jackrabbit.core.virtual that return NodeId Modifier and Type Method Description NodeIdAbstractVISProvider. getVirtualRootId()Returns the id of the root node of the virtual tree.NodeIdVirtualItemStateProvider. getVirtualRootId()Deprecated.useVirtualItemStateProvider.getVirtualRootIds()instead.NodeId[]AbstractVISProvider. getVirtualRootIds()Returns the ids of the root nodes of the virtual tree.NodeId[]VirtualItemStateProvider. getVirtualRootIds()Returns the ids of the root nodes of the virtual tree.Methods in org.apache.jackrabbit.core.virtual with parameters of type NodeId Modifier and Type Method Description VirtualNodeStateAbstractVISProvider. createNodeState(VirtualNodeState parent, Name name, NodeId id, Name nodeTypeName)Creates a new virtual node stateVirtualNodeStateVirtualItemStateProvider. createNodeState(VirtualNodeState parent, Name name, NodeId id, Name nodeTypeName)Creates a new virtual node stateprotected voidAbstractVISProvider. evict(NodeId id)removes the node state from the cacheNodeReferencesAbstractVISProvider. getNodeReferences(NodeId id)Return a node references object, given its target idbooleanAbstractVISProvider. hasNodeReferences(NodeId id)Return a flag indicating whether a node references object for a given target id exists.protected abstract VirtualNodeStateAbstractVISProvider. internalGetNodeState(NodeId id)Retrieves the node state with the given node idprotected abstract booleanAbstractVISProvider. internalHasNodeState(NodeId id)Checks if this provide has the node state of the given node idConstructors in org.apache.jackrabbit.core.virtual with parameters of type NodeId Constructor Description AbstractVISProvider(NodeTypeRegistry ntReg, NodeId rootNodeId)Creates an abstract virtual item state providerVirtualNodeState(AbstractVISProvider stateMgr, NodeId parentId, NodeId id, Name nodeTypeName, Name[] mixins)creates a new virtual node state - 
Uses of NodeId in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml that return NodeId Modifier and Type Method Description NodeIdNodeInfo. getId()Returns the identifier of the node being imported.Methods in org.apache.jackrabbit.core.xml with parameters of type NodeId Modifier and Type Method Description protected NodeImplSessionImporter. createNode(NodeImpl parent, Name nodeName, Name nodeTypeName, Name[] mixinNames, NodeId id)protected NodeImplSessionImporter. resolveUUIDConflict(NodeImpl parent, NodeId conflictingId, NodeInfo nodeInfo)Constructors in org.apache.jackrabbit.core.xml with parameters of type NodeId Constructor Description NodeInfo(Name name, Name nodeTypeName, Name[] mixinNames, NodeId id)Creates a node information instance. 
 -