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 LockInfo
WorkspaceManager. 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 NodeId
NodeEntry. getId()
NodeId
NodeEntryImpl. getId()
NodeId
NodeEntry. getWorkspaceId()
Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.NodeId
NodeEntryImpl. getWorkspaceId()
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type NodeId Modifier and Type Method Description NodeEntry
HierarchyManager. getNodeEntry(NodeId nodeId)
Resolves a itemId into aHierarchyEntry
.NodeEntry
HierarchyManagerImpl. getNodeEntry(NodeId nodeId)
NodeEntry
UniqueIdResolver. 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 QNodeDefinition
ItemDefinitionProvider. getQNodeDefinition(Name[] parentNodeTypeNames, Name nodeName, Name ntName, NodeId nodeId)
Returns theQNodeDefinition
for the specified node state.QNodeDefinition
ItemDefinitionProviderImpl. 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 NodeId
Checkout. getActivityId()
The id of the current activity present on the editing session ornull
.NodeId
Checkpoint. getActivityId()
The id of the current activity present on the editing session ornull
.NodeId
ReorderNodes. getBeforeId()
NodeId
AbstractCopy. getDestinationParentId()
NodeId
Move. getDestinationParentId()
NodeId
ReorderNodes. getInsertId()
NodeId[]
ResolveMergeConflict. getMergeFailedIds()
NodeId
CreateActivity. getNewActivityId()
NodeId
CreateConfiguration. getNewConfigurationId()
NodeId
Checkin. getNewVersionId()
NodeId
Checkpoint. getNewVersionId()
NodeId
AbstractCopy. getNodeId()
NodeId
Checkin. getNodeId()
NodeId
Checkout. getNodeId()
NodeId
Checkpoint. getNodeId()
NodeId
CreateConfiguration. getNodeId()
NodeId
LockOperation. getNodeId()
NodeId
LockRefresh. getNodeId()
NodeId
LockRelease. getNodeId()
NodeId
Merge. getNodeId()
NodeId
ResolveMergeConflict. getNodeId()
NodeId
Restore. getNodeId()
Returns id of state or the closest existing state of the restore target ornull
in case of aWorkspace.restore(Version[], boolean)
NodeId
SetMixin. getNodeId()
NodeId
SetPrimaryType. getNodeId()
NodeId
Update. getNodeId()
NodeId
WorkspaceImport. getNodeId()
NodeId
AddNode. getParentId()
NodeId
AddProperty. getParentId()
NodeId
ReorderNodes. getParentId()
NodeId
SetTree. getParentId()
NodeId[]
ResolveMergeConflict. getPredecessorIds()
NodeId
Move. getSourceId()
NodeId
AddLabel. getVersionHistoryId()
NodeId
RemoveLabel. getVersionHistoryId()
NodeId
AddLabel. getVersionId()
NodeId
RemoveLabel. 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 Operation
Checkout. create(NodeState nodeState, NodeId activityId, VersionManager mgr)
static Checkpoint
Checkpoint. create(NodeState nodeState, NodeId activityId, VersionManager mgr)
static Operation
ResolveMergeConflict. create(NodeState nodeState, NodeId[] mergeFailedIds, NodeId[] predecessorIds, boolean resolveDone)
void
CreateActivity. setNewActivityId(NodeId newActivityId)
void
CreateConfiguration. setNewConfigurationId(NodeId newConfigurationId)
void
Checkin. setNewVersionId(NodeId newVersionId)
void
Checkpoint. setNewVersionId(NodeId newVersionId)
Method parameters in org.apache.jackrabbit.jcr2spi.operation with type arguments of type NodeId Modifier and Type Method Description void
Merge. 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 NodeId
NodeState. 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 NodeState
ItemStateFactory. createDeepNodeState(NodeId nodeId, NodeEntry anyParent)
Tries to retrieve theNodeState
with the givenNodeId
and if the state exists, fills in the NodeEntries missing between the last known NodeEntry marked byanyParent
.NodeState
TransientISFactory. createDeepNodeState(NodeId nodeId, NodeEntry anyParent)
NodeState
WorkspaceItemStateFactory. createDeepNodeState(NodeId nodeId, NodeEntry anyParent)
Creates the node with information retrieved from theRepositoryService
.NodeState
ItemStateFactory. createNodeState(NodeId nodeId, NodeEntry entry)
Creates the childNodeState
with the givennodeId
.NodeState
TransientISFactory. createNodeState(NodeId nodeId, NodeEntry entry)
NodeState
WorkspaceItemStateFactory. createNodeState(NodeId nodeId, NodeEntry entry)
Creates the node with information retrieved from theRepositoryService
.Iterator<ChildInfo>
ItemStateFactory. getChildNodeInfos(NodeId nodeId)
Returns an Iterator overChildInfo
s 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 void
VersionManager. checkout(NodeState nodeState, NodeId activityId)
void
VersionManagerImpl. checkout(NodeState nodeState, NodeId activityId)
NodeEntry
VersionManager. checkpoint(NodeState nodeState, NodeId activityId)
NodeEntry
VersionManagerImpl. 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 NodeId
RepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkin for theNode
identified by the givenNodeId
.NodeId
RepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkpoint for theNode
identified by the givenNodeId
.NodeId
RepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
Performs a checkpoint for theNode
identified by the givenNodeId
.NodeId
RepositoryService. createActivity(SessionInfo sessionInfo, String title)
Create a new activity.NodeId
RepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
NodeId
IdFactory. createNodeId(String uniqueID)
Creates a newNodeId
from the given unique id.NodeId
IdFactory. createNodeId(String uniqueID, Path path)
Creates a newNodeId
from the given unique id (which identifies an ancestorNode
) and the givenPath
object.NodeId
IdFactory. createNodeId(NodeId parentId, Path path)
Creates a newNodeId
from the given parent id and the givenPath
object.NodeId
IdFactory. fromJcrIdentifier(String jcrIdentifier)
Create a newNodeId
from the given JCR string representation.NodeId
NodeInfo. getId()
Returns theNodeId
for the node that is based on this info object.NodeId
LockInfo. getNodeId()
Returns theNodeId
of the lock-holding Node.NodeId
QueryResultRow. getNodeId(String selectorName)
ReturnsNodeId
of node for a givenselectorname
this result row represents.NodeId
Event. getParentId()
NodeId
PropertyId. getParentId()
Returns theNodeId
of 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 givenNodeId
and 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 givenNodeId
and 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 givenactivityId
into the workspace the specifiedsessionInfo
has been created for.Methods in org.apache.jackrabbit.spi with parameters of type NodeId Modifier and Type Method Description void
Batch. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
Add a new node to the persistent layer.void
Batch. addProperty(NodeId parentId, Name propertyName, QValue value)
Add a new property to the persistent layer.void
Batch. addProperty(NodeId parentId, Name propertyName, QValue[] values)
Add a new multi-valued property to the persistent layer.void
Tree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue value)
void
Tree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values)
void
RepositoryService. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)
Add the given version label in the persistent layer.NodeId
RepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkin for theNode
identified by the givenNodeId
.void
RepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkout for theNode
identified by the givenNodeId
.void
RepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
Performs a checkout for theNode
identified by the givenNodeId
and for activity identified by the specifiedactivityId
.NodeId
RepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkpoint for theNode
identified by the givenNodeId
.NodeId
RepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
Performs a checkpoint for theNode
identified by the givenNodeId
.void
RepositoryService. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)
Clone the subtree identified by the givensrcNodeId
in workspace namedsrcWorkspaceName
to the destination in the workspace specified by the givenSessionInfo
.void
RepositoryService. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Clone the subtree identified by the givensrcNodeId
in workspace namedsrcWorkspaceName
to the destination in the workspace specified by the givenSessionInfo
.NodeId
RepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
NodeId
IdFactory. createNodeId(NodeId parentId, Path path)
Creates a newNodeId
from the given parent id and the givenPath
object.PropertyId
IdFactory. createPropertyId(NodeId parentId, Name propertyName)
Creates a newPropertyId
from the given parent id and property name.Iterator<ChildInfo>
RepositoryService. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
Returns an Iterator ofChildInfo
s present on the Node represented by the given parentId.LockInfo
RepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
Returns the lock information that applies toNode
identified by the givenNodeId
ornull
.QNodeDefinition
RepositoryService. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
Returns theQNodeDefinition
for theNode
identified by the given id.ItemInfoCache.Entry<NodeInfo>
ItemInfoCache. getNodeInfo(NodeId nodeId)
Retrieve a cache entry for the givennodeId
ornull
if no such entry is in the cache.NodeInfo
RepositoryService. 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 theId
s of the properties that are referencing the node identified by the givennodeId
.PrivilegeDefinition[]
RepositoryService. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId)
TODOvoid
RepositoryService. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)
Imports the data present in the givenInputStream
into the persistent layer.LockInfo
RepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
Create a lock on theNode
identified by the given id.LockInfo
RepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
Create a lock on theNode
identified by the given id.Iterator<NodeId>
RepositoryService. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)
Merge the node identified by the givenNodeId
and 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 givenNodeId
and 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 givenactivityId
into the workspace the specifiedsessionInfo
has been created for.void
Batch. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Move the node identified by the givensrcNodeId
to the new parent identified bydestParentNodeId
and change its name todestName
.void
RepositoryService. 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 bydestParentNodeId
and a new name (destName
).void
RepositoryService. refreshLock(SessionInfo sessionInfo, NodeId nodeId)
Explicit refresh of an existing lock.void
RepositoryService. removeActivity(SessionInfo sessionInfo, NodeId activityId)
Removes the activity identified by the specifiedactivityId
.void
RepositoryService. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)
Remove the version identified by the specifiedversionId
.void
RepositoryService. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)
Remove the given version label in the persistent layer.void
Batch. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
Modify the order of the child nodes identified by the givenNodeId
s.void
RepositoryService. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)
Resolve an existing merge conflict present with the node identified by the givenNodeId
.void
RepositoryService. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)
Restore multiple versions at once.void
RepositoryService. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)
Restores the node identified bynodeId
to the state defined by the version with the specifiedversionId
.void
Batch. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
Modify the set of mixin node types present on the node identified by the given id.void
Batch. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)
Change the primary type of the node identified by the givennodeId
.void
Batch. setTree(NodeId parentId, Tree contentTree)
Add a new content tree to the persistent layer.String
IdFactory. toJcrIdentifier(NodeId nodeId)
Returns the JCR string representation of the givennodeId
.void
RepositoryService. unlock(SessionInfo sessionInfo, NodeId nodeId)
Releases the lock on theNode
identified by the givenNodeId
.void
RepositoryService. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName)
Updates the node identified by the givenNodeId
replacing 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 NodeId
AbstractRepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)
NodeId
AbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
NodeId
AbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
NodeId
AbstractRepositoryService. createActivity(SessionInfo sessionInfo, String title)
NodeId
AbstractRepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
NodeId
NodeInfoImpl. getId()
Returns theNodeId
for the node that is based on this info object.NodeId
LockInfoImpl. getNodeId()
Returns theNodeId
of the lock-holding Node.NodeId
EventImpl. 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 void
SerializableBatch. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
void
SerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue value)
void
SerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)
void
AbstractRepositoryService. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)
NodeId
AbstractRepositoryService. checkin(SessionInfo sessionInfo, NodeId nodeId)
void
AbstractRepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId)
void
AbstractRepositoryService. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
NodeId
AbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
NodeId
AbstractRepositoryService. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
void
AbstractRepositoryService. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)
void
AbstractRepositoryService. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
void
ItemInfoBuilder.Listener. createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)
Notification that newChildInfo
s have been built.NodeId
AbstractRepositoryService. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
LockInfo
AbstractRepositoryService. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
QNodeDefinition
AbstractRepositoryService. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
This default implementation first callsAbstractRepositoryService.checkSessionInfo(SessionInfo)
with thesessionInfo
, then lazily initializesAbstractRepositoryService.rootNodeDefinition
ifnodeId
denotes the root node; otherwise throws aUnsupportedRepositoryOperationException
.NodeInfo
AbstractReadableRepositoryService. 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.void
AbstractRepositoryService. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)
LockInfo
AbstractRepositoryService. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
LockInfo
AbstractRepositoryService. 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)
void
AbstractRepositoryService. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
void
SerializableBatch. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
void
AbstractRepositoryService. refreshLock(SessionInfo sessionInfo, NodeId nodeId)
void
AbstractRepositoryService. removeActivity(SessionInfo sessionInfo, NodeId activityId)
void
AbstractRepositoryService. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)
void
AbstractRepositoryService. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)
void
SerializableBatch. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
void
AbstractRepositoryService. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)
void
AbstractRepositoryService. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)
void
AbstractRepositoryService. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)
void
SerializableBatch. setMixins(NodeId nodeId, Name[] mixinNodeTypeIds)
void
SerializableBatch. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)
void
SerializableBatch. setTree(NodeId parentId, Tree contentTree)
void
AbstractRepositoryService. unlock(SessionInfo sessionInfo, NodeId nodeId)
void
AbstractRepositoryService. 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 givenlock
info.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 NodeId
Operations.ReorderNodes. beforeNodeId
protected NodeId
Operations.Move. destParentNodeId
protected NodeId
Operations.SetMixins. nodeId
protected NodeId
Operations.SetPrimaryType. nodeId
protected NodeId
Operations.AddNode. parentId
protected NodeId
Operations.AddProperty. parentId
protected NodeId
Operations.ReorderNodes. parentId
protected NodeId
Operations.SetTree. parentId
protected NodeId
Operations.Move. srcNodeId
protected NodeId
Operations.ReorderNodes. srcNodeId
Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type NodeId Modifier and Type Method Description void
ChangeLogImpl. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
void
ConsolidatingChangeLog. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
Factory method for creating anAddNode
operation.static Operation
Operations. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
Factory method for creating anOperations.AddNode
operation.void
ChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue value)
void
ChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue[] values)
void
ConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue value)
void
ConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue[] values)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue value)
Factory method for creating anAddProperty
operation.static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)
Factory method for creating anAddProperty
operation.static Operation
Operations. addProperty(NodeId parentId, Name propertyName, QValue value)
Factory method for creating anOperations.AddProperty
operation.static Operation
Operations. addProperty(NodeId parentId, Name propertyName, QValue[] values)
Factory method for creating anOperations.AddProperty
operation.protected static Path
ConsolidatingChangeLog. getPath(NodeId parentId, Name name)
void
ChangeLogImpl. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Factory method for creating aMove
operation.void
ConsolidatingChangeLog. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
static Operation
Operations. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Factory method for creating aOperations.Move
operation.void
ChangeLogImpl. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
Factory method for creating aReorderNodes
operation.void
ConsolidatingChangeLog. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
static Operation
Operations. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
Factory method for creating a reorder-nodesOperation
for the given arguments.void
ChangeLogImpl. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
Factory method for creating aConsolidatingChangeLog.CancelableOperations.SetMixins
operation.void
ConsolidatingChangeLog. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
static Operation
Operations. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
Factory method for creating a set-mixinOperation
for the given arguments.void
ChangeLogImpl. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. setPrimaryType(NodeId nodeId, Name primaryTypeName)
Factory method for creating aConsolidatingChangeLog.CancelableOperations.SetPrimaryType
operation.void
ConsolidatingChangeLog. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)
static Operation
Operations. setPrimaryType(NodeId nodeId, Name primaryTypeName)
Factory method for creating a set-primaryTypeOperation
for the given arguments.void
ChangeLogImpl. setTree(NodeId parentId, Tree contentTree)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. setTree(NodeId parentId, Tree tree)
Factory method for creating anConsolidatingChangeLog.CancelableOperations.SetTree
operation.void
ConsolidatingChangeLog. setTree(NodeId parentId, Tree contentTree)
static Operation
Operations. setTree(NodeId parentId, Tree contentTree)
Factory method for creating anOperations.SetTree
operation.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-nodeOperation
for 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-propertyOperation
for the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue[] values)
Create a new add-propertyOperation
for the given arguments.Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Create a new moveOperation
for the given arguments.ReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
ReorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
Create a new reorder-nodesOperation
for the given arguments.SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
Create a new set-mixinOperation
for the given arguments.SetPrimaryType(NodeId nodeId, Name primaryTypeName)
SetPrimaryType(NodeId nodeId, Name primaryTypeName)
Create a new set-mixinOperation
for 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 NodeId
AbstractIdFactory. createNodeId(String uniqueID)
Creates a newNodeId
from the given unique id.NodeId
AbstractIdFactory. createNodeId(String uniqueID, Path path)
Creates a newNodeId
from the given unique id (which identifies an ancestorNode
) and the givenPath
object.NodeId
AbstractIdFactory. createNodeId(NodeId parentId, Path path)
Creates a newNodeId
from the given parent id and the givenPath
object.NodeId
AbstractIdFactory. fromJcrIdentifier(String jcrIdentifier)
Methods in org.apache.jackrabbit.spi.commons.identifier with parameters of type NodeId Modifier and Type Method Description NodeId
AbstractIdFactory. createNodeId(NodeId parentId, Path path)
Creates a newNodeId
from the given parent id and the givenPath
object.PropertyId
AbstractIdFactory. createPropertyId(NodeId parentId, Name propertyName)
Creates a newPropertyId
from the given parent id and property name.String
AbstractIdFactory. 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 NodeId
RepositoryServiceLogger. checkin(SessionInfo sessionInfo, NodeId nodeId)
NodeId
RepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
NodeId
RepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
NodeId
RepositoryServiceLogger. createActivity(SessionInfo sessionInfo, String title)
NodeId
RepositoryServiceLogger. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
NodeId
IdFactoryLogger. createNodeId(String uniqueID)
NodeId
IdFactoryLogger. createNodeId(String uniqueID, Path path)
NodeId
IdFactoryLogger. createNodeId(NodeId parentId, Path path)
NodeId
IdFactoryLogger. 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 void
BatchLogger. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)
void
BatchLogger. addProperty(NodeId parentId, Name propertyName, QValue value)
void
BatchLogger. addProperty(NodeId parentId, Name propertyName, QValue[] values)
void
RepositoryServiceLogger. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)
NodeId
RepositoryServiceLogger. checkin(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceLogger. checkout(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceLogger. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
NodeId
RepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
NodeId
RepositoryServiceLogger. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
void
RepositoryServiceLogger. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)
void
RepositoryServiceLogger. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
NodeId
RepositoryServiceLogger. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
NodeId
IdFactoryLogger. createNodeId(NodeId parentId, Path path)
PropertyId
IdFactoryLogger. createPropertyId(NodeId parentId, Name propertyName)
Iterator<ChildInfo>
RepositoryServiceLogger. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
LockInfo
RepositoryServiceLogger. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
QNodeDefinition
RepositoryServiceLogger. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
NodeInfo
RepositoryServiceLogger. 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)
void
RepositoryServiceLogger. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)
LockInfo
RepositoryServiceLogger. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
LockInfo
RepositoryServiceLogger. 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)
void
BatchLogger. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)
void
RepositoryServiceLogger. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
void
RepositoryServiceLogger. refreshLock(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceLogger. removeActivity(SessionInfo sessionInfo, NodeId activityId)
void
RepositoryServiceLogger. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)
void
RepositoryServiceLogger. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)
void
BatchLogger. reorderNodes(NodeId parentId, NodeId srcNodeId, NodeId beforeNodeId)
void
RepositoryServiceLogger. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)
void
RepositoryServiceLogger. restore(SessionInfo sessionInfo, NodeId[] nodeIds, boolean removeExisting)
void
RepositoryServiceLogger. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)
void
BatchLogger. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
void
BatchLogger. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)
void
BatchLogger. setTree(NodeId parentId, Tree contentTree)
String
IdFactoryLogger. toJcrIdentifier(NodeId nodeId)
void
RepositoryServiceLogger. unlock(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceLogger. 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 NodeId
RepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)
NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
NodeId
RepositoryServiceImpl. createActivity(SessionInfo sessionInfo, String title)
NodeId
RepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
NodeId
NodeInfoImpl. getId()
NodeId
LockInfoImpl. getNodeId()
NodeId
QueryResultRowImpl. 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 void
RepositoryServiceImpl. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)
NodeId
RepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
void
RepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)
void
RepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
NodeId
RepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
Iterator<ChildInfo>
RepositoryServiceImpl. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
LockInfo
RepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
QNodeDefinition
RepositoryServiceImpl. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
NodeInfo
RepositoryServiceImpl. 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)
void
RepositoryServiceImpl. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)
LockInfo
RepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
LockInfo
RepositoryServiceImpl. 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)
void
RepositoryServiceImpl. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
void
RepositoryServiceImpl. refreshLock(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceImpl. removeActivity(SessionInfo sessionInfo, NodeId activityId)
void
RepositoryServiceImpl. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)
void
RepositoryServiceImpl. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)
void
RepositoryServiceImpl. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)
void
RepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)
void
RepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)
void
RepositoryServiceImpl. unlock(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceImpl. 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 NodeId
NodeInfoImpl. getId()
Methods in org.apache.jackrabbit.spi2davex with parameters of type NodeId Modifier and Type Method Description void
RepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)
void
RepositoryServiceImpl. 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 NodeId
RepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkin for theNode
identified by the givenNodeId
.NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkpoint for theNode
identified by the givenNodeId
.NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
Performs a checkpoint for theNode
identified by the givenNodeId
.NodeId
RepositoryServiceImpl. createActivity(SessionInfo sessionInfo, String title)
Create a new activity.NodeId
RepositoryServiceImpl. 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 givenNodeId
and 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 givenNodeId
and 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 givenactivityId
into the workspace the specifiedsessionInfo
has been created for.Methods in org.apache.jackrabbit.spi2jcr with parameters of type NodeId Modifier and Type Method Description void
RepositoryServiceImpl. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)
Add the given version label in the persistent layer.NodeId
RepositoryServiceImpl. checkin(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkin for theNode
identified by the givenNodeId
.void
RepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkout for theNode
identified by the givenNodeId
.void
RepositoryServiceImpl. checkout(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
Performs a checkout for theNode
identified by the givenNodeId
and for activity identified by the specifiedactivityId
.NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId)
Performs a checkpoint for theNode
identified by the givenNodeId
.NodeId
RepositoryServiceImpl. checkpoint(SessionInfo sessionInfo, NodeId nodeId, NodeId activityId)
Performs a checkpoint for theNode
identified by the givenNodeId
.void
RepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)
Clone the subtree identified by the givensrcNodeId
in workspace namedsrcWorkspaceName
to the destination in the workspace specified by the givenSessionInfo
.void
RepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)
Clone the subtree identified by the givensrcNodeId
in workspace namedsrcWorkspaceName
to the destination in the workspace specified by the givenSessionInfo
.NodeId
RepositoryServiceImpl. createConfiguration(SessionInfo sessionInfo, NodeId nodeId)
Iterator<ChildInfo>
RepositoryServiceImpl. getChildInfos(SessionInfo sessionInfo, NodeId parentId)
Returns an Iterator ofChildInfo
s present on the Node represented by the given parentId.LockInfo
RepositoryServiceImpl. getLockInfo(SessionInfo sessionInfo, NodeId nodeId)
Returns the lock information that applies toNode
identified by the givenNodeId
ornull
.QNodeDefinition
RepositoryServiceImpl. getNodeDefinition(SessionInfo sessionInfo, NodeId nodeId)
Returns theQNodeDefinition
for theNode
identified by the given id.NodeInfo
RepositoryServiceImpl. getNodeInfo(SessionInfo sessionInfo, NodeId nodeId)
Retrieve theNodeInfo
for 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 theId
s of the properties that are referencing the node identified by the givennodeId
.PrivilegeDefinition[]
RepositoryServiceImpl. getSupportedPrivileges(SessionInfo sessionInfo, NodeId nodeId)
void
RepositoryServiceImpl. importXml(SessionInfo sessionInfo, NodeId parentId, InputStream xmlStream, int uuidBehaviour)
Imports the data present in the givenInputStream
into the persistent layer.LockInfo
RepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped)
Create a lock on theNode
identified by the given id.LockInfo
RepositoryServiceImpl. lock(SessionInfo sessionInfo, NodeId nodeId, boolean deep, boolean sessionScoped, long timeoutHint, String ownerHint)
Create a lock on theNode
identified by the given id.Iterator<NodeId>
RepositoryServiceImpl. merge(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName, boolean bestEffort)
Merge the node identified by the givenNodeId
and 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 givenNodeId
and 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 givenactivityId
into the workspace the specifiedsessionInfo
has been created for.void
RepositoryServiceImpl. 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 bydestParentNodeId
and a new name (destName
).void
RepositoryServiceImpl. refreshLock(SessionInfo sessionInfo, NodeId nodeId)
Explicit refresh of an existing lock.void
RepositoryServiceImpl. removeActivity(SessionInfo sessionInfo, NodeId activityId)
Removes the activity identified by the specifiedactivityId
.void
RepositoryServiceImpl. removeVersion(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId)
Remove the version identified by the specifiedversionId
.void
RepositoryServiceImpl. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)
Remove the given version label in the persistent layer.void
RepositoryServiceImpl. resolveMergeConflict(SessionInfo sessionInfo, NodeId nodeId, NodeId[] mergeFailedIds, NodeId[] predecessorIds)
Resolve an existing merge conflict present with the node identified by the givenNodeId
.void
RepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId[] versionIds, boolean removeExisting)
Restore multiple versions at once.void
RepositoryServiceImpl. restore(SessionInfo sessionInfo, NodeId nodeId, NodeId versionId, boolean removeExisting)
Restores the node identified bynodeId
to the state defined by the version with the specifiedversionId
.void
RepositoryServiceImpl. unlock(SessionInfo sessionInfo, NodeId nodeId)
Releases the lock on theNode
identified by the givenNodeId
.void
RepositoryServiceImpl. update(SessionInfo sessionInfo, NodeId nodeId, String srcWorkspaceName)
Updates the node identified by the givenNodeId
replacing it (an the complete subtree) with a clone of its corresponding node present in the workspace with the givensrcWorkspaceName
.
-