Uses of Interface
org.apache.jackrabbit.spi.NodeId
-
-
Uses of NodeId in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type NodeId Modifier and Type Method Description LockInfoWorkspaceManager. getLockInfo(NodeId nodeId) -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return NodeId Modifier and Type Method Description NodeIdNodeEntry. getId()NodeIdNodeEntryImpl. getId()NodeIdNodeEntry. getWorkspaceId()Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.NodeIdNodeEntryImpl. getWorkspaceId()Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type NodeId Modifier and Type Method Description NodeEntryHierarchyManager. getNodeEntry(NodeId nodeId)Resolves a itemId into aHierarchyEntry.NodeEntryHierarchyManagerImpl. getNodeEntry(NodeId nodeId)NodeEntryUniqueIdResolver. resolve(NodeId nodeId, NodeEntry rootEntry) -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.nodetype
Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type NodeId Modifier and Type Method Description QNodeDefinitionItemDefinitionProvider. getQNodeDefinition(Name[] parentNodeTypeNames, Name nodeName, Name ntName, NodeId nodeId)Returns theQNodeDefinitionfor the specified node state.QNodeDefinitionItemDefinitionProviderImpl. getQNodeDefinition(Name[] parentNodeTypeNames, Name nodeName, Name ntName, NodeId nodeId) -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return NodeId Modifier and Type Method Description NodeIdCheckout. getActivityId()The id of the current activity present on the editing session ornull.NodeIdCheckpoint. getActivityId()The id of the current activity present on the editing session ornull.NodeIdReorderNodes. getBeforeId()NodeIdAbstractCopy. getDestinationParentId()NodeIdMove. getDestinationParentId()NodeIdReorderNodes. getInsertId()NodeId[]ResolveMergeConflict. getMergeFailedIds()NodeIdCreateActivity. getNewActivityId()NodeIdCreateConfiguration. getNewConfigurationId()NodeIdCheckin. getNewVersionId()NodeIdCheckpoint. getNewVersionId()NodeIdAbstractCopy. getNodeId()NodeIdCheckin. getNodeId()NodeIdCheckout. getNodeId()NodeIdCheckpoint. getNodeId()NodeIdCreateConfiguration. getNodeId()NodeIdLockOperation. getNodeId()NodeIdLockRefresh. getNodeId()NodeIdLockRelease. getNodeId()NodeIdMerge. getNodeId()NodeIdResolveMergeConflict. getNodeId()NodeIdRestore. getNodeId()Returns id of state or the closest existing state of the restore target ornullin case of aWorkspace.restore(Version[], boolean)NodeIdSetMixin. getNodeId()NodeIdSetPrimaryType. getNodeId()NodeIdUpdate. getNodeId()NodeIdWorkspaceImport. getNodeId()NodeIdAddNode. getParentId()NodeIdAddProperty. getParentId()NodeIdReorderNodes. getParentId()NodeIdSetTree. getParentId()NodeId[]ResolveMergeConflict. getPredecessorIds()NodeIdMove. getSourceId()NodeIdAddLabel. getVersionHistoryId()NodeIdRemoveLabel. getVersionHistoryId()NodeIdAddLabel. getVersionId()NodeIdRemoveLabel. getVersionId()NodeId[]Restore. getVersionIds()Methods in org.apache.jackrabbit.jcr2spi.operation that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>Merge. getFailedIds()Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type NodeId Modifier and Type Method Description static OperationCheckout. create(NodeState nodeState, NodeId activityId, VersionManager mgr)static CheckpointCheckpoint. create(NodeState nodeState, NodeId activityId, VersionManager mgr)static OperationResolveMergeConflict. create(NodeState nodeState, NodeId[] mergeFailedIds, NodeId[] predecessorIds, boolean resolveDone)voidCreateActivity. setNewActivityId(NodeId newActivityId)voidCreateConfiguration. setNewConfigurationId(NodeId newConfigurationId)voidCheckin. setNewVersionId(NodeId newVersionId)voidCheckpoint. setNewVersionId(NodeId newVersionId)Method parameters in org.apache.jackrabbit.jcr2spi.operation with type arguments of type NodeId Modifier and Type Method Description voidMerge. setFailedIds(Iterator<NodeId> failedIds) -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.security.authorization
Methods in org.apache.jackrabbit.jcr2spi.security.authorization with parameters of type NodeId Modifier and Type Method Description Set<Privilege>AccessControlProvider. getPrivileges(SessionInfo sessionInfo, NodeId id, NamePathResolver npResolver)Map<String,Privilege>AccessControlProvider. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId, NamePathResolver npResolver)Obtain the privileges supported at the specified path. -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl
Methods in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl with parameters of type NodeId Modifier and Type Method Description Set<Privilege>AccessControlProviderImpl. getPrivileges(SessionInfo sessionInfo, NodeId id, NamePathResolver npResolver)Map<String,Privilege>AccessControlProviderImpl. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId, NamePathResolver npResolver) -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return NodeId Modifier and Type Method Description NodeIdNodeState. getNodeId()Returns the id of this node state.Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type NodeId 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.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.Iterator<ChildInfo>ItemStateFactory. getChildNodeInfos(NodeId nodeId)Returns an Iterator overChildInfos for the givenNodeState.Iterator<ChildInfo>TransientISFactory. getChildNodeInfos(NodeId nodeId)Iterator<ChildInfo>WorkspaceItemStateFactory. getChildNodeInfos(NodeId nodeId) -
Uses of NodeId in org.apache.jackrabbit.jcr2spi.version
Methods in org.apache.jackrabbit.jcr2spi.version that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>VersionManager. merge(NodeState nodeState, String workspaceName, boolean bestEffort)Iterator<NodeId>VersionManager. merge(NodeState nodeState, String workspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>VersionManagerImpl. merge(NodeState nodeState, String workspaceName, boolean bestEffort)Iterator<NodeId>VersionManagerImpl. merge(NodeState nodeState, String workspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>VersionManager. mergeActivity(NodeState activityState)Iterator<NodeId>VersionManagerImpl. mergeActivity(NodeState activityState)Methods in org.apache.jackrabbit.jcr2spi.version with parameters of type NodeId Modifier and Type Method Description voidVersionManager. checkout(NodeState nodeState, NodeId activityId)voidVersionManagerImpl. checkout(NodeState nodeState, NodeId activityId)NodeEntryVersionManager. checkpoint(NodeState nodeState, NodeId activityId)NodeEntryVersionManagerImpl. checkpoint(NodeState nodeState, NodeId activityId) -
Uses of NodeId in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return NodeId Modifier and Type Method Description NodeIdRepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)Performs a checkin for theNodeidentified by the givenNodeId.NodeIdRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)Performs a checkpoint for theNodeidentified by the givenNodeId.NodeIdRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)Performs a checkpoint for theNodeidentified by the givenNodeId.NodeIdRepositoryService. createActivity(SessionInfo sessionInfo, String title)Create a new activity.NodeIdRepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)NodeIdIdFactory. createNodeId(String uniqueID)Creates a newNodeIdfrom the given unique id.NodeIdIdFactory. createNodeId(String uniqueID, Path path)Creates a newNodeIdfrom the given unique id (which identifies an ancestorNode) and the givenPathobject.NodeIdIdFactory. createNodeId(NodeId parentId, Path path)Creates a newNodeIdfrom the given parent id and the givenPathobject.NodeIdIdFactory. fromJcrIdentifier(String jcrIdentifier)Create a newNodeIdfrom the given JCR string representation.NodeIdNodeInfo. getId()Returns theNodeIdfor the node that is based on this info object.NodeIdLockInfo. getNodeId()Returns theNodeIdof the lock-holding Node.NodeIdQueryResultRow. getNodeId(String selectorName)ReturnsNodeIdof node for a givenselectornamethis result row represents.NodeIdEvent. getParentId()NodeIdPropertyId. getParentId()Returns theNodeIdof the parent.Methods in org.apache.jackrabbit.spi that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>RepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryService. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Merges the activity identified by the givenactivityIdinto the workspace the specifiedsessionInfohas been created for.Methods in org.apache.jackrabbit.spi with parameters of type NodeId Modifier and Type Method Description voidBatch. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Add a new node to the persistent layer.voidBatch. addProperty(NodeId parentId, Name propertyName, QValue value)Add a new property to the persistent layer.voidBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)Add a new multi-valued property to the persistent layer.voidTree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue value)voidTree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values)voidRepositoryService. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)Add the given version label in the persistent layer.NodeIdRepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)Performs a checkin for theNodeidentified by the givenNodeId.voidRepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId)Performs a checkout for theNodeidentified by the givenNodeId.voidRepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)Performs a checkout for theNodeidentified by the givenNodeIdand for activity identified by the specifiedactivityId.NodeIdRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)Performs a checkpoint for theNodeidentified by the givenNodeId.NodeIdRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)Performs a checkpoint for theNodeidentified by the givenNodeId.voidRepositoryService. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.voidRepositoryService. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.NodeIdRepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)NodeIdIdFactory. createNodeId(NodeId parentId, Path path)Creates a newNodeIdfrom the given parent id and the givenPathobject.PropertyIdIdFactory. createPropertyId(NodeId parentId, Name propertyName)Creates a newPropertyIdfrom the given parent id and property name.Iterator<ChildInfo>RepositoryService. getChildInfos(SessionInfo sessionInfo, NodeId parentId)Returns an Iterator ofChildInfos present on the Node represented by the given parentId.LockInfoRepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)Returns the lock information that applies toNodeidentified by the givenNodeIdornull.QNodeDefinitionRepositoryService. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)Returns theQNodeDefinitionfor theNodeidentified by the given id.ItemInfoCache.Entry<NodeInfo>ItemInfoCache. getNodeInfo(NodeId nodeId)Retrieve a cache entry for the givennodeIdornullif no such entry is in the cache.NodeInfoRepositoryService. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)Deprecated.Name[]RepositoryService. getPrivilegeNames(SessionInfo sessionInfo, NodeId id)TODOIterator<PropertyId>RepositoryService. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)Returns theIds of the properties that are referencing the node identified by the givennodeId.PrivilegeDefinition[]RepositoryService. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId)TODOvoidRepositoryService. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)Imports the data present in the givenInputStreaminto the persistent layer.LockInfoRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)Create a lock on theNodeidentified by the given id.LockInfoRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Create a lock on theNodeidentified by the given id.Iterator<NodeId>RepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryService. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Merges the activity identified by the givenactivityIdinto the workspace the specifiedsessionInfohas been created for.voidBatch. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Move the node identified by the givensrcNodeIdto the new parent identified bydestParentNodeIdand change its name todestName.voidRepositoryService. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Moves the node identified by the givensrcNodeId(and its entire subtree) to the new location defined bydestParentNodeIdand a new name (destName).voidRepositoryService. refreshLock(SessionInfo sessionInfo, NodeId nodeId)Explicit refresh of an existing lock.voidRepositoryService. removeActivity(SessionInfo sessionInfo, NodeId activityId)Removes the activity identified by the specifiedactivityId.voidRepositoryService. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)Remove the version identified by the specifiedversionId.voidRepositoryService. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)Remove the given version label in the persistent layer.voidBatch. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)Modify the order of the child nodes identified by the givenNodeIds.voidRepositoryService. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)Resolve an existing merge conflict present with the node identified by the givenNodeId.voidRepositoryService. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)Restore multiple versions at once.voidRepositoryService. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)Restores the node identified bynodeIdto the state defined by the version with the specifiedversionId.voidBatch. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Modify the set of mixin node types present on the node identified by the given id.voidBatch. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)Change the primary type of the node identified by the givennodeId.voidBatch. setTree(NodeId parentId, Tree contentTree)Add a new content tree to the persistent layer.StringIdFactory. toJcrIdentifier(NodeId nodeId)Returns the JCR string representation of the givennodeId.voidRepositoryService. unlock(SessionInfo sessionInfo, NodeId nodeId)Releases the lock on theNodeidentified by the givenNodeId.voidRepositoryService. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName)Updates the node identified by the givenNodeIdreplacing it (an the complete subtree) with a clone of its corresponding node present in the workspace with the givensrcWorkspaceName. -
Uses of NodeId in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return NodeId Modifier and Type Method Description NodeIdAbstractRepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)NodeIdAbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)NodeIdAbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)NodeIdAbstractRepositoryService. createActivity(SessionInfo sessionInfo, String title)NodeIdAbstractRepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)NodeIdNodeInfoImpl. getId()Returns theNodeIdfor the node that is based on this info object.NodeIdLockInfoImpl. getNodeId()Returns theNodeIdof the lock-holding Node.NodeIdEventImpl. getParentId()Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>AbstractRepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Iterator<NodeId>AbstractRepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>AbstractRepositoryService. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Methods in org.apache.jackrabbit.spi.commons with parameters of type NodeId Modifier and Type Method Description voidSerializableBatch. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)voidSerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue value)voidSerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidAbstractRepositoryService. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)NodeIdAbstractRepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)voidAbstractRepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId)voidAbstractRepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)NodeIdAbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)NodeIdAbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)voidAbstractRepositoryService. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidAbstractRepositoryService. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidItemInfoBuilder.Listener. createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)Notification that newChildInfos have been built.NodeIdAbstractRepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)LockInfoAbstractRepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)QNodeDefinitionAbstractRepositoryService. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)This default implementation first callsAbstractRepositoryService.checkSessionInfo(SessionInfo)with thesessionInfo, then lazily initializesAbstractRepositoryService.rootNodeDefinitionifnodeIddenotes the root node; otherwise throws aUnsupportedRepositoryOperationException.NodeInfoAbstractReadableRepositoryService. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)This default implementation returns the first item returned by the call toRepositoryService.getItemInfos(SessionInfo, ItemId).ItemInfoCache.Entry<NodeInfo>ItemInfoCacheImpl. getNodeInfo(NodeId nodeId)This implementation removes the item from the cache if it is present.voidAbstractRepositoryService. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)LockInfoAbstractRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)LockInfoAbstractRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Iterator<NodeId>AbstractRepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Iterator<NodeId>AbstractRepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>AbstractRepositoryService. mergeActivity(SessionInfo sessionInfo, NodeId activityId)voidAbstractRepositoryService. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidSerializableBatch. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidAbstractRepositoryService. refreshLock(SessionInfo sessionInfo, NodeId nodeId)voidAbstractRepositoryService. removeActivity(SessionInfo sessionInfo, NodeId activityId)voidAbstractRepositoryService. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)voidAbstractRepositoryService. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)voidSerializableBatch. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)voidAbstractRepositoryService. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)voidAbstractRepositoryService. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)voidAbstractRepositoryService. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)voidSerializableBatch. setMixins(NodeId nodeId, Name[] mixinNodeTypeIds)voidSerializableBatch. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)voidSerializableBatch. setTree(NodeId parentId, Tree contentTree)voidAbstractRepositoryService. unlock(SessionInfo sessionInfo, NodeId nodeId)voidAbstractRepositoryService. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName)Constructors in org.apache.jackrabbit.spi.commons with parameters of type NodeId Constructor Description EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId)Deprecated.EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId, String userData, long timestamp, Map<Name,QValue> info)Creates a new serializable event.ItemInfoImpl(NodeId parentId, Name name, Path path, boolean isNode)Deprecated.UseItemInfoImpl(Path, boolean)instead.LockInfoImpl(String lockToken, String lockOwner, boolean isDeep, boolean isSessionScoped, long secondsRemaining, boolean isLockOwner, NodeId nodeId)Creates a new lock info for the givenlockinfo.LockInfoImpl(String lockToken, String lockOwner, boolean isDeep, boolean isSessionScoped, NodeId nodeId)Deprecated.NodeInfoImpl(NodeId parentId, Name name, Path path, NodeId id, int index, Name primaryTypeName, Name[] mixinNames, Iterator<PropertyId> references, Iterator<PropertyId> propertyIds, Iterator<ChildInfo> childInfos)Deprecated.NodeInfoImpl(Path path, NodeId id, int index, Name primaryTypeName, Name[] mixinNames, Iterator<PropertyId> references, Iterator<PropertyId> propertyIds, Iterator<ChildInfo> childInfos)Creates a new node info from the given parameters.PropertyInfoImpl(NodeId parentId, Name name, Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)Deprecated. -
Uses of NodeId in org.apache.jackrabbit.spi.commons.batch
Fields in org.apache.jackrabbit.spi.commons.batch declared as NodeId Modifier and Type Field Description protected NodeIdOperations.ReorderNodes. beforeNodeIdprotected NodeIdOperations.Move. destParentNodeIdprotected NodeIdOperations.SetMixins. nodeIdprotected NodeIdOperations.SetPrimaryType. nodeIdprotected NodeIdOperations.AddNode. parentIdprotected NodeIdOperations.AddProperty. parentIdprotected NodeIdOperations.ReorderNodes. parentIdprotected NodeIdOperations.SetTree. parentIdprotected NodeIdOperations.Move. srcNodeIdprotected NodeIdOperations.ReorderNodes. srcNodeIdMethods in org.apache.jackrabbit.spi.commons.batch with parameters of type NodeId Modifier and Type Method Description voidChangeLogImpl. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)voidConsolidatingChangeLog. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Factory method for creating anAddNodeoperation.static OperationOperations. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Factory method for creating anOperations.AddNodeoperation.voidChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue value)voidChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue value)voidConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue[] values)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue value)Factory method for creating anAddPropertyoperation.static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)Factory method for creating anAddPropertyoperation.static OperationOperations. addProperty(NodeId parentId, Name propertyName, QValue value)Factory method for creating anOperations.AddPropertyoperation.static OperationOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)Factory method for creating anOperations.AddPropertyoperation.protected static PathConsolidatingChangeLog. getPath(NodeId parentId, Name name)voidChangeLogImpl. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Factory method for creating aMoveoperation.voidConsolidatingChangeLog. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)static OperationOperations. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Factory method for creating aOperations.Moveoperation.voidChangeLogImpl. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)Factory method for creating aReorderNodesoperation.voidConsolidatingChangeLog. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)static OperationOperations. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)Factory method for creating a reorder-nodesOperationfor the given arguments.voidChangeLogImpl. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Factory method for creating aConsolidatingChangeLog.CancelableOperations.SetMixinsoperation.voidConsolidatingChangeLog. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)static OperationOperations. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Factory method for creating a set-mixinOperationfor the given arguments.voidChangeLogImpl. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setPrimaryType(NodeId nodeId, Name primaryTypeName)Factory method for creating aConsolidatingChangeLog.CancelableOperations.SetPrimaryTypeoperation.voidConsolidatingChangeLog. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)static OperationOperations. setPrimaryType(NodeId nodeId, Name primaryTypeName)Factory method for creating a set-primaryTypeOperationfor the given arguments.voidChangeLogImpl. setTree(NodeId parentId, Tree contentTree)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setTree(NodeId parentId, Tree tree)Factory method for creating anConsolidatingChangeLog.CancelableOperations.SetTreeoperation.voidConsolidatingChangeLog. setTree(NodeId parentId, Tree contentTree)static OperationOperations. setTree(NodeId parentId, Tree contentTree)Factory method for creating anOperations.SetTreeoperation.Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type NodeId Constructor Description AddNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)AddNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Create a new add-nodeOperationfor the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue value)AddProperty(NodeId parentId, Name propertyName, QValue[] values)AddProperty(NodeId parentId, Name propertyName, QValue value)Create a new add-propertyOperationfor the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue[] values)Create a new add-propertyOperationfor the given arguments.Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Create a new moveOperationfor the given arguments.ReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)ReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)Create a new reorder-nodesOperationfor the given arguments.SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Create a new set-mixinOperationfor the given arguments.SetPrimaryType(NodeId nodeId, Name primaryTypeName)SetPrimaryType(NodeId nodeId, Name primaryTypeName)Create a new set-mixinOperationfor the given arguments.SetTree(NodeId parentId, Tree contentTree)SetTree(NodeId parentId, Tree tree) -
Uses of NodeId in org.apache.jackrabbit.spi.commons.identifier
Methods in org.apache.jackrabbit.spi.commons.identifier that return NodeId Modifier and Type Method Description NodeIdAbstractIdFactory. createNodeId(String uniqueID)Creates a newNodeIdfrom the given unique id.NodeIdAbstractIdFactory. createNodeId(String uniqueID, Path path)Creates a newNodeIdfrom the given unique id (which identifies an ancestorNode) and the givenPathobject.NodeIdAbstractIdFactory. createNodeId(NodeId parentId, Path path)Creates a newNodeIdfrom the given parent id and the givenPathobject.NodeIdAbstractIdFactory. fromJcrIdentifier(String jcrIdentifier)Methods in org.apache.jackrabbit.spi.commons.identifier with parameters of type NodeId Modifier and Type Method Description NodeIdAbstractIdFactory. createNodeId(NodeId parentId, Path path)Creates a newNodeIdfrom the given parent id and the givenPathobject.PropertyIdAbstractIdFactory. createPropertyId(NodeId parentId, Name propertyName)Creates a newPropertyIdfrom the given parent id and property name.StringAbstractIdFactory. toJcrIdentifier(NodeId nodeId) -
Uses of NodeId in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return NodeId Modifier and Type Method Description NodeIdRepositoryServiceLogger. checkin(SessionInfo sessionInfo, NodeId nodeId)NodeIdRepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId)NodeIdRepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)NodeIdRepositoryServiceLogger. createActivity(SessionInfo sessionInfo, String title)NodeIdRepositoryServiceLogger. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)NodeIdIdFactoryLogger. createNodeId(String uniqueID)NodeIdIdFactoryLogger. createNodeId(String uniqueID, Path path)NodeIdIdFactoryLogger. createNodeId(NodeId parentId, Path path)NodeIdIdFactoryLogger. fromJcrIdentifier(String jcrIdentifier)Methods in org.apache.jackrabbit.spi.commons.logging that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>RepositoryServiceLogger. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Iterator<NodeId>RepositoryServiceLogger. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>RepositoryServiceLogger. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type NodeId Modifier and Type Method Description voidBatchLogger. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)voidBatchLogger. addProperty(NodeId parentId, Name propertyName, QValue value)voidBatchLogger. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidRepositoryServiceLogger. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)NodeIdRepositoryServiceLogger. checkin(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceLogger. checkout(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceLogger. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)NodeIdRepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId)NodeIdRepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)voidRepositoryServiceLogger. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidRepositoryServiceLogger. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)NodeIdRepositoryServiceLogger. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)NodeIdIdFactoryLogger. createNodeId(NodeId parentId, Path path)PropertyIdIdFactoryLogger. createPropertyId(NodeId parentId, Name propertyName)Iterator<ChildInfo>RepositoryServiceLogger. getChildInfos(SessionInfo sessionInfo, NodeId parentId)LockInfoRepositoryServiceLogger. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)QNodeDefinitionRepositoryServiceLogger. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)NodeInfoRepositoryServiceLogger. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)Name[]RepositoryServiceLogger. getPrivilegeNames(SessionInfo sessionInfo, NodeId nodeId)Iterator<PropertyId>RepositoryServiceLogger. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)PrivilegeDefinition[]RepositoryServiceLogger. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceLogger. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)LockInfoRepositoryServiceLogger. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)LockInfoRepositoryServiceLogger. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Iterator<NodeId>RepositoryServiceLogger. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Iterator<NodeId>RepositoryServiceLogger. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>RepositoryServiceLogger. mergeActivity(SessionInfo sessionInfo, NodeId activityId)voidBatchLogger. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidRepositoryServiceLogger. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidRepositoryServiceLogger. refreshLock(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceLogger. removeActivity(SessionInfo sessionInfo, NodeId activityId)voidRepositoryServiceLogger. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)voidRepositoryServiceLogger. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)voidBatchLogger. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)voidRepositoryServiceLogger. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)voidRepositoryServiceLogger. restore(SessionInfo sessionInfo, NodeId[] nodeIds, boolean removeExisting)voidRepositoryServiceLogger. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)voidBatchLogger. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)voidBatchLogger. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)voidBatchLogger. setTree(NodeId parentId, Tree contentTree)StringIdFactoryLogger. toJcrIdentifier(NodeId nodeId)voidRepositoryServiceLogger. unlock(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceLogger. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName) -
Uses of NodeId in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return NodeId Modifier and Type Method Description NodeIdRepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)NodeIdRepositoryServiceImpl. createActivity(SessionInfo sessionInfo, String title)NodeIdRepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)NodeIdNodeInfoImpl. getId()NodeIdLockInfoImpl. getNodeId()NodeIdQueryResultRowImpl. getNodeId(String selectorName)Methods in org.apache.jackrabbit.spi2dav that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>RepositoryServiceImpl. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Methods in org.apache.jackrabbit.spi2dav with parameters of type NodeId Modifier and Type Method Description voidRepositoryServiceImpl. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)NodeIdRepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)voidRepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidRepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)NodeIdRepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)Iterator<ChildInfo>RepositoryServiceImpl. getChildInfos(SessionInfo sessionInfo, NodeId parentId)LockInfoRepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)QNodeDefinitionRepositoryServiceImpl. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)NodeInfoRepositoryServiceImpl. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)Name[]RepositoryServiceImpl. getPrivilegeNames(SessionInfo sessionInfo, NodeId nodeId)Iterator<PropertyId>RepositoryServiceImpl. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)PrivilegeDefinition[]RepositoryServiceImpl. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceImpl. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Iterator<NodeId>RepositoryServiceImpl. mergeActivity(SessionInfo sessionInfo, NodeId activityId)voidRepositoryServiceImpl. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidRepositoryServiceImpl. refreshLock(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceImpl. removeActivity(SessionInfo sessionInfo, NodeId activityId)voidRepositoryServiceImpl. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)voidRepositoryServiceImpl. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)voidRepositoryServiceImpl. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)voidRepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)voidRepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)voidRepositoryServiceImpl. unlock(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceImpl. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName)Constructors in org.apache.jackrabbit.spi2dav with parameters of type NodeId Constructor Description EventImpl(ItemId eventId, Path eventPath, NodeId parentId, int eventType, String userId, Element eventElement, NamePathResolver resolver, QValueFactory qvFactory)LockInfoImpl(ActiveLock activeLock, NodeId nodeId, Set<String> sessionLockTokens)NodeInfoImpl(NodeId id, DavPropertySet propSet, NamePathResolver resolver) -
Uses of NodeId in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex that return NodeId Modifier and Type Method Description NodeIdNodeInfoImpl. getId()Methods in org.apache.jackrabbit.spi2davex with parameters of type NodeId Modifier and Type Method Description voidRepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidRepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Constructors in org.apache.jackrabbit.spi2davex with parameters of type NodeId Constructor Description NodeInfoImpl(NodeId id, Path path)Creates a newNodeInfo. -
Uses of NodeId in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return NodeId Modifier and Type Method Description NodeIdRepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)Performs a checkin for theNodeidentified by the givenNodeId.NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)Performs a checkpoint for theNodeidentified by the givenNodeId.NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)Performs a checkpoint for theNodeidentified by the givenNodeId.NodeIdRepositoryServiceImpl. createActivity(SessionInfo sessionInfo, String title)Create a new activity.NodeIdRepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)Methods in org.apache.jackrabbit.spi2jcr that return types with arguments of type NodeId Modifier and Type Method Description Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryServiceImpl. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Merges the activity identified by the givenactivityIdinto the workspace the specifiedsessionInfohas been created for.Methods in org.apache.jackrabbit.spi2jcr with parameters of type NodeId Modifier and Type Method Description voidRepositoryServiceImpl. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)Add the given version label in the persistent layer.NodeIdRepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)Performs a checkin for theNodeidentified by the givenNodeId.voidRepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId)Performs a checkout for theNodeidentified by the givenNodeId.voidRepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)Performs a checkout for theNodeidentified by the givenNodeIdand for activity identified by the specifiedactivityId.NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)Performs a checkpoint for theNodeidentified by the givenNodeId.NodeIdRepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)Performs a checkpoint for theNodeidentified by the givenNodeId.voidRepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.voidRepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.NodeIdRepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)Iterator<ChildInfo>RepositoryServiceImpl. getChildInfos(SessionInfo sessionInfo, NodeId parentId)Returns an Iterator ofChildInfos present on the Node represented by the given parentId.LockInfoRepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)Returns the lock information that applies toNodeidentified by the givenNodeIdornull.QNodeDefinitionRepositoryServiceImpl. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)Returns theQNodeDefinitionfor theNodeidentified by the given id.NodeInfoRepositoryServiceImpl. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)Retrieve theNodeInfofor the node identified by the givenNodeId.Name[]RepositoryServiceImpl. getPrivilegeNames(SessionInfo sessionInfo, NodeId nodeId)Iterator<PropertyId>RepositoryServiceImpl. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)Returns theIds of the properties that are referencing the node identified by the givennodeId.PrivilegeDefinition[]RepositoryServiceImpl. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId)voidRepositoryServiceImpl. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)Imports the data present in the givenInputStreaminto the persistent layer.LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)Create a lock on theNodeidentified by the given id.LockInfoRepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)Create a lock on theNodeidentified by the given id.Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort, boolean isShallow)Merge the node identified by the givenNodeIdand its subtree with the corresponding node present in the workspace with the name ofsrcWorkspaceName.Iterator<NodeId>RepositoryServiceImpl. mergeActivity(SessionInfo sessionInfo, NodeId activityId)Merges the activity identified by the givenactivityIdinto the workspace the specifiedsessionInfohas been created for.voidRepositoryServiceImpl. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Moves the node identified by the givensrcNodeId(and its entire subtree) to the new location defined bydestParentNodeIdand a new name (destName).voidRepositoryServiceImpl. refreshLock(SessionInfo sessionInfo, NodeId nodeId)Explicit refresh of an existing lock.voidRepositoryServiceImpl. removeActivity(SessionInfo sessionInfo, NodeId activityId)Removes the activity identified by the specifiedactivityId.voidRepositoryServiceImpl. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)Remove the version identified by the specifiedversionId.voidRepositoryServiceImpl. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)Remove the given version label in the persistent layer.voidRepositoryServiceImpl. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)Resolve an existing merge conflict present with the node identified by the givenNodeId.voidRepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)Restore multiple versions at once.voidRepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)Restores the node identified bynodeIdto the state defined by the version with the specifiedversionId.voidRepositoryServiceImpl. unlock(SessionInfo sessionInfo, NodeId nodeId)Releases the lock on theNodeidentified by the givenNodeId.voidRepositoryServiceImpl. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName)Updates the node identified by the givenNodeIdreplacing it (an the complete subtree) with a clone of its corresponding node present in the workspace with the givensrcWorkspaceName.
-