A B C D E F G H I L M N O P Q R S T U V W X _

A

AbstractCopy - Class in org.apache.jackrabbit.jcr2spi.operation
AbstractCopy...
AbstractItemStateFactory - Class in org.apache.jackrabbit.jcr2spi.state
AbstractItemStateFactory...
AbstractItemStateFactory() - Constructor for class org.apache.jackrabbit.jcr2spi.state.AbstractItemStateFactory
 
AbstractOperation - Class in org.apache.jackrabbit.jcr2spi.operation
AbstractOperation...
AbstractOperation() - Constructor for class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
 
accept(ItemVisitor) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
accept(ItemVisitor) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
Implementation of Item.accept(javax.jcr.ItemVisitor) for nodes.
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Clone
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Copy
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.LockRefresh
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.LockRelease
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
accept(OperationVisitor) - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
Calls the appropriate visit method on visitor based on the type of this operation.
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveVersion
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Restore
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Update
 
accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
 
accept(ItemVisitor) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
Implementation of Item.accept(javax.jcr.ItemVisitor) for property.
AccessManager - Interface in org.apache.jackrabbit.jcr2spi.security
The AccessManager can be queried to determines whether permission is granted to perform a specific action on a specific item.
add(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Adds a NodeEntry to the end of the list.
add(NodeEntry, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Adds a NodeEntry.
add(NodeEntry, int, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Adds a the new NodeEntry before beforeEntry.
add(PropertyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Adds the new PropertyEntry to this ChildPropertyEntries.
add(PropertyEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
ADD_NODE_ACTION - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
 
addAffectedItemState(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
Adds an affected ItemState.
addAll(Collection) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Adds all PropertyEntrys from the given collection to this ChildPropertyEntries.
addAll(Collection) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
addCreationListener(ItemStateCreationListener) - Method in class org.apache.jackrabbit.jcr2spi.state.AbstractItemStateFactory
 
addCreationListener(ItemStateCreationListener) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Adds the given ItemStateCreationListener.
addedState(List) - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
 
addEventListener(InternalEventListener) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Sets the InternalEventListener that gets notifications about local and external changes.
AddLabel - Class in org.apache.jackrabbit.jcr2spi.operation
AddLabel...
addListener(NodeTypeRegistryListener) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Add a NodeTypeRegistryListener
addListener(NodeTypeRegistryListener) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
addListener(SessionListener) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
Add a SessionListener
addListener(ItemStateLifeCycleListener) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Add an ItemStateLifeCycleListener
addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
addLockToken(String) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Invoked by a session to inform that a lock token has been added.
addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
Delegates this call to WorkspaceManager.addLockToken(String).
addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
This method always succeeds.
addMixin(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
addNewNodeEntry(Name, String, Name, QNodeDefinition) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Adds a new, transient child NodeEntry
addNewNodeEntry(Name, String, Name, QNodeDefinition) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
addNewPropertyEntry(Name, QPropertyDefinition, QValue[], int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Add a new, transient PropertyEntry to this NodeEntry and return the PropertyState associated with the new entry.
addNewPropertyEntry(Name, QPropertyDefinition, QValue[], int) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
addNode(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
addNode(String, String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
AddNode - Class in org.apache.jackrabbit.jcr2spi.operation
AddNode...
AddProperty - Class in org.apache.jackrabbit.jcr2spi.operation
AddProperty...
addVersionLabel(NodeState, NodeState, Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
addVersionLabel(String, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
addVersionLabel(NodeState, NodeState, Name, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
addVersionLabel(NodeState, NodeState, Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
adjustReferences(ReferenceChangeTracker) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
Adjust references at the end of a successful XML import.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeDefinitionImpl
assertChildNodeEntries(NodeState) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
Asserts that the NodeEntry of the given parent state has it's child node entries loaded.

B

bestEffort() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 

C

CacheBehaviour - Class in org.apache.jackrabbit.jcr2spi.config
CacheBehaviour defines constants for the various cache maintenance strategies.
canAccess(String) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
Determines whether the subject of the current context is granted access to the given workspace.
canAccess(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
canAddChildNode(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
canAddChildNode(String, String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
canAddMixin(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
cancelMerge(Version) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
canRead(ItemState) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
Returns true if the existing item with the given ItemId can be read.
canRead(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
canRemove(ItemState) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
Returns true if the existing item state can be removed.
canRemove(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
canRemoveItem(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
canSetProperty(String, Value) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
ChangeLog - Class in org.apache.jackrabbit.jcr2spi.state
Registers changes made to states and references and consolidates empty changes.
characters(char[], int, int) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
characters(char[], int, int) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
CHECK_ACCESS - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
option for ItemStateValidator.checkAddNode(org.apache.jackrabbit.jcr2spi.state.NodeState, org.apache.jackrabbit.spi.Name, org.apache.jackrabbit.spi.Name, int) and ItemStateValidator.checkRemoveItem(org.apache.jackrabbit.jcr2spi.state.ItemState, int) methods:

check access rights

CHECK_ALL - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
 
CHECK_COLLISION - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
option for ItemStateValidator.checkRemoveItem(org.apache.jackrabbit.jcr2spi.state.ItemState, int) method:

check that target node is not being referenced

CHECK_CONSTRAINTS - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
option for ItemStateValidator.checkAddNode(org.apache.jackrabbit.jcr2spi.state.NodeState, org.apache.jackrabbit.spi.Name, org.apache.jackrabbit.spi.Name, int) and ItemStateValidator.checkRemoveItem(org.apache.jackrabbit.jcr2spi.state.ItemState, int) methods:

check constraints defined in node type

CHECK_LOCK - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
option for ItemStateValidator.checkAddNode(org.apache.jackrabbit.jcr2spi.state.NodeState, org.apache.jackrabbit.spi.Name, org.apache.jackrabbit.spi.Name, int) and ItemStateValidator.checkRemoveItem(org.apache.jackrabbit.jcr2spi.state.ItemState, int) methods:

check lock status

CHECK_NONE - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
 
CHECK_VERSIONING - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
option for ItemStateValidator.checkAddNode(org.apache.jackrabbit.jcr2spi.state.NodeState, org.apache.jackrabbit.spi.Name, org.apache.jackrabbit.spi.Name, int) and ItemStateValidator.checkRemoveItem(org.apache.jackrabbit.jcr2spi.state.ItemState, int) methods:

check checked-out status

checkAddNode(NodeState, Name, Name, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
Checks if adding a child node called nodeName of node type nodeTypeName to the given parent node is allowed in the current context.
checkAddNodeConstraints(Name, ItemDefinitionProvider) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
checkAddNodeConstraints(Name, Name, ItemDefinitionProvider) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
checkAddNodeConstraints(Name, ItemDefinitionProvider) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
checkAddNodeConstraints(Name, Name, ItemDefinitionProvider) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
checkAddProperty(NodeState, Name, QPropertyDefinition, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
 
checkin() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
Checkin - Class in org.apache.jackrabbit.jcr2spi.operation
Checkin...
checkin(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
checkin(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
checkin(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
checkIsCheckedOut(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
checkIsCheckedOut(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
checkIsCheckedOut(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
checkIsWritable() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
Checks if the repository supports level 2 (writing) and the status of this item.
checkIsWritable(NodeState, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
 
checkIsWritable() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
checkIsWritable() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
Always throws ConstraintViolationException since the version storage is protected.
checkLock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
checkLock(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Check whether the given node state is locked by somebody else than the current session.
checkLock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
checkout() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
Checkout - Class in org.apache.jackrabbit.jcr2spi.operation
Checkout...
checkout(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
checkout(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
checkout(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
checkPermission(String, String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
checkQueryStatement(String, String, Map) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Checks if the query statement is valid.
checkRemoveItem(ItemState, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
Checks if removing the given target state is allowed in the current context.
checkRemoveItemConstraints(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
checkRemoveItemConstraints(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
checkSetProperty(PropertyState, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
 
checkStatus() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
Performs a sanity check on this item and the associated session.
ChildNodeEntries - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
ChildNodeEntries represents a collection of NodeEntrys that also maintains the index values of same-name siblings on insertion and removal.
ChildPropertyEntries - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
ChildPropertyEntries...
ChildPropertyEntriesImpl - Class in org.apache.jackrabbit.jcr2spi.hierarchy
ChildPropertyEntriesImpl...
clear() - Method in interface org.apache.jackrabbit.jcr2spi.ItemCache
Clear all entries in the ItemCache and free resources.
clear() - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
 
clear() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Clears the cache.
clear() - Method in class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
Resets all internal state.
clone() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
Clone - Class in org.apache.jackrabbit.jcr2spi.operation
Clone...
clone(String, String, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
complete(Operation) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Clean up this entry upon Operation.undo() or Operation.persisted().
complete(Operation) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
complete(Operation) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntryImpl
 
contains(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Returns true if a property entry with the given name exists.
contains(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
contains(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Checks if the effective node type for the given key exists.
contains(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache.Key
Checks if the otherKey is contained in this one.
Copy - Class in org.apache.jackrabbit.jcr2spi.operation
Copy...
copy(String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
copy(String, String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
create(NodeTypeStorage, NamespaceRegistry) - Static method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
Create a new NodeTypeRegistry
create(NodeState, NodeState, Name, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
 
create(NodeState, Name, Name, String) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
create(NodeState, Name, int, QPropertyDefinition, QValue[]) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
create(NodeState, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
 
create(NodeState, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
 
create(Path, Path, String, boolean, ManagerProvider, ManagerProvider) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Clone
 
create(Path, Path, String, ManagerProvider, ManagerProvider) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Copy
 
create(NodeState, boolean, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
create(NodeState, boolean, boolean, long, String) - Static method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
create(NodeState) - Static method in class org.apache.jackrabbit.jcr2spi.operation.LockRefresh
 
create(NodeState) - Static method in class org.apache.jackrabbit.jcr2spi.operation.LockRelease
 
create(NodeState, String, boolean, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 
create(Path, Path, HierarchyManager, PathResolver, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
create(ItemState) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
create(NodeState, NodeState, Name) - Static method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
 
create(NodeState, NodeState, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.RemoveVersion
 
create(NodeState, Path.Element, Path.Element) - Static method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
create(NodeState, NodeId[], NodeId[], boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
 
create(NodeState, Path, NodeState, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Restore
 
create(NodeState[], boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Restore
 
create(NodeState, Name[]) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
create(PropertyState, QValue[], int) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
create(NodeState, String) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Update
 
create(NodeState, InputStream, int) - Static method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
 
create(RepositoryConfig) - Static method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
 
created(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
Nothing to do.
created(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
created(ItemState) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateCreationListener
 
created(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
created(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientItemStateManager
 
createDeepNodeState(NodeId, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Tries to retrieve the NodeState with the given NodeId and if the state exists, fills in the NodeEntries missing between the last known NodeEntry marked by anyParent.
createDeepNodeState(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createDeepNodeState(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
 
createDeepPropertyState(PropertyId, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Tries to retrieve the PropertyState with the given PropertyId and if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked by anyParent.
createDeepPropertyState(PropertyId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createDeepPropertyState(PropertyId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
 
createEventFilter(int, Path, boolean, String[], Name[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Creates an event filter based on the parameters available in ObservationManager.addEventListener(javax.jcr.observation.EventListener, int, java.lang.String, boolean, java.lang.String[], java.lang.String[], boolean).
createItemManager(HierarchyManager) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
createLockManager(WorkspaceManager, ItemManager) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
Create the LockManager.
createManager(RepositoryService, SessionInfo, CacheBehaviour, int) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
Create the workspace state manager.
createNewNodeState(NodeEntry, Name, QNodeDefinition) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createNewNodeState(NodeEntry, Name, QNodeDefinition) - Method in interface org.apache.jackrabbit.jcr2spi.state.TransientItemStateFactory
Creates a transient child NodeState with the given name.
createNewPropertyState(PropertyEntry, QPropertyDefinition, QValue[], int) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createNewPropertyState(PropertyEntry, QPropertyDefinition, QValue[], int) - Method in interface org.apache.jackrabbit.jcr2spi.state.TransientItemStateFactory
Creates a transient PropertyState.
createNodeEntry(NodeEntry, Name, String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
createNodeState(NodeId, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Creates the child NodeState with the given nodeId.
createNodeState(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createNodeState(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
Creates the node with information retrieved from the RepositoryService.
createObservationManager(NamePathResolver, NodeTypeRegistry) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
Create the ObservationManager.
createPropertyEntry(NodeEntry, Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
createPropertyState(PropertyId, PropertyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Creates the PropertyState with the given propertyId.
createPropertyState(PropertyId, PropertyEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createPropertyState(PropertyId, PropertyEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
Creates the PropertyState with information retrieved from the RepositoryService.
createQuery(String, String) - Method in class org.apache.jackrabbit.jcr2spi.query.QueryManagerImpl
 
createRootEntry() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
createRootState(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
 
createRootState(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
createRootState(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
 
createSessionItemStateManager(UpdatableItemStateManager, ItemStateFactory) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
createVersionManager(WorkspaceManager) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
Create the VersionManager.
createWorkspaceInstance(RepositoryConfig, SessionInfo) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 

D

DefaultLockManager - Class in org.apache.jackrabbit.jcr2spi.lock
DefaultLockManager...
DefaultLockManager() - Constructor for class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
DefaultVersionManager - Class in org.apache.jackrabbit.jcr2spi.version
DefaultVersionManager...
DefaultVersionManager() - Constructor for class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
denotesNode() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
True if this HierarchyEntry would resolve to a NodeState.
denotesNode() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
Returns true.
denotesNode() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntryImpl
Returns false.
dispose() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Dispose this HierarchyManager
dispose() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
dispose() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
 
dispose() - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
Disposes this ItemManager and frees resources.
dispose() - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
dispose() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
Clears all caches.
dispose() - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemState.MergeResult
Dispose this MergeResult and release all internal resources that are not needed any more.
dispose() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState.SimpleMergeResult
 
dispose() - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
Disposes this UpdatableItemStateManager and frees resources.
dispose() - Method in interface org.apache.jackrabbit.jcr2spi.state.UpdatableItemStateManager
Disposes this UpdatableItemStateManager and frees resources.
dispose() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Dispose this WorkspaceManager
doneMerge(Version) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
dump(PrintStream) - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
 
dump(PrintStream) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
dump(PrintStream) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Dumps the state of this instance in a human readable format for diagnostic purposes.
dump(PrintStream) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
Dumps the state of this instance in a human readable format for diagnostic purposes.
dump(PrintStream) - Method in interface org.apache.jackrabbit.jcr2spi.util.Dumpable
Dumps the state of this instance in a human readable format for diagnostic purposes.
Dumpable - Interface in org.apache.jackrabbit.jcr2spi.util
Utility interface for internal use.

E

EffectiveNodeType - Interface in org.apache.jackrabbit.jcr2spi.nodetype
EffectiveNodeType...
EffectiveNodeTypeCache - Interface in org.apache.jackrabbit.jcr2spi.nodetype
EffectiveNodeTypeCache defines the interface for a cache for effective node types.
EffectiveNodeTypeCache.Key - Interface in org.apache.jackrabbit.jcr2spi.nodetype
An ENTKey uniquely identifies a combination (i.e. an aggregation) of one or more node types.
EffectiveNodeTypeImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
An EffectiveNodeType represents one or more NodeTypes as one 'effective' node type where inheritance is resolved.
EffectiveNodeTypeProvider - Interface in org.apache.jackrabbit.jcr2spi.nodetype
EffectiveNodeTypeProvider...
end() - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer
 
end() - Method in class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
endDocument() - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
endDocument() - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
endElement(String, String, String) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
endElement(String, String, String) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
endNode(Importer.NodeInfo) - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer
 
endNode(Importer.NodeInfo) - Method in class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
endPrefixMapping(String) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
endPrefixMapping(String) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
entryCreated(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory.NodeEntryListener
 
entryCreated(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
 
EntryFactory - Class in org.apache.jackrabbit.jcr2spi.hierarchy
EntryFactory...
EntryFactory(TransientItemStateFactory, IdFactory, EntryFactory.NodeEntryListener, PathFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
Create a new instance of the EntryFactory.
EntryFactory.NodeEntryListener - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
 
error(SAXParseException) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
execute() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
 
execute(Operation) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
Executes the given operation and modifies the affected item states accordingly.
execute(ChangeLog) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
Executes the operations passed with the given change log and modifies the affected item states accordingly.
execute(Operation) - Method in interface org.apache.jackrabbit.jcr2spi.state.UpdatableItemStateManager
Executes the given operation and modifies the affected item states accordingly.
execute(ChangeLog) - Method in interface org.apache.jackrabbit.jcr2spi.state.UpdatableItemStateManager
Executes the operations passed with the given change log and modifies the affected item states accordingly.
execute(Operation) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Creates a new batch from the single workspace operation and executes it.
execute(ChangeLog) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Creates a new batch from the given ChangeLog and executes it.
executeQuery(String, String, Map) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
EXISTING - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
'existing', i.e. persistent state
EXISTING_MODIFIED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
'existing', i.e. persistent state that has been transiently modified (copy-on-write)
EXISTING_REMOVED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
'existing', i.e. persistent state that has been transiently removed (copy-on-write)

F

fatalError(SAXParseException) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
findBest(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Searches the best key k for which the given key is a super set, i.e. for which EffectiveNodeTypeCache.contains(Key)} returns true.

G

get(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Returns a List of NodeEntrys for the given nodeName.
get(Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Returns the NodeEntry with the given nodeName and index.
get(Name, String) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Return the NodeEntry that matches the given nodeName and uniqueID or null if no matching entry can be found.
get(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Return the PropertyEntry with the given Name or null.
get(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
get(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Returns the effective node type for the given key or null if the desired node type is not cached.
getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getAccessManager() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getAccessManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getAccessManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getAddedStates() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
getAffectedItemStates() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
 
getAffectedItemStates() - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
A collection of ItemStates that are affected by this operation.
getAffectedStates() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
 
getAllDefinitions(NodeTypeStorage) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
Returns an Iterator over all node type definitions registered.
getAllDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeStorage
Returns an Iterator over all node type definitions registered.
getAllNodeTypeNames() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
TODO: clarify usage In case the status of the given node state is not Status.EXISTING the transiently added mixin types are taken into account as well.
getAllNodeTypes() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getAllNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getAllNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
getAllQNodeDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getAllQNodeDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getAllQPropertyDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getAllQPropertyDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getAllVersions() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getAncestor(int) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
getAttribute(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
Always returns null.
getAttributeNames() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
Always returns an empty String array.
getAutoCreateQNodeDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getAutoCreateQNodeDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getAutoCreateQPropertyDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getAutoCreateQPropertyDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getBaseVersion() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getBeforeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
getBeforeNode() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
getBoolean() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getCacheBehaviour() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
 
getChildNodeDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getChildNodeInfos(NodeId) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Returns an Iterator over ChildInfos for the given NodeState.
getChildNodeInfos(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
getChildNodeInfos(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
 
getChildNodes(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
getChildNodes(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
getChildNodeState(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Utility Returns the child NodeState with the specified name and index.
getChildProperties(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
getChildProperties(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
getContainingHistory() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
 
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getCreated() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
 
getDate() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getDeclaredChildNodeDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getDeclaredPropertyDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getDeclaredSupertypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getDeepNodeEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Traverse the tree below this entry and return the child entry matching the given path.
getDeepNodeEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getDeepPropertyEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Traverse the tree below this entry and return the child entry matching the given path.
getDeepPropertyEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getDefaultPrimaryType() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeDefinitionImpl
getDefaultValues() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.PropertyDefinitionImpl
getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns the definition defined for this node state.
getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Returns the definition defined for this property state.
getDefinitions(NodeTypeStorage, Name[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
Returns the QNodeTypeDefinitions for the given node type names.
getDefinitions(Name[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeStorage
Returns the QNodeTypeDefinitions for the given node type names.
getDepth(HierarchyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Returns the depth of the specified item.
getDepth(HierarchyEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getDepth() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
getDescriptor(String) - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
 
getDescriptorKeys() - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
 
getDestinationName() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
 
getDestinationName() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
getDestinationParentId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
 
getDestinationParentId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
getDestinationParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
getDouble() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getEffectiveNodeType(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
Build the EffectiveNodeType from the given qualified NodeType name.
getEffectiveNodeType(Name[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
Build the EffectiveNodeType from the given qualified NodeType names.
getEffectiveNodeType(Name[], Map) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
 
getEffectiveNodeType(QNodeTypeDefinition, Map) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
Builds an effective node type representation from the given node type definition.
getEffectiveNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
getEffectiveNodeType(Name[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
getEffectiveNodeType(Name[], Map) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
getEffectiveNodeType(QNodeTypeDefinition, Map) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
getEffectiveNodeTypeProvider() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getEffectiveNodeTypeProvider() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getEffectiveNodeTypeProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getEffectiveNodeTypeProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getEventFilters() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEventListener
 
getEventFilters() - Method in interface org.apache.jackrabbit.jcr2spi.observation.InternalEventListener
Returns a collection of event filters which is in use by this event listener.
getEventFilters() - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
 
getFailedIds() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 
getHierarchyEntry() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
The HierarchyEntry corresponding to this ItemState.
getHierarchyManager() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getHierarchyManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getHierarchyManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getHierarchyManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getId() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
 
getId() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getId() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntry
 
getId() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntryImpl
 
getId() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Utility method: Returns the identifier of this item state.
getId() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Utility method: Returns the identifier of this item state.
getId() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Utility method: Returns the identifier of this item state.
getIdFactory() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
getIdFactory() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getIdFactory() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getIndex() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
 
getIndex() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getIndex() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getInheritedNodeTypes() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getInheritedNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getInsertId() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
getInsertNode() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
getInstance(RepositoryService, String) - Static method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
 
getItem(ItemState) - Method in interface org.apache.jackrabbit.jcr2spi.ItemCache
Returns the cached Item that belongs to the given ItemState or null if the cache does not contain that Item.
getItem(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
 
getItem(HierarchyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
getItem(HierarchyEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
getItem(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getItemCacheSize() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
 
getItemDefinitionProvider() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getItemDefinitionProvider() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getItemDefinitionProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getItemDefinitionProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getItemManager() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
Returns the ItemManager associated with this item's Session.
getItemState() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
If this HierarchyEntry has already been resolved before (see HierarchyEntry.isAvailable()), that ItemState is returned.
getItemState() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
Returns the item-state associated with this Item.
getItemStateFactory() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
getItemStateFactory() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getJcrValueFactory() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
Same as Session.getValueFactory() but omits the check, if this repository is really level 2 compliant.
getJcrValueFactory() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getJcrValueFactory() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getKey(Name[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Returns a key for an effective node type that consists of the given node type names.
getLabel() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
 
getLabel() - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
 
getLanguage() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
 
getLength() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getLengths() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getListeners() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Unmodifiable iterator over the listeners present on this item state.
getLock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
getLock(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Returns the Lock object that applies to a node.
getLock(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
getLock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
If the session created a lock on the node with the given state, we already know the lock.
getLock() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getLockInfo() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
getLockInfo(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getLockManager() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
Returns the AccessManager associated with this ManagerProvider.
getLockManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getLockManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
getLockTokens() - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
 
getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
Returns the lock tokens present on the SessionInfo this manager has been created with.
getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getLong() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getMandatoryQNodeDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getMandatoryQNodeDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getMandatoryQPropertyDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getMandatoryQPropertyDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getMappedReference(QValue, QValueFactory) - Method in class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
Returns the new UUID to which oldUUID has been mapped or null if no such mapping exists.
getMergedNodeTypes() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getMergedNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getMergeFailedIds() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
 
getMixinNames() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
getMixinNames(PropertyState) - Static method in class org.apache.jackrabbit.jcr2spi.util.StateUtility
 
getMixinNames() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
 
getMixinNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getMixinNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
getMixinTypeNames() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns the names of this node's mixin types.
getName() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
Returns the name of the class
getName() - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
Returns the name of this operation.
getName() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Utility method: Returns the name of this state.
getName(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
 
getName() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
 
getNamedQNodeDefinitions(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getNamedQNodeDefinitions(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getNamedQPropertyDefinitions(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getNamedQPropertyDefinitions(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getNameFactory() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getNameFactory() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getNamePathResolver() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getNamePathResolver() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getNamePathResolver() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getNameResolver() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getNameResolver() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getNameResolver() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getNames() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache.Key
Returns the node type names of this key.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getNamespaceRegistryImpl() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getNamespaceResolver() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getNamespaceResolver() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getNamespaceResolver() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getNewStatus(int, int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
Returns the given newStatusHint unless the new status collides with a pending modification or removal which results in a stale item state.
getNewVersionId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
 
getNode(Path) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
getNode(Path) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
getNode(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getNode() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getNodeByUUID(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getNodeDefinition(QNodeDefinition) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Retrieve the NodeDefinition for the given QNodeDefinition.
getNodeEntries() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns a unmodifiable iterator of NodeEntry objects denoting the the valid child NodeEntries present on this NodeEntry.
getNodeEntries(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns a unmodifiable List of NodeEntrys with the specified name.
getNodeEntries() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getNodeEntries(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getNodeEntry(NodeId) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Resolves a itemId into a HierarchyEntry.
getNodeEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Resolves a path into a NodeEntry.
getNodeEntry(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getNodeEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getNodeEntry(Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns the valid NodeEntry with the specified name and index or null if there's no matching entry.
getNodeEntry(Name, int, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns the valid NodeEntry with the specified name and index or null if there's no matching entry.
getNodeEntry(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getNodeEntry(Name, int, boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getNodeEntry() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockRefresh
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockRelease
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Restore
Returns id of state or the closest existing state of the restore target or null in case of a Workspace.restore(Version[], boolean)
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Update
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
 
getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns the id of this node state.
getNodeName() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
getNodeReferences(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Returns the identifiers of all reference properties that point to the given node.
getNodeReferences() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns the identifiers of all reference properties that point to this node.
getNodeReferences(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
getNodeReferences(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
 
getNodes() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getNodes(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getNodeState(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Retrieves the NodeEntry corresponding to the given path and resolves it to the underlying NodeState.
getNodeState(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getNodeState() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
 
getNodeState() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getNodeState(Path, HierarchyManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
 
getNodeState() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
getNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
 
getNodeType(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
getNodeTypeDefinition(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Returns the node type definition of the node type with the given name.
getNodeTypeDefinition(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
getNodeTypeManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getNodeTypeName() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
getNodeTypeName() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns the name of this node's node type.
getNodeTypeName() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
 
getNodeTypeNames() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Return all nodetype names that are defined to this NodeState including the primary nodetype and the mixins.
getNodeTypeRegistry() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl.Factory
 
getObservationManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getOperations() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
 
getOrAddNodeEntry(Name, int, String) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Adds a child NodeEntry to this entry if it not yet present with this node entry.
getOrAddNodeEntry(Name, int, String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getOrAddPropertyEntry(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Add an existing PropertyEntry with the given name if it is not yet contained in this NodeEntry.
getOrAddPropertyEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getOwnerHint() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
getParent() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Returns the NodeEntry being parent to this HierarchyEntry.
getParent() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
getParent() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Utility method: Shortcut for calling 'getParent().getNodeState()' on the hierarchy entry.
getParentId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
getParentId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
getParentId() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
getParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
getParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
getParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
getParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
getPath() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
 
getPath() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
getPathFactory() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
getPathFactory() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getPathResolver() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getPathResolver() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getPathResolver() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getPollTimeout() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
Specifies an interval used for polling the RepositoryService for changes.
getPosition() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
getPosition() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Returns the current position in this NodeIterator.
getPredecessorIds() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
 
getPredecessors() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
 
getPrefix(String) - Method in class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
 
getPrefix(String) - Method in interface org.apache.jackrabbit.jcr2spi.NamespaceStorage
 
getPrefix(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getPrefix(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getPrefixes() - Method in class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
 
getPrimaryItem() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getPrimaryItemName() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getPrimaryNodeType() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
getProperties() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getProperties(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getProperty(Path) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
getProperty(Path) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
getProperty(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getProperty(Name) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getPropertyDefinition(QPropertyDefinition) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Retrieve the PropertyDefinition for the given QPropertyDefinition.
getPropertyDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getPropertyEntries() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Returns an unmodifiable collection containing all PropertyEntry objects present.
getPropertyEntries() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
getPropertyEntries() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns an unmodifiable Iterator over those children that represent valid PropertyEntries.
getPropertyEntries() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getPropertyEntry(PropertyId) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Resolves a propertyId into a PropertyEntry.
getPropertyEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Resolves a path into a PropertyEntry.
getPropertyEntry(PropertyId) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getPropertyEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getPropertyEntry(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns the valid PropertyEntry with the specified name or null if no matching entry exists.
getPropertyEntry(Name, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns the valid PropertyEntry with the specified name or null if no matching entry exists.
getPropertyEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getPropertyEntry(Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
Ignores the loadIfNotFound flag due to the fact, that NodeInfo.getPropertyIds() returns the complete list of property names currently available.
getPropertyId() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
getPropertyName() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
getPropertyNames() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Returns an unmodifiable collection containing all existing property names.
getPropertyNames() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
getPropertyState(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Retrieves the PropertyEntry corresponding to the given path and resolves it to the underlying PropertyState.
getPropertyState(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getPropertyState() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntry
 
getPropertyState() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntryImpl
 
getPropertyState() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
getPropertyState(Name) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Utility method that returns the property state with the given name or throws an ItemNotFoundException if no matching, valid property could be found.
getPropertyType() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
getQNodeDefinition(Name[], Name, Name, NodeId) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the QNodeDefinition for the specified node state.
getQNodeDefinition(Name[], Name, Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the applicable child node definition for a child node with the specified name and node type.
getQNodeDefinition(EffectiveNodeType, Name, Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the applicable child node definition for a child node with the specified name and node type.
getQNodeDefinition(Name[], Name, Name, NodeId) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQNodeDefinition(Name[], Name, Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQNodeDefinition(EffectiveNodeType, Name, Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQPath() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Utility method: Returns the qualified path of this item state.
getQPropertyDefinition(Name[], Name, int, boolean, PropertyId) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the QPropertyDefinition for the specified parameters.
getQPropertyDefinition(Name, Name, int, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.
getQPropertyDefinition(Name[], Name, int, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.
getQPropertyDefinition(Name[], Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the applicable property definition for a property with the specified name and type.
getQPropertyDefinition(Name[], Name, int, boolean, PropertyId) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQPropertyDefinition(Name, Name, int, boolean) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQPropertyDefinition(Name[], Name, int, boolean) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQPropertyDefinition(Name[], Name, int) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getQuery(Node) - Method in class org.apache.jackrabbit.jcr2spi.query.QueryManagerImpl
 
getQueryManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getQValueFactory() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
 
getQValueFactory() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getQValueFactory() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getReference() - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
 
getReferences() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getReferences() - Method in class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
 
getRegisteredEventListeners() - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
 
getRegisteredNamespaces() - Method in interface org.apache.jackrabbit.jcr2spi.NamespaceStorage
 
getRegisteredNamespaces() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getRegisteredNodeTypes() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Returns the names of all registered node types.
getRegisteredNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
getRelativeDepth(NodeEntry, HierarchyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Returns the depth of the specified descendant relative to the given ancestor.
getRelativeDepth(NodeEntry, HierarchyEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getRelativePath() - Method in class org.apache.jackrabbit.jcr2spi.operation.Restore
Relative qualified path to the non-existing restore target or null if the state returned by #getNodeState() is the target.
getRemoveId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
getRemoveId() - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveVersion
 
getRemoveState() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
getRepository() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getRepositoryService() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
 
getRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeDefinitionImpl
getRequiredType() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.PropertyDefinitionImpl
getRootEntry() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
 
getRootEntry() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
getRootNode() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getRootNodeDefinition() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
Returns the QNodeDefinition for the root node.
getRootNodeDefinition() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
getRootVersion() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getScore() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Returns the score of the node returned by NodeIteratorImpl.nextNode().
getScore() - Method in interface org.apache.jackrabbit.jcr2spi.query.ScoreNodeIterator
Returns the score of the node returned by NodeIterator.nextNode().
getSession() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
getSession() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getSize() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
Returns the number of Items in this iterator or -1 if the size is unkown.
getSize() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Returns the number of nodes in this iterator.
getSourceId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
getSourceParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
getSourceState() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
getSourceWorkspaceName() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 
getSourceWorkspaceName() - Method in class org.apache.jackrabbit.jcr2spi.operation.Update
 
getStatement() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
 
getStatus() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
If this HierarchyEntry provides an underlying ItemState this method returns the status of that state, otherwise it returns Status._UNDEFINED_.
getStatus() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
 
getStatus() - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
Returns the status of this operation.
getStatus() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Returns the status of this item.
getStoredQueryPath() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
 
getStream() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getString() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getSuccessors() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
 
getSupertypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryManagerImpl
 
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getTarget() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
 
getTimeoutHint() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
getType() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getType() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Returns the type of the property value(s).
getType() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
 
getUniqueID() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
 
getUniqueID() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getUniqueID() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
 
getUniquePrefix(String) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
Returns a prefix that is unique among the already registered prefixes.
getUnnamedQNodeDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getUnnamedQNodeDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getUnnamedQPropertyDefinitions() - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
 
getUnnamedQPropertyDefinitions() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
getURI(String) - Method in class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
 
getURI(String) - Method in interface org.apache.jackrabbit.jcr2spi.NamespaceStorage
 
getURI(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getURI(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getURIs() - Method in class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
 
getUserID() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getUUID() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getUuid() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
getUUID() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
 
getUuidBehaviour() - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
 
getValidator() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getValue() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getValue() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Convenience method for single valued property states.
getValueConstraints() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.PropertyDefinitionImpl
getValueFactory() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getValues() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
getValues() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
getValues() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
getValues() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Returns the value(s) of this property.
getValues() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
 
getValueType() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
getVersion(String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getVersionableNodeEntry(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
getVersionableNodeEntry(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
getVersionableNodeEntry(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
getVersionableUUID() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getVersionByLabel(String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getVersionHistory() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
getVersionHistoryEntry(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
getVersionHistoryEntry(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
getVersionHistoryEntry(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
getVersionHistoryId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
 
getVersionHistoryId() - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
 
getVersionId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
 
getVersionId() - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
 
getVersionIds() - Method in class org.apache.jackrabbit.jcr2spi.operation.Restore
 
getVersionLabels() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getVersionLabels(Version) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
getVersionManager() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
Returns the VersionManager associated with this ManagerProvider.
getVersionManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getVersionManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
getWorkspace() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
getWorkspaceId() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.
getWorkspaceId() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
getWorkspaceId() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntry
Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.
getWorkspaceId() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntryImpl
 
getWorkspaceId() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Utility method: Returns the identifier of this item state.
getWorkspaceId() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Utility method: Returns the identifier of this item state.
getWorkspaceId() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Utility method: Returns the identifier of this item state.
getWorkspaceName() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
 
getWorkspaceNames() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
getWorkspacePath() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
 
getXAResource() - Method in interface org.apache.jackrabbit.jcr2spi.XASession
Retrieves an XAResource object that the transaction manager will use to manage this XASession object's participation in a distributed transaction.
getXAResource() - Method in class org.apache.jackrabbit.jcr2spi.XASessionImpl
 
getXmlStream() - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
 

H

hasChildNodeEntry(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Utility Determines if there is a valid NodeEntry with the specified name and index.
hasChildNodes(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
hasChildNodes(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
hasChildProperties(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
 
hasChildProperties(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
hasDefinition() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns true if the definition of this state has already been calculated.
hasNext() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
hasNext() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Returns true if there is another Node available; false otherwise.
hasNode(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
hasNodeEntry(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Determines if there is a valid NodeEntry with the specified nodeName.
hasNodeEntry(Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Determines if there is a valid NodeEntry with the specified name and index.
hasNodeEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
hasNodeEntry(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
hasNodes() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
hasNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
 
hasOrderableChildNodes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
hasPendingChanges() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
hasPendingChanges() - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
hasProperties() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
hasProperty(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
hasPropertyEntry(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Determines if there is a property entry with the specified Name.
hasPropertyEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
hasPropertyName(Name) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Utility
hasVersionLabel(String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
hasVersionLabel(Version, String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
HierarchyEntry - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
HierarchyEntry...
HierarchyEventListener - Class in org.apache.jackrabbit.jcr2spi.hierarchy
HierarchyEventListener...
HierarchyEventListener(WorkspaceManager, HierarchyManager, CacheBehaviour) - Constructor for class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEventListener
 
HierarchyManager - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
HierarchyManager...
HierarchyManagerImpl - Class in org.apache.jackrabbit.jcr2spi.hierarchy
HierarchyManagerImpl implements the HierarchyManager interface.
HierarchyManagerImpl(TransientItemStateFactory, IdFactory, PathFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
holdsLock(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
holdsLock() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
impersonate(Credentials) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
IMPERSONATOR_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.SecurityConstants
Name of the internal SimpleCredentials attribute where the Subject of the impersonating Session is stored.
Importer - Interface in org.apache.jackrabbit.jcr2spi.xml
The Importer interface ...
Importer.NodeInfo - Class in org.apache.jackrabbit.jcr2spi.xml
 
Importer.NodeInfo(Name, Name, Name[], String) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
 
Importer.PropInfo - Class in org.apache.jackrabbit.jcr2spi.xml
 
Importer.PropInfo(Name, int, Importer.TextValue[]) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
 
Importer.TextValue - Interface in org.apache.jackrabbit.jcr2spi.xml
TextValue represents a serialized property value read from a System or Document View XML document.
ImportHandler - Class in org.apache.jackrabbit.jcr2spi.xml
An ImportHandler instance can be used to import serialized data in System View XML or Document View XML.
ImportHandler(Importer, NamespaceResolver, NamespaceRegistry, NameFactory, PathFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
 
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
includesNodeType(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
Determines whether this effective node type representation includes (either through inheritance or aggregation) the given node type.
includesNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
includesNodeTypes(Name[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
Determines whether this effective node type representation includes (either through inheritance or aggregation) all of the given node types.
includesNodeTypes(Name[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 
InternalEventListener - Interface in org.apache.jackrabbit.jcr2spi.observation
InternalEventListener receives changes as a result of a local or an external modification.
INVALIDATE - Static variable in class org.apache.jackrabbit.jcr2spi.config.CacheBehaviour
Cache maintenance is done by invalidating affected items of an operation and forcing the jcr2spi implementation to reload the item states when they are accessed next time.
invalidate() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Mark ChildNodeEntries in order to force reloading the entries.
invalidate(boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Invalidates the underlying ItemState if available and if it is not transiently modified.
invalidate(boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
invalidate(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Removes all effective node types that are aggregated with the node type of the given name.
INVALIDATED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
A state once read from persistent storage has been set to invalid.
isAvailable() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Returns true if the referenced ItemState is available.
isCheckedOut() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
isCheckedOut(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
isCheckedOut(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
isCheckedOut(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
Search nearest ancestor that is versionable.
isComplete() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
 
isDeep() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
isEmpty() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
 
isGranted(NodeState, Path, String[]) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
Determines whether the specified permissions are granted on the item with the specified path.
isGranted(ItemState, String[]) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
Determines whether the specified permissions are granted on the item with the specified path.
isGranted(NodeState, Path, String[]) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
isGranted(ItemState, String[]) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
isLive() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
isLocked(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
isLocked(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Returns true if this node is locked either as a result of a lock held by this node or by a deep lock on a node above this node; otherwise returns false.
isLocked(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
isLocked(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
isLocked() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
isMixin() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
isModified() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
isMovedState(NodeState) - Static method in class org.apache.jackrabbit.jcr2spi.util.StateUtility
 
isMultiple() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.PropertyDefinitionImpl
isMultiValued() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
isMultiValued() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
isMultiValued() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Returns true if this property is multi-valued, otherwise false.
isNew() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
isNode() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
isNode() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
Returns true
isNode() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
Returns false
isNode() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Utility method: Determines if this item state represents a node.
isNode() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Determines if this item state represents a node.
isNode() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
Always returns false.
isNodeType(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
isNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
Test if this nodetype equals or is directly or indirectly derived from the node type with the specified nodeTypeName, without checking of a node type of that name really exists.
isNodeType(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
 
isRegistered(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
 
isRegistered(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
isRemoveExisting() - Method in class org.apache.jackrabbit.jcr2spi.operation.Clone
 
isRoot() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Returns true, if this NodeState represent the root node.
isSame(Item) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
isSame(Item) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
isSame(Item) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
 
isSessionScoped() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
isStale(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
Returns true if status is one of: Status.STALE_DESTROYED Status.STALE_MODIFIED
isTerminal(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
Returns true if the given status is a terminal status, i.e.
isTransient(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
Returns true if status is one of: Status.EXISTING_MODIFIED Status.EXISTING_REMOVED Status.NEW
isTransientlyMoved() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
 
isTransientlyMoved() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
isUuidOrMixin(Name) - Static method in class org.apache.jackrabbit.jcr2spi.util.StateUtility
 
isValid() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Returns true if this item state is valid and can be accessed.
isValid(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
Returns true if this item state is valid, that is its status is one of: Status.EXISTING Status.EXISTING_MODIFIED Status.NEW
isValidStatusChange(int, int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
Returns true, if the status of an item state can be changed from oldStatus to newStatus, and false if the change is illegal or if any of the given status flags is illegal.
isWritable() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
Returns true if the repository supports level 2 (writing).
isWritable() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
Always returns false
isWritable() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
Always returns false
ItemCache - Interface in org.apache.jackrabbit.jcr2spi
ItemCache...
ItemCacheImpl - Class in org.apache.jackrabbit.jcr2spi
ItemCacheImpl...
itemCreated(Item) - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
 
itemCreated(Item) - Method in interface org.apache.jackrabbit.jcr2spi.ItemLifeCycleListener
Called when an Item instance has been created.
ItemDefinitionProvider - Interface in org.apache.jackrabbit.jcr2spi.nodetype
ItemDefinitionManager...
ItemDefinitionProviderImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
ItemDefinitionManagerImpl...
ItemDefinitionProviderImpl(EffectiveNodeTypeProvider, RepositoryService, SessionInfo) - Constructor for class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
 
itemDestroyed(Item) - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
 
itemDestroyed(Item) - Method in interface org.apache.jackrabbit.jcr2spi.ItemLifeCycleListener
Called when an ItemImpl instance has been destroyed (i.e. it has been permanently rendered 'invalid').
itemExists(HierarchyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
Checks if the item for given HierarchyEntry exists.
itemExists(HierarchyEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
itemExists(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
ItemImpl - Class in org.apache.jackrabbit.jcr2spi
ItemImpl...
ItemImpl(SessionImpl, ItemState, ItemLifeCycleListener[]) - Constructor for class org.apache.jackrabbit.jcr2spi.ItemImpl
 
ItemLifeCycleListener - Interface in org.apache.jackrabbit.jcr2spi
The ItemLifeCycleListener interface allows an implementing object to be informed about changes on an Item instance.
ItemManager - Interface in org.apache.jackrabbit.jcr2spi
There's one ItemManager instance per Session instance.
ItemManagerImpl - Class in org.apache.jackrabbit.jcr2spi
ItemManagerImpl implements the ItemManager interface.
ItemState - Class in org.apache.jackrabbit.jcr2spi.state
ItemState represents the state of an Item.
ItemState(HierarchyEntry, ItemStateFactory, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.ItemState
Constructs an item state
ItemState(int, HierarchyEntry, ItemStateFactory, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.ItemState
Constructs an item state
ItemState.MergeResult - Interface in org.apache.jackrabbit.jcr2spi.state
A MergeResult represents the result of a ItemState.merge(ItemState, boolean) operation.
ItemState.SimpleMergeResult - Class in org.apache.jackrabbit.jcr2spi.state
A SimpleMergeResult is just a holder for a modification status.
ItemState.SimpleMergeResult(boolean) - Constructor for class org.apache.jackrabbit.jcr2spi.state.ItemState.SimpleMergeResult
 
ItemStateCreationListener - Interface in org.apache.jackrabbit.jcr2spi.state
ItemStateCreationListener...
ItemStateFactory - Interface in org.apache.jackrabbit.jcr2spi.state
ItemStateFactory provides methods to create child NodeStates and PropertyStates for a given NodeState.
ItemStateLifeCycleListener - Interface in org.apache.jackrabbit.jcr2spi.state
ItemStateLifeCycleListener allows an implementing class to get notifications about the life cycle of an item state.
ItemStateValidator - Class in org.apache.jackrabbit.jcr2spi.state
Utility class for validating an item state against constraints specified by its definition.
ItemStateValidator(ManagerProvider, PathFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
Creates a new ItemStateValidator instance.
itemUpdated(Item, boolean) - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
 
itemUpdated(Item, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.ItemLifeCycleListener
Called when an Item instance has been refreshed.
iterator() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Returns an unmodifiable iterator over all NodeEntry objects present in this ChildNodeEntries collection irrespective of their status.

L

LazyItemIterator - Class in org.apache.jackrabbit.jcr2spi
LazyItemIterator is an id-based iterator that instantiates the Items only when they are requested.
LazyItemIterator(ItemManager, Iterator) - Constructor for class org.apache.jackrabbit.jcr2spi.LazyItemIterator
Creates a new LazyItemIterator instance.
LazyItemIterator(ItemManager, HierarchyManager, Iterator) - Constructor for class org.apache.jackrabbit.jcr2spi.LazyItemIterator
Creates a new LazyItemIterator instance.
length() - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer.TextValue
Returns the length of the serialized value.
listeners - Variable in class org.apache.jackrabbit.jcr2spi.ItemImpl
Listeners (weak references)
lock(NodeState, boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
lock(NodeState, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
lock(NodeState, boolean, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Lock a node.
lock(NodeState, boolean, boolean, long, String) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Lock a node.
lock(String, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
lock(NodeState, boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
lock(NodeState, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
lock(boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
lock(boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
LockManager - Interface in org.apache.jackrabbit.jcr2spi.lock
Defines the functionality needed for locking and unlocking nodes.
LockManagerImpl - Class in org.apache.jackrabbit.jcr2spi.lock
LockManagerImpl...
LockManagerImpl(WorkspaceManager, ItemManager, CacheBehaviour, PathResolver) - Constructor for class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
LockOperation - Class in org.apache.jackrabbit.jcr2spi.operation
LockOperation...
LockRefresh - Class in org.apache.jackrabbit.jcr2spi.operation
LockRefresh...
LockRelease - Class in org.apache.jackrabbit.jcr2spi.operation
LockRelease...
loggedOut(Session) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
loggedOut(Session) - Method in interface org.apache.jackrabbit.jcr2spi.SessionListener
Called when a Session has been 'closed' by calling Session.logout()loggedOut(Session) - Method in class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
 
loggingOut(Session) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
loggingOut(Session) - Method in interface org.apache.jackrabbit.jcr2spi.SessionListener
Called when a Session is about to be 'closed' by calling Session.logout()loggingOut(Session) - Method in class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
 
login(Credentials, String) - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
 
logout() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
LogUtil - Class in org.apache.jackrabbit.jcr2spi.util
LogUtil...
LogUtil() - Constructor for class org.apache.jackrabbit.jcr2spi.util.LogUtil
 
lookup(ItemId) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Lookup of HierarchyEntry by its workspace Id that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.
lookup(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
Lookup of HierarchyEntry by its workspace path that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.
lookup(ItemId) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
lookup(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
lookup(String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
 
lookupDeepEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Traverse the tree below this entry and return the child entry matching the given 'workspacePath', i.e. transient modifications and new entries are ignored.
lookupDeepEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 

M

ManagerProvider - Interface in org.apache.jackrabbit.jcr2spi
ManagerProvider...
mappedUUIDs(String, String) - Method in class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
Store the given uuid mapping for later lookup using #adjustReferences(UpdatableItemStateManager, ItemStateValidator).
merge(String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
Merge - Class in org.apache.jackrabbit.jcr2spi.operation
Merge...
merge(ItemState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Merge all data from the given state into this state.
merge(ItemState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
 
merge(ItemState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
If keepChanges is true, this method only compares the existing values with the values from 'another' and returns true, if the underlying persistent state is different to the stored persistent values.
merge(NodeState, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
merge(NodeState, String, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
merge(NodeState, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
modified() - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemState.MergeResult
 
modified() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState.SimpleMergeResult
 
MODIFIED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
Temporary status used to mark a state, this is permanently modified either by saving transient changes, by workspace operations or by external modification.
move(Name, NodeEntry, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Moves this NodeEntry as new child entry of the NodeEntry identified by newParent and/or renames it to newName.
move(Name, NodeEntry, boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
Move - Class in org.apache.jackrabbit.jcr2spi.operation
Move...
move(String, String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
move(String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
moveLabel() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
 

N

NamespaceRegistryImpl - Class in org.apache.jackrabbit.jcr2spi
NamespaceRegistryImpl implements the JCR client facing NamespaceRegistry.
NamespaceRegistryImpl(NamespaceStorage) - Constructor for class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
Create a new NamespaceRegistryImpl.
NamespaceStorage - Interface in org.apache.jackrabbit.jcr2spi
NamespaceStorage...
NEW - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
'new' state
next() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
next() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Returns the next Node in the result set.
nextNode() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
nextNode() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Returns the next Node in the result set.
nextProperty() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
nextVersion() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
NodeDefinitionImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
This class implements the NodeDefinition interface.
NodeEntry - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
NodeEntry...
NodeEntryImpl - Class in org.apache.jackrabbit.jcr2spi.hierarchy
NodeEntryImpl implements common functionality for child node entry implementations.
nodeExists(Path) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
Checks if the node with the given path exists.
nodeExists(Path) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
NodeImpl - Class in org.apache.jackrabbit.jcr2spi
NodeImpl...
NodeImpl(SessionImpl, NodeState, ItemLifeCycleListener[]) - Constructor for class org.apache.jackrabbit.jcr2spi.NodeImpl
 
NodeIteratorImpl - Class in org.apache.jackrabbit.jcr2spi.query
Implements a NodeIterator returned by QueryResult.getNodes().
NodeIteratorImpl(ItemManager, HierarchyManager, QueryInfo) - Constructor for class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Creates a new NodeIteratorImpl instance.
NodeState - Class in org.apache.jackrabbit.jcr2spi.state
NodeState represents the state of a Node.
NodeState(NodeEntry, Name, Name[], ItemStateFactory, QNodeDefinition, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.NodeState
Constructs a NEW NodeState
NodeState(NodeEntry, NodeInfo, ItemStateFactory, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.NodeState
Constructs an EXISTING NodeState
NodeTypeCache - Class in org.apache.jackrabbit.jcr2spi.nodetype
NodeTypeCache implements a cache for QNodeTypeDefinitions on a userId basis.
NodeTypeImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
NodeTypeImpl ...
NodeTypeManagerImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
A NodeTypeManagerImpl implements a session dependant NodeTypeManager.
NodeTypeManagerImpl(NodeTypeRegistry, ManagerProvider, ValueFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Creates a new NodeTypeManagerImpl instance.
nodeTypeRegistered(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Called when a node type has been registered.
nodeTypeRegistered(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryListener
Called when a node type has been registered.
NodeTypeRegistry - Interface in org.apache.jackrabbit.jcr2spi.nodetype
NodeTypeRegistry...
NodeTypeRegistryImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
A NodeTypeRegistry ...
NodeTypeRegistryListener - Interface in org.apache.jackrabbit.jcr2spi.nodetype
The NodeTypeRegistryListener interface allows an implementing object to be informed about node type (un)registration.
nodeTypeReRegistered(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Called when a node type has been re-registered.
nodeTypeReRegistered(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryListener
Called when a node type has been re-registered.
NodeTypeStorage - Interface in org.apache.jackrabbit.jcr2spi.nodetype
NodeTypeStorage...
nodeTypeUnregistered(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
Called when a node type has been deregistered.
nodeTypeUnregistered(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryListener
Called when a node type has been deregistered.
notifyEntryCreated(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
notifyIdChange(NodeEntry, String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
 
nsContextStarted - Variable in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
this flag is used to determine whether a namespace context needs to be started in the startElement event or if the namespace context has already been started in a preceeding startPrefixMapping event; the flag is set per element in the first startPrefixMapping event and is cleared again in the following startElement event;

O

OBSERVATION - Static variable in class org.apache.jackrabbit.jcr2spi.config.CacheBehaviour
Cache maintenance is done using events from the repository.
ObservationManagerImpl - Class in org.apache.jackrabbit.jcr2spi.observation
ObservationManagerImpl...
ObservationManagerImpl(WorkspaceManager, NamePathResolver, NodeTypeRegistry) - Constructor for class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
Creates a new observation manager for session.
onEvent(EventBundle) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEventListener
Processes events and invalidates cached ItemStates accordingly.
onEvent(EventBundle) - Method in interface org.apache.jackrabbit.jcr2spi.observation.InternalEventListener
Gets called when an event occurs.
onEvent(EventBundle) - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
 
Operation - Interface in org.apache.jackrabbit.jcr2spi.operation
Operation...
OperationVisitor - Interface in org.apache.jackrabbit.jcr2spi.operation
OperationVisitor...
orderBefore(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Reorders this NodeEntry before the sibling entry specified by the given beforeEntry.
orderBefore(NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
orderBefore(String, String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
org.apache.jackrabbit.jcr2spi - package org.apache.jackrabbit.jcr2spi
 
org.apache.jackrabbit.jcr2spi.config - package org.apache.jackrabbit.jcr2spi.config
 
org.apache.jackrabbit.jcr2spi.hierarchy - package org.apache.jackrabbit.jcr2spi.hierarchy
 
org.apache.jackrabbit.jcr2spi.lock - package org.apache.jackrabbit.jcr2spi.lock
 
org.apache.jackrabbit.jcr2spi.nodetype - package org.apache.jackrabbit.jcr2spi.nodetype
 
org.apache.jackrabbit.jcr2spi.observation - package org.apache.jackrabbit.jcr2spi.observation
 
org.apache.jackrabbit.jcr2spi.operation - package org.apache.jackrabbit.jcr2spi.operation
 
org.apache.jackrabbit.jcr2spi.query - package org.apache.jackrabbit.jcr2spi.query
 
org.apache.jackrabbit.jcr2spi.security - package org.apache.jackrabbit.jcr2spi.security
 
org.apache.jackrabbit.jcr2spi.state - package org.apache.jackrabbit.jcr2spi.state
 
org.apache.jackrabbit.jcr2spi.util - package org.apache.jackrabbit.jcr2spi.util
 
org.apache.jackrabbit.jcr2spi.version - package org.apache.jackrabbit.jcr2spi.version
 
org.apache.jackrabbit.jcr2spi.xml - package org.apache.jackrabbit.jcr2spi.xml
 

P

parent - Variable in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractCopy
Invalidate the destination parent NodeState.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
Invalidates the jcr:versionlabel nodestate present with the given version history.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
Throws UnsupportedOperationException
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
Invalidate the target NodeState.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
Invalidate the target NodeState.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Clone
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
Invalidates the NodeState that has been locked.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockRefresh
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockRelease
Invalidates the NodeState that has been unlocked and all its child properties.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
Invalidates the target nodestate and all descendants.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
Throws UnsupportedOperationException if this Move Operation is a transient modification.
persisted() - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
Informs this Operation that it has been successfully executed.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
Invalidates the jcr:versionlabel nodestate present with the given version history and all decendant states (property states).
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.RemoveVersion
Invalidates the NodeState that has been updated and all its decendants.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
Throws UnsupportedOperationException
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
Invalidates the NodeState that had a merge conflict pending and all its child properties.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Restore
In case of a workspace-restore or 'removeExisting' the complete tree gets invalidated, otherwise the given NodeState that has been updated and all its decendants.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Update
Invalidates the NodeState that has been updated and all its decendants.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
Invalidates the NodeState that has been updated and all its decendants.
persisted() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
Call this method when this change log has been sucessfully persisted.
processedReference(PropertyState) - Method in class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
Store the given reference property for later resolution.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
PropertyDefinitionImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
This class implements the PropertyDefinition interface.
PropertyEntry - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
PropertyEntry...
PropertyEntryImpl - Class in org.apache.jackrabbit.jcr2spi.hierarchy
PropertyEntryImpl implements a reference to a property state.
propertyExists(Path) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
Checks if the property with the given path exists.
propertyExists(Path) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
PropertyImpl - Class in org.apache.jackrabbit.jcr2spi
PropertyImpl...
PropertyImpl(SessionImpl, PropertyState, ItemLifeCycleListener[]) - Constructor for class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
PropertyState - Class in org.apache.jackrabbit.jcr2spi.state
PropertyState represents the state of a Property.
PropertyState(PropertyEntry, ItemStateFactory, QPropertyDefinition, ItemDefinitionProvider, QValue[], int) - Constructor for class org.apache.jackrabbit.jcr2spi.state.PropertyState
Create a NEW PropertyState
PropertyState(PropertyEntry, PropertyInfo, ItemStateFactory, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.PropertyState
Create an EXISTING PropertyState
put(EffectiveNodeType) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Puts an effective node type to the cache.
put(EffectiveNodeTypeCache.Key, EffectiveNodeType) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
Puts an effective node type to the cache for the given key.

Q

QueryImpl - Class in org.apache.jackrabbit.jcr2spi.query
Provides the default implementation for a JCR query.
QueryImpl(Session, ManagerProvider, ItemManager, WorkspaceManager, String, String) - Constructor for class org.apache.jackrabbit.jcr2spi.query.QueryImpl
Creates a new query.
QueryImpl(Session, ManagerProvider, ItemManager, WorkspaceManager, Node) - Constructor for class org.apache.jackrabbit.jcr2spi.query.QueryImpl
Creates a query from a node.
QueryManagerImpl - Class in org.apache.jackrabbit.jcr2spi.query
This class implements the QueryManager interface.
QueryManagerImpl(Session, ManagerProvider, ItemManager, WorkspaceManager) - Constructor for class org.apache.jackrabbit.jcr2spi.query.QueryManagerImpl
Creates a new QueryManagerImpl for the passed Session.

R

RCC - Static variable in class org.apache.jackrabbit.jcr2spi.RepositoryImpl.Factory
 
RCF - Static variable in class org.apache.jackrabbit.jcr2spi.RepositoryImpl.Factory
 
READ - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
 
READ_ACTION - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
predefined action constants
reader() - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer.TextValue
Returns a Reader for reading the serialized value.
ReferenceChangeTracker - Class in org.apache.jackrabbit.jcr2spi.util
Simple helper class that can be used to keep track of uuid mappings (e.g. if the uuid of an imported or copied node is mapped to a new uuid) and processed (e.g. imported or copied) reference properties that might need correcting depending on the uuid mappings.
ReferenceChangeTracker() - Constructor for class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
Creates a new instance.
refresh(Event) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
The parent entry of a external event gets informed about the modification.
refresh(Event) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
refresh(boolean) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
refresh(boolean) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
registerNamespace(String, String) - Method in class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
 
registerNamespace(String, String) - Method in interface org.apache.jackrabbit.jcr2spi.NamespaceStorage
 
registerNamespace(String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
registerNodeType(QNodeTypeDefinition) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Validates the NodeTypeDef and returns a registered EffectiveNodeType instance.
registerNodeType(QNodeTypeDefinition) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
registerNodeTypes(NodeTypeStorage, QNodeTypeDefinition[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
 
registerNodeTypes(Collection) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Same as NodeTypeRegistry.registerNodeType(QNodeTypeDefinition) except that a collection of NodeTypeDefs is registered instead of just one.
registerNodeTypes(Collection) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
registerNodeTypes(QNodeTypeDefinition[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeStorage
 
reload() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Reloads this ChildNodeEntries object.
reload(boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Reloads this hierarchy entry and the corresponding ItemState, if this entry has already been resolved.
reload(boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
If 'recursive' is true, the complete hierarchy below this entry is traversed and reloaded.
remove(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Removes the child node entry refering to the node state.
remove(PropertyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
Remove the collection entry with the given Name.
remove(PropertyEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
 
remove() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Removes this HierarchyEntry from its parent and sets the status of the underlying ItemState to Status.REMOVED or to Status.STALE_DESTROYED, respectively.
remove() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
remove() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
remove() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
Remove - Class in org.apache.jackrabbit.jcr2spi.operation
Remove...
Remove(ItemState, NodeState) - Constructor for class org.apache.jackrabbit.jcr2spi.operation.Remove
 
remove() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
 
REMOVE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
 
REMOVE_ACTION - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
 
removeCreationListener(ItemStateCreationListener) - Method in class org.apache.jackrabbit.jcr2spi.state.AbstractItemStateFactory
 
removeCreationListener(ItemStateCreationListener) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
Removes the given ItemStateCreationListener.
REMOVED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
a new state was removed and is now 'removed' or an existing item has been removed by a workspace operation or by an external modification.
removeEventListener(EventListener) - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
 
removeEventListener(InternalEventListener) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
removeExisting() - Method in class org.apache.jackrabbit.jcr2spi.operation.Restore
 
RemoveLabel - Class in org.apache.jackrabbit.jcr2spi.operation
RemoveLabel...
removeListener(NodeTypeRegistryListener) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Remove a NodeTypeRegistryListener
removeListener(NodeTypeRegistryListener) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
removeListener(SessionListener) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
Remove a SessionListener
removeListener(ItemStateLifeCycleListener) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Remove an ItemStateLifeCycleListener
removeLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
removeLockToken(String) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Invoked by a session to inform that a lock token has been removed.
removeLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
If the lock addressed by the token is session-scoped, this method will throw a LockException, such as defined by JSR170 v.1.0.1 for Session.removeLockToken(String).
removeLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
removeLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Tries to remove the given token from the SessionInfo.
removeMixin(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
removeState - Variable in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
RemoveVersion - Class in org.apache.jackrabbit.jcr2spi.operation
RemoveVersion...
RemoveVersion(ItemState, NodeState, VersionManager) - Constructor for class org.apache.jackrabbit.jcr2spi.operation.RemoveVersion
 
removeVersion(NodeState, NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
removeVersion(String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
removeVersion(NodeState, NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
removeVersion(NodeState, NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
removeVersionLabel(NodeState, NodeState, Name) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
removeVersionLabel(String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
removeVersionLabel(NodeState, NodeState, Name) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
removeVersionLabel(NodeState, NodeState, Name) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
reorder(NodeEntry, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Reorders an existing NodeEntry before another NodeEntry.
reorderAfter(NodeEntry, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
Reorders an existing NodeEntry after another NodeEntry.
ReorderNodes - Class in org.apache.jackrabbit.jcr2spi.operation
ReorderNodes...
RepositoryConfig - Interface in org.apache.jackrabbit.jcr2spi.config
This class bundles the information required by JCR2SPI to bootstrap an SPI implementation.
RepositoryImpl - Class in org.apache.jackrabbit.jcr2spi
RepositoryImpl...
RepositoryImpl.Factory - Class in org.apache.jackrabbit.jcr2spi
Implementation of ObjectFactory for repository instances.
RepositoryImpl.Factory() - Constructor for class org.apache.jackrabbit.jcr2spi.RepositoryImpl.Factory
 
reregisterNodeType(QNodeTypeDefinition) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
 
reregisterNodeType(QNodeTypeDefinition) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
reregisterNodeTypes(NodeTypeStorage, QNodeTypeDefinition[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
 
reregisterNodeTypes(QNodeTypeDefinition[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeStorage
 
resolve(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
 
resolveDone() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
 
ResolveMergeConflict - Class in org.apache.jackrabbit.jcr2spi.operation
ResolveMergeConflict...
resolveMergeConflict(NodeState, NodeState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
resolveMergeConflict(NodeState, NodeState, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
resolveMergeConflict(NodeState, NodeState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
restore(String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
restore(Version, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
restore(Version, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
Restore - Class in org.apache.jackrabbit.jcr2spi.operation
Restore...
restore(NodeState, Path, NodeState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
restore(NodeState[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.DefaultVersionManager
 
restore(NodeState, Path, NodeState, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
restore(NodeState[], boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
 
restore(NodeState, Path, NodeState, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
restore(NodeState[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
restore(Version[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
retrieve() - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer.TextValue
Retrieves the serialized value.
revert() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Traverses the hierarchy and reverts all transient modifications such as adding, modifying or removing item states.
revert() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
Calls HierarchyEntryImpl.revert() and moves all properties from the attic back into th properties map.
revert() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Revert all transient modifications made to this ItemState.
revert() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
 
revert() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
 

S

safeGetJCRPath(Path, PathResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
Failsafe conversion of internal Path to JCR path for use in error messages etc.
safeGetJCRPath(ItemState, PathResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
Failsafe conversion of an ItemState to JCR path for use in error messages etc.
save() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
save() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
save(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
This will save state and all descendants items of state that are transiently modified in a single step.
saveGetIdString(ItemId, PathResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
Failsafe conversion of an ItemId to a human readable string resolving the path part of the specified id using the given path resolver.
saveGetJCRName(Name, NameResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
Failsafe conversion of a Name to a JCR name for use in error messages etc.
ScoreNodeIterator - Interface in org.apache.jackrabbit.jcr2spi.query
Extends the NodeIterator interface by adding a ScoreNodeIterator.getScore() method that returns the score for the node that is returned by NodeIterator.nextNode().
SecurityConstants - Interface in org.apache.jackrabbit.jcr2spi.security
This interface defines miscellaneous security related constants.
session - Variable in class org.apache.jackrabbit.jcr2spi.ItemImpl
The session that created this item.
session - Variable in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
The Session that created this Workspace object.
SessionImpl - Class in org.apache.jackrabbit.jcr2spi
SessionImpl...
SessionImporter - Class in org.apache.jackrabbit.jcr2spi.xml
SessionImporter...
SessionImporter(Path, SessionImpl, SessionItemStateManager, int) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
Creates a new WorkspaceImporter instance.
SessionItemStateManager - Class in org.apache.jackrabbit.jcr2spi.state
SessionItemStateManager ...
SessionItemStateManager(UpdatableItemStateManager, ItemStateValidator, QValueFactory, ItemStateFactory, ManagerProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
Creates a new SessionItemStateManager instance.
SessionListener - Interface in org.apache.jackrabbit.jcr2spi
The SessionListener interface allows an implementing object to be informed about changes on a Session.
SET_PROPERTY_ACTION - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
 
setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
setFailedIds(Iterator) - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
 
setItemState(ItemState) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Set the ItemState this hierarchyEntry will be resolved to.
setLockInfo(LockInfo) - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
 
SetMixin - Class in org.apache.jackrabbit.jcr2spi.operation
SetMixin...
setMixinTypeNames(Name[]) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
Used by NodeEntryImpl and NodeState only
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
 
setNewVersionId(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
 
setNodeEntries(Iterator) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Creates or updates the ChildNodeEntries of this node.
setNodeEntries(Iterator) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
setProperty(String, Value) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, String[]) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, String[], int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, String, int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, InputStream) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, double) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, long) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, Calendar) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setProperty(String, Node) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
setPropertyEntries(Collection) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
Adds property entries for the given Names.
setPropertyEntries(Collection) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
SetPropertyValue - Class in org.apache.jackrabbit.jcr2spi.operation
SetPropertyValue...
setResolver(NamePathResolver) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
 
setStatus(int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
Sets the new status of this item.
setUniqueID(String) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
 
setUniqueID(String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 
setUUID(String) - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
 
setValue(Value) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(Value[]) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(String) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(String[]) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(InputStream) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(long) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(double) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(Calendar) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(boolean) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
setValue(Node) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
skip(long) - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
skip(long) - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
Skip a number of Nodes in this iterator.
skippedEntity(String) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
STALE_DESTROYED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
'existing', i.e. persistent state that has been destroyed by somebody else
STALE_MODIFIED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
'existing', i.e. persistent state that has been persistently modified by somebody else
start() - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer
 
start() - Method in class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
startDocument() - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
startDocument() - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
startNode(Importer.NodeInfo, List, NamePathResolver) - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer
 
startNode(Importer.NodeInfo, List, NamePathResolver) - Method in class org.apache.jackrabbit.jcr2spi.xml.SessionImporter
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
StateUtility - Class in org.apache.jackrabbit.jcr2spi.util
StateUtility...
StateUtility() - Constructor for class org.apache.jackrabbit.jcr2spi.util.StateUtility
 
status - Variable in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
 
Status - Class in org.apache.jackrabbit.jcr2spi.state
Status...
Status() - Constructor for class org.apache.jackrabbit.jcr2spi.state.Status
 
STATUS_PENDING - Static variable in interface org.apache.jackrabbit.jcr2spi.operation.Operation
 
STATUS_PERSISTED - Static variable in interface org.apache.jackrabbit.jcr2spi.operation.Operation
 
STATUS_UNDO - Static variable in interface org.apache.jackrabbit.jcr2spi.operation.Operation
 
statusChanged(ItemState, int) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
Updates the internal id-lookup if the given state - is identify by a uniqueID and got removed - was modified and now is identified by a uniqueID - was modified and is not identified by a uniqueID any more
statusChanged(ItemState, int) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
 
statusChanged(ItemState, int) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
 
statusChanged(ItemState, int) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateLifeCycleListener
Called after an ItemState has changed its status.
statusChanged(ItemState, int) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
statusChanged(ItemState, int) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientItemStateManager
Depending on status of the given state adapt change log.
storeAsNode(String) - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
 
subtract(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache.Key
Creates a new key as a result of a subtract operation. i.e. removes all node type names that from the other key.
supportsMixin(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
Determines whether this effective node type supports adding the specified mixin.
supportsMixin(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
 

T

TransientISFactory - Class in org.apache.jackrabbit.jcr2spi.state
TransientISFactory...
TransientISFactory(AbstractItemStateFactory, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
 
TransientItemStateFactory - Interface in org.apache.jackrabbit.jcr2spi.state
TransientItemStateFactory extends the item state factory and adds new methods for creating node states and property states that are new.
TransientItemStateManager - Class in org.apache.jackrabbit.jcr2spi.state
TransientItemStateManager adds support for transient changes on ItemStates and also provides methods to create new item states.
transientRemove() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
Traverses the hierarchy and marks all available item states as transiently removed.
transientRemove() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
 

U

UNDEFINED_PROPERTY_LENGTH - Static variable in class org.apache.jackrabbit.jcr2spi.PropertyImpl
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.Move
 
undo() - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
Revert changes made by this operation.
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
 
undo() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
Revert the changes listed within this changelog
undo(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
This will undo all changes made to state and descendant items of state inside this item state manager.
uniqueIdChanged(NodeEntry, String) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory.NodeEntryListener
 
uniqueIdChanged(NodeEntry, String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
 
UniqueIdResolver - Class in org.apache.jackrabbit.jcr2spi.hierarchy
UniqueIdResolver allows to retrieve NodeEntry instances that are identified by a uniqueID.
UniqueIdResolver(ItemStateFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
Creates a new UniqueIdResolver.
unlock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.DefaultLockManager
 
unlock(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockManager
Removes the lock on a node.
unlock(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
unlock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
 
unlock() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
unregisterNamespace(String) - Method in class org.apache.jackrabbit.jcr2spi.NamespaceRegistryImpl
 
unregisterNamespace(String) - Method in interface org.apache.jackrabbit.jcr2spi.NamespaceStorage
 
unregisterNamespace(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
unregisterNodeType(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
 
unregisterNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
unregisterNodeTypes(NodeTypeStorage, Name[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
 
unregisterNodeTypes(Collection) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
Same as NodeTypeRegistry.unregisterNodeType(Name) except that a set of node types is unregistered instead of just one.
unregisterNodeTypes(Collection) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
 
unregisterNodeTypes(Name[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeStorage
 
UpdatableItemStateManager - Interface in org.apache.jackrabbit.jcr2spi.state
An ItemStateManager that deals with state modifications.
update(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
 
Update - Class in org.apache.jackrabbit.jcr2spi.operation
Update...
updateEventFilters() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
Updates the event filters on the subscription.

V

validate(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
Checks whether the given node state satisfies the constraints specified by its primary and mixin node types.
VersionHistoryImpl - Class in org.apache.jackrabbit.jcr2spi.version
VersionHistoryImpl...
VersionHistoryImpl(SessionImpl, NodeState, ItemLifeCycleListener[]) - Constructor for class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
 
VersionImpl - Class in org.apache.jackrabbit.jcr2spi.version
VersionImpl...
VersionImpl(SessionImpl, NodeState, ItemLifeCycleListener[]) - Constructor for class org.apache.jackrabbit.jcr2spi.version.VersionImpl
 
VersionManager - Interface in org.apache.jackrabbit.jcr2spi.version
VersionManager...
VersionManagerImpl - Class in org.apache.jackrabbit.jcr2spi.version
VersionManagerImpl...
VersionManagerImpl(WorkspaceManager) - Constructor for class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
 
visit(AddNode) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(AddProperty) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Remove) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(SetMixin) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(SetPropertyValue) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(ReorderNodes) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Clone) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Copy) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Move) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Update) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Checkout) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Checkin) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Restore) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(Merge) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(ResolveMergeConflict) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(LockOperation) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(LockRefresh) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(LockRelease) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(AddLabel) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(RemoveLabel) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(RemoveVersion) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(WorkspaceImport) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
 
visit(AddNode) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(AddProperty) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Move) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Remove) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(SetMixin) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(SetPropertyValue) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(ReorderNodes) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Clone) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Copy) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Checkout) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Checkin) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Update) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Restore) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(Merge) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(ResolveMergeConflict) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(LockOperation) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(LockRefresh) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(LockRelease) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(AddLabel) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(RemoveLabel) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(RemoveVersion) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 
visit(WorkspaceImport) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
 

W

warning(SAXParseException) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
WorkspaceContentHandler - Class in org.apache.jackrabbit.jcr2spi.xml
WorkspaceContentHandler...
WorkspaceContentHandler(Workspace, String, int) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
 
WorkspaceImpl - Class in org.apache.jackrabbit.jcr2spi
WorkspaceImpl...
WorkspaceImpl(String, SessionImpl, RepositoryConfig, SessionInfo) - Constructor for class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
 
WorkspaceImport - Class in org.apache.jackrabbit.jcr2spi.operation
WorkspaceImport...
WorkspaceItemStateFactory - Class in org.apache.jackrabbit.jcr2spi.state
WorkspaceItemStateFactory...
WorkspaceItemStateFactory(RepositoryService, SessionInfo, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
 
WorkspaceManager - Class in org.apache.jackrabbit.jcr2spi
WorkspaceManager...
WorkspaceManager(RepositoryService, SessionInfo, CacheBehaviour, int, boolean) - Constructor for class org.apache.jackrabbit.jcr2spi.WorkspaceManager
 
wrap(NodeTypeStorage) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
Wraps this NodeTypeCache around the passed storage and exposes itself again as a NodeTypeStorage.

X

XASession - Interface in org.apache.jackrabbit.jcr2spi
The XASession interface extends the capability of Session by adding access to a JCR repository's support for the Java Transaction API (JTA).
XASessionImpl - Class in org.apache.jackrabbit.jcr2spi
XASessionImpl extends the regular session implementation with access to the XAResource.

_

_UNDEFINED_ - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
 

A B C D E F G H I L M N O P Q R S T U V W X _

Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.