A B C D E F G H I J L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- AbstractRemove - Class in org.apache.jackrabbit.jcr2spi.operation
-
AbstractRemoveis the base class for non-transient remove operations executed on the workspace such as removing versions or activities. - AbstractRemove(ItemState, NodeState) - Constructor for class org.apache.jackrabbit.jcr2spi.operation.AbstractRemove
- 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(ItemVisitor) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
-
Implementation of
Item.accept(javax.jcr.ItemVisitor)for property. - 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.Checkpoint
- 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.CreateActivity
- accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateConfiguration
- 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
visitmethod onvisitorbased 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.RemoveActivity
- 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.SetPrimaryType
- accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
- accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
- accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.Update
- accept(OperationVisitor) - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
- AccessControlConstants - Interface in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit
- AccessControlProvider - Interface in org.apache.jackrabbit.jcr2spi.security.authorization
-
AccessControlProvider...
- AccessControlProviderImpl - Class in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl
- AccessControlProviderImpl() - Constructor for class org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlProviderImpl
- AccessControlProviderStub - Class in org.apache.jackrabbit.jcr2spi.security.authorization
-
Stub class that provide clients with access to a concrete AccessControlProvider implementation.
- AccessManager - Interface in org.apache.jackrabbit.jcr2spi.security
-
The
AccessManagercan 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
NodeEntryto the end of the list. - add(NodeEntry, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Adds a
NodeEntry.
Note the following special cases: If an entry with the given index already exists, the the new sibling is inserted before. If the given index is bigger that the last entry in the siblings list, intermediate entries will be created. - add(NodeEntry, int, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Adds a the new
NodeEntrybeforebeforeEntry. - add(PropertyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
-
Adds the new
PropertyEntryto thisChildPropertyEntries. - 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<PropertyEntry>) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
-
Adds all
PropertyEntrys from the given collection to thisChildPropertyEntries. - addAll(Collection<PropertyEntry>) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
- addChildNode(NodeState, Name, Name, String) - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
-
Add a child node operation to this
setTreeinstance. - addChildProperty(NodeState, Name, int, QValue[], QPropertyDefinition) - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
-
Add a child property operation to this
setTreeinstance. - 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<ItemState>) - 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
InternalEventListenerthat 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.JcrLockManager
-
Delegates this call to
WorkspaceManager.addLockToken(String). - addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
-
Delegates this call to
WorkspaceManager.addLockToken(String). - addLockToken(String) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Invoked by a session to inform that a lock token has been added.
- addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- addLockToken(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
-
This method succeeds if the lock tokens could be added to the
SessionInfo. - 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
PropertyEntryto thisNodeEntryand return thePropertyStateassociated 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(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. - applyPending(HierarchyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory.InvalidationStrategy
- 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
- bindValue(String, Value) - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
C
- CacheBehaviour - Class in org.apache.jackrabbit.jcr2spi.config
-
CacheBehaviourdefines constants for the various cache maintenance strategies. - calculateStatus() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
Calculates the status of the underlying
ItemState: any pending changes to the underlyingItemStateare applied. - 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(String, Version) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- 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
ItemIdcan 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
- canRemoveNode(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeImpl
- canRemoveProperty(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
- CHECK_ALL - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- CHECK_COLLISION - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- CHECK_CONSTRAINTS - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- CHECK_LOCK - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- CHECK_NONE - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- CHECK_VERSIONING - Static variable in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- checkAddNode(NodeState, Name, Name, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
-
Checks if adding a child node called
nodeNameof node typenodeTypeNameto the given parent node is allowed in the current context. - checkAddNodeConstraints(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, QNodeTypeDefinition, ItemDefinitionProvider) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
- checkAddNodeConstraints(Name, QNodeTypeDefinition, 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(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- checkin(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- checkin(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- Checkin - Class in org.apache.jackrabbit.jcr2spi.operation
-
Checkin... - 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() - 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.
- checkIsWritable(NodeState, int) - Method in class org.apache.jackrabbit.jcr2spi.state.ItemStateValidator
- checkLock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
- checkLock(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Check whether the given node state is locked by somebody else than the current session.
- checkout() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- checkout(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- checkout(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- checkout(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- checkout(NodeState, NodeId) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- checkout(NodeState, NodeId) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- Checkout - Class in org.apache.jackrabbit.jcr2spi.operation
-
Checkout... - checkPermission(String, String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- checkpoint(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- checkpoint(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- checkpoint(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- checkpoint(NodeState, NodeId) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- checkpoint(NodeState, NodeId) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- Checkpoint - Class in org.apache.jackrabbit.jcr2spi.operation
-
Checkout... - checkQueryStatement(String, String, Map<String, String>) - 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
-
Deprecated.
- 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
-
ChildNodeEntriesrepresents a collection ofNodeEntrys 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(String, String, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- Clone - Class in org.apache.jackrabbit.jcr2spi.operation
-
Clone... - complete(Operation) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
Clean up this entry upon
Operation.undo()orOperation.persisted(). - complete(Operation) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- complete(Operation) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.PropertyEntryImpl
- 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
otherKeyis contained in this one. - 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
- copy(String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- copy(String, String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- Copy - Class in org.apache.jackrabbit.jcr2spi.operation
-
Copy... - create(String, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.CreateActivity
- create(RepositoryConfig) - Static method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
- create(ItemState) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Remove
- create(ItemState, int) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Remove
- 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) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
- create(NodeState[], boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Restore
- 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, InputStream, int) - Static method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
- create(NodeState, String) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Update
- create(NodeState, String, boolean, boolean, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Merge
- create(NodeState, HierarchyManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.RemoveActivity
- create(NodeState, NodeState, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.RemoveVersion
- create(NodeState, NodeState, Name) - Static method in class org.apache.jackrabbit.jcr2spi.operation.RemoveLabel
- create(NodeState, NodeState, Name, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
- 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(NodeState, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Checkpoint
- create(NodeState, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.CreateConfiguration
- create(NodeState, Name) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetPrimaryType
- create(NodeState, Name[]) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
- create(NodeState, Name, int, QPropertyDefinition, QValue[]) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
- create(NodeState, Name, Name, String) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AddNode
- create(NodeState, NodeId[], NodeId[], boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
- create(NodeState, NodeId, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
- create(NodeState, NodeId, VersionManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Checkpoint
- create(NodeState, Path, NodeState, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Restore
- create(NodeState, Path, Path) - Static method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
- create(PropertyState, QValue[], int) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
- create(UpdatableItemStateManager, NodeState, Name, Name, String) - Static method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
- create(NodeTypeStorage, NamespaceRegistry) - Static method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
-
Create a new
NodeTypeRegistry - 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(Path, Path, HierarchyManager, PathResolver, boolean) - Static method in class org.apache.jackrabbit.jcr2spi.operation.Move
- createAccessControlManager(SessionInfo, UpdatableItemStateManager, ItemManager, ItemDefinitionProvider, HierarchyManager, NamePathResolver) - Method in interface org.apache.jackrabbit.jcr2spi.security.authorization.AccessControlProvider
- createAccessControlManager(SessionInfo, UpdatableItemStateManager, ItemManager, ItemDefinitionProvider, HierarchyManager, NamePathResolver) - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlProviderImpl
- createActivity(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- createActivity(String) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- createActivity(String) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- CreateActivity - Class in org.apache.jackrabbit.jcr2spi.operation
-
Checkout... - createConfiguration(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- createConfiguration(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- createConfiguration(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- CreateConfiguration - Class in org.apache.jackrabbit.jcr2spi.operation
-
CreateConfiguration... - 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
NodeStatewith the givenNodeIdand if the state exists, fills in the NodeEntries missing between the last known NodeEntry marked byanyParent. - createDeepNodeState(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
- createDeepNodeState(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
-
Creates the node with information retrieved from the
RepositoryService. - createDeepPropertyState(PropertyId, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
-
Tries to retrieve the
PropertyStatewith the givenPropertyIdand if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked byanyParent. - createDeepPropertyState(PropertyId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
- createDeepPropertyState(PropertyId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
-
Creates the PropertyState with information retrieved from the
RepositoryService. - 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(RepositoryConfig, SessionInfo) - 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
NodeStatewith the givenname. - 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
NodeStatewith the givennodeId. - 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
PropertyStatewith the givenpropertyId. - 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. - createWorkspace(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- createWorkspace(String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- createWorkspaceInstance(RepositoryConfig, SessionInfo) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
D
- DEFAULT_CACHE_BEHAVIOR - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Default value for
Jcr2spiRepositoryFactory.PARAM_CACHE_BEHAVIOR - DEFAULT_ITEM_CACHE_SIZE - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Default value for
Jcr2spiRepositoryFactory.PARAM_ITEM_CACHE_SIZE - DEFAULT_POLL_TIME_OUT - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Default value for
Jcr2spiRepositoryFactory.PARAM_POLL_TIME_OUT - deleteWorkspace(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- denotesNode() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
True if this
HierarchyEntrywould resolve to aNodeState. - 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
ItemManagerand 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
UpdatableItemStateManagerand frees resources. - dispose() - Method in interface org.apache.jackrabbit.jcr2spi.state.UpdatableItemStateManager
-
Disposes this
UpdatableItemStateManagerand frees resources. - dispose() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
-
Dispose this
WorkspaceManager - doneMerge(String, Version) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- doneMerge(Version) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
E
- EffectiveNodeType - Interface in org.apache.jackrabbit.jcr2spi.nodetype
-
EffectiveNodeType... - EffectiveNodeTypeCache - Interface in org.apache.jackrabbit.jcr2spi.nodetype
-
EffectiveNodeTypeCachedefines the interface for a cache for effective node types. - EffectiveNodeTypeCache.Key - Interface in org.apache.jackrabbit.jcr2spi.nodetype
-
An
ENTKeyuniquely identifies a combination (i.e. - EffectiveNodeTypeImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
-
An
EffectiveNodeTyperepresents one or moreNodeTypes 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.InvalidationStrategy - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
-
Strategy for invalidating item states
- EntryFactory.NodeEntryListener - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
- equals(Object) - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- error(SAXParseException) - Method in class org.apache.jackrabbit.jcr2spi.xml.ImportHandler
- EventJournalImpl - Class in org.apache.jackrabbit.jcr2spi.observation
-
EventJournalImplimplement the JSR 283 event journal over SPI. - EventJournalImpl(WorkspaceManager, EventFilter, NamePathResolver) - Constructor for class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- 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(Operation) - Method in interface org.apache.jackrabbit.jcr2spi.state.UpdatableItemStateManager
-
Executes the given operation 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.state.SessionItemStateManager
-
Executes the operations passed with the given change log 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(ChangeLog) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
-
Creates a new batch from the given
ChangeLogand executes it. - executeQuery(String, String, Map<String, String>, long, long, Map<String, QValue>) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
- EXISTING - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
-
'existing', i.e.
- EXISTING_MODIFIED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
-
'existing', i.e.
- EXISTING_REMOVED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
-
'existing', i.e.
F
- Factory() - Constructor for class org.apache.jackrabbit.jcr2spi.RepositoryImpl.Factory
- 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
keyis a super set, i.e. - followLifecycleTransition(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
G
- get(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache
-
Returns the effective node type for the given key or
nullif the desired node type is not cached. - get(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Returns a
ListofNodeEntrys for the givennodeName. - get(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntries
-
Return the PropertyEntry with the given
Nameornull. - get(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.ChildPropertyEntriesImpl
- get(Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Returns the
NodeEntrywith the givennodeNameandindex. - get(Name, String) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Return the
NodeEntrythat matches the given nodeName and uniqueID ornullif no matching entry can be found. - getAccessControlManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getAccessControlProvider() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
- getAccessControlProvider() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getAccessControlProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- getAccessControlProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
-
Locates and instantiates an AccessControlProvider implementation.
- 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
- getActivity() - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- getActivityId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
-
The id of the current activity present on the editing session or
null. - getActivityId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkpoint
-
The id of the current activity present on the editing session or
null. - 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
- getAggregatePrivileges() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- getAllDefinitions(NodeTypeStorage) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
-
Returns an Iterator over all node type definitions registered.
- getAllFrozenNodes() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
- getAllLinearFrozenNodes() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
- getAllLinearVersions() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
- 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.EXISTINGthe 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
- getAllowedLifecycleTransistions() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- 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
- getBaseVersion(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- getBeforeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
- getBeforeNode() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
- getBinary() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getBinary() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- getBindVariableNames() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
- getBoolean() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getCacheBehaviour() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
- getCacheBehaviour() - Method in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- 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 givenNodeState. - 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
NodeStatewith 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
- getColumns() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryObjectModelImpl
- getConfiguration(String, T) - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
- getConfiguration(String, T) - Method in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- getConstraint() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryObjectModelImpl
- 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
- getDecimal() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getDecimal() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- getDeclaredAggregatePrivileges() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- 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
- 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.StaleProperty
- getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
-
Returns the
definitiondefined for this node state. - getDefinition() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
-
Returns the
definitiondefined 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. - getDepth() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
- 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
- getDescriptor(String) - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
- getDescriptorKeys() - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
- getDescriptorValue(String) - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
- getDescriptorValues(String) - 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
EffectiveNodeTypefrom the givenNodeTypename. - getEffectiveNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
- getEffectiveNodeType(Name[]) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
-
Build the
EffectiveNodeTypefrom the given array ofNodeTypenames. - getEffectiveNodeType(Name[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
- getEffectiveNodeType(Name[], Map<Name, QNodeTypeDefinition>) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
- getEffectiveNodeType(Name[], Map<Name, QNodeTypeDefinition>) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
- getEffectiveNodeType(QNodeTypeDefinition, Map<Name, QNodeTypeDefinition>) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeProvider
-
Builds an effective node type representation from the given node type definition.
- getEffectiveNodeType(QNodeTypeDefinition, Map<Name, QNodeTypeDefinition>) - 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
- getEventJournal() - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
- getEventJournal(int, String, boolean, String[], String[]) - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
- getEvents(EventFilter, long) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
-
Returns the events from the journal that occurred after a given date.
- getFailedIds() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
- getFrozenNode() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
- getGeneration() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
The required generation of this
HierarchyEntry. - getHierarchyEntry() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
-
The
HierarchyEntrycorresponding to thisItemState. - 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.
- getIdentifier() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- 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
- getInvalidationStrategy() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory
- getItem(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getItem(HierarchyEntry) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
- getItem(HierarchyEntry) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
- getItem(ItemState) - Method in interface org.apache.jackrabbit.jcr2spi.ItemCache
-
Returns the cached
Itemthat belongs to the givenItemStateornullif the cache does not contain thatItem. - getItem(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
- getItemCacheSize() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
- getItemCacheSize() - Method in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- 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
HierarchyEntryhas already been resolved before (seeHierarchyEntry.isAvailable()), thatItemStateis 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
- getLanguage() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryObjectModelImpl
- getLength() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getLengths() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getLinearPredecessor() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
- getLinearSuccessor() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionImpl
- getListeners() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
-
Unmodifiable iterator over the listeners present on this item state.
- getLock() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getLock(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrLockManager
- 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(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Returns the Lock object that applies to a node.
- getLockInfo() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
- getLockInfo(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
- getLockManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- getLockStateManager() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
-
Returns the
LockStateManagerassociated with thisManagerProvider. - getLockStateManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getLockStateManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.JcrLockManager
-
Returns the lock tokens present on the
SessionInfothis manager has been created with. - getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
-
Returns the lock tokens present on the
SessionInfothis manager has been created with. - getLockTokens() - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
- getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getLockTokens() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
-
Returns the lock tokens present with the
SessionInfo. - 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
oldUUIDhas been mapped ornullif 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() - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
- getMixinNames(PropertyState) - Static method in class org.apache.jackrabbit.jcr2spi.util.StateUtility
- 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.operation.AbstractOperation
-
Returns the name of the class
- getName() - Method in interface org.apache.jackrabbit.jcr2spi.operation.Operation
-
Returns the name of
thisoperation. - getName() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getName() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- getName() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- getName() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
-
Utility method: Returns the name of this state.
- 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
- getName(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
- 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.nodetype.NodeTypeManagerImpl
- 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
- getNewActivityId() - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateActivity
- getNewConfigurationId() - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateConfiguration
- getNewStatus(int, int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
-
Returns the given
newStatusHintunless 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
- getNewVersionId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkpoint
- getNode() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getNode(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getNode(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getNode(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getNode(Path) - Method in interface org.apache.jackrabbit.jcr2spi.ItemManager
- getNode(Path) - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
- getNodeByIdentifier(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getNodeByUUID(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getNodeDefinition(QNodeDefinition) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
-
Retrieve the
NodeDefinitionfor the givenQNodeDefinition. - getNodeEntries() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Returns a unmodifiable iterator of
NodeEntryobjects denoting the the valid child NodeEntries present on thisNodeEntry. - getNodeEntries() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- getNodeEntries(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Returns a unmodifiable List of
NodeEntrys with the specified name. - getNodeEntries(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- getNodeEntry() - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
- getNodeEntry(Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Returns the valid
NodeEntrywith the specified name and index ornullif there's no matching entry. - getNodeEntry(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- getNodeEntry(Name, int, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Returns the valid
NodeEntrywith the specified name and index ornullif there's no matching entry. - getNodeEntry(Name, int, boolean) - 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(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- getNodeEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Resolves a path into a
NodeEntry. - getNodeEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- 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.Checkpoint
- getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateConfiguration
- 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
nullin case of aWorkspace.restore(Version[], boolean) - getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
- getNodeId() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPrimaryType
- 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, Name, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
-
Returns the identifiers of all reference properties that point to the given node.
- getNodeReferences(NodeState, Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.state.TransientISFactory
- getNodeReferences(NodeState, Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
- getNodeReferences(Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
-
Returns the identifiers of all reference properties that point to this node.
- getNodes() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getNodes(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getNodes(String[]) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getNodeState() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
- getNodeState() - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- getNodeState() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
- getNodeState() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPrimaryType
- getNodeState(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Retrieves the
NodeEntrycorresponding to the given path and resolves it to the underlyingNodeState. - getNodeState(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- getNodeState(Path, HierarchyManager) - Static method in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
- getNodeType(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
- getNodeType(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
- getNodeTypeDefinition(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeDefinitionProvider
- getNodeTypeDefinition(Name) - 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
- getNodeTypeDefinitionProvider() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
- getNodeTypeDefinitionProvider() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getNodeTypeDefinitionProvider() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- 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
NodeStateincluding 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
- getOptions() - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperation
-
Return the set of options that should be used to validate the transient modification.
- 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
PropertyEntrywith the given name if it is not yet contained in thisNodeEntry. - getOrAddPropertyEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- getOrderings() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryObjectModelImpl
- getOwnerHint() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
- getParent() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
Returns the
NodeEntrybeing parent to thisHierarchyEntry. - getParent() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
- getParent() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- 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
- getParentId() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
- getParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractRemove
- 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
- getParentState() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
- getPath() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
- getPath() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
- getPath() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
-
Utility method: Returns the path of this item state.
- 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
RepositoryServicefor changes. - getPollTimeout() - Method in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- getPosition() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- getPosition() - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- 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
- getPrimaryNodeType() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
- getPrimaryTypeName() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPrimaryType
- getPrimaryTypeName(PropertyState) - Static method in class org.apache.jackrabbit.jcr2spi.util.StateUtility
- getPrivileges(SessionInfo, NodeId, NamePathResolver) - Method in interface org.apache.jackrabbit.jcr2spi.security.authorization.AccessControlProvider
- getPrivileges(SessionInfo, NodeId, NamePathResolver) - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlProviderImpl
- getProperties() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getProperties(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getProperties(String[]) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getProperty() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- getProperty(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getProperty(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getProperty(Name) - 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
- getPropertyDefinition(QPropertyDefinition) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
-
Retrieve the
PropertyDefinitionfor the givenQPropertyDefinition. - 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
PropertyEntryobjects 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(Name) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Returns the valid
PropertyEntrywith the specified name ornullif no matching entry exists. - getPropertyEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- getPropertyEntry(Name, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Returns the valid
PropertyEntrywith the specified name ornullif no matching entry exists. - getPropertyEntry(Name, boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
-
Ignores the
loadIfNotFoundflag due to the fact, thatNodeInfo.getPropertyIds()returns the complete list of property names currently available. - getPropertyEntry(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Resolves a path into a
PropertyEntry. - getPropertyEntry(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- getPropertyEntry(PropertyId) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Resolves a propertyId into a
PropertyEntry. - getPropertyEntry(PropertyId) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- 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() - 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
ItemNotFoundExceptionif no matching, valid property could be found. - getPropertyState(Path) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Retrieves the
PropertyEntrycorresponding to the given path and resolves it to the underlyingPropertyState. - getPropertyState(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- getPropertyType() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddProperty
- 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(EffectiveNodeType, Name, Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
- 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(Name[], Name, Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
- getQNodeDefinition(Name[], Name, Name, NodeId) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
-
Returns the
QNodeDefinitionfor the specified node state. - getQNodeDefinition(Name[], Name, Name, NodeId) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
- getQOMFactory() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryManagerImpl
- 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) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
- 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 class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
- getQPropertyDefinition(Name[], Name, int, boolean, PropertyId) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProvider
-
Returns the
QPropertyDefinitionfor the specified parameters. - getQPropertyDefinition(Name[], Name, int, boolean, PropertyId) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.ItemDefinitionProviderImpl
- 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 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
- getReferences(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- 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 path to the non-existing restore target or
nullif the state identified byRestore.getNodeId()is the target. - getRemoveId() - Method in class org.apache.jackrabbit.jcr2spi.operation.AbstractRemove
- getRemoveId() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
- getRemoveState() - Method in class org.apache.jackrabbit.jcr2spi.operation.Remove
- getRepository() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getRepository(Map) - Method in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Creates a SPI based
Repositoryinstance based on theparameterspassed. - getRepositoryService() - Method in interface org.apache.jackrabbit.jcr2spi.config.RepositoryConfig
- getRepositoryService() - Method in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- getRetentionManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- 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
QNodeDefinitionfor 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
-
Note: as of 2.x this method returns the session irrespective of the item's status.
- getSession() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- getSession() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- getSharedSet() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getSize() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
-
Returns the number of
Items in this iterator or -1 if the size is unknown. - getSize() - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- getSize() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
-
Returns the number of nodes in this iterator.
- getSource() - Method in class org.apache.jackrabbit.jcr2spi.query.QueryObjectModelImpl
- 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
HierarchyEntryprovides an underlyingItemStatethis method returns the status of that state, otherwise it returnsStatus._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
- getSupportedPrivileges(SessionInfo, NodeId, NamePathResolver) - Method in interface org.apache.jackrabbit.jcr2spi.security.authorization.AccessControlProvider
-
Obtain the privileges supported at the specified path.
- getSupportedPrivileges(SessionInfo, NodeId, NamePathResolver) - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlProviderImpl
- 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
- getTitle() - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateActivity
- getTreeState() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
- 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.operation.AddNode
- getUUID() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- 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.StaleProperty
- getValue() - Method in class org.apache.jackrabbit.jcr2spi.state.PropertyState
-
Convenience method for single valued property states.
- 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.StaleProperty
- 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
- getVersionableIdentifier() - Method in class org.apache.jackrabbit.jcr2spi.version.VersionHistoryImpl
- 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
- getVersionHistory(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- 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 class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- getVersionStateManager() - Method in interface org.apache.jackrabbit.jcr2spi.ManagerProvider
-
Returns the
VersionManagerassociated with thisManagerProvider. - getVersionStateManager() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- getVersionStateManager() - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- getWeakReferences() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- getWeakReferences(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- 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
XAResourceobject that the transaction manager will use to manage thisXASessionobject'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
- hasCapability(String, Object, Object[]) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- hasChildNodeEntry(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.state.NodeState
-
Utility Determines if there is a valid
NodeEntrywith the specifiednameandindex. - 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.
- hashCode() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- hasNext() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- hasNext() - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- hasNext() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
-
Returns
trueif there is anotherNodeavailable;falseotherwise. - 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
NodeEntrywith the specifiednodeName. - hasNodeEntry(Name) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- hasNodeEntry(Name, int) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Determines if there is a valid
NodeEntrywith the specifiednameandindex. - hasNodeEntry(Name, int) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- hasNodes() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- hasNodeType(String) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
- 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
- hasPermission(String, String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- 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
- hasRemoveNodeConstraint(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
-
Returns
trueif a single node definition matching the specifiednodeNameis either mandatory or protected. - hasRemoveNodeConstraint(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
- hasRemovePropertyConstraint(Name) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeType
-
Returns
trueif a single property definition matching the specifiedpropertyNameis either mandatory or protected. - hasRemovePropertyConstraint(Name) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeImpl
- 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
-
HierarchyManagerImplimplements theHierarchyManagerinterface. - HierarchyManagerImpl(TransientItemStateFactory, IdFactory, PathFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- holdsLock() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- holdsLock(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrLockManager
I
- ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
- IgnoreOperation - Interface in org.apache.jackrabbit.jcr2spi.operation
-
Marker interface that represent operations which must be ignored by the
SessionItemStateManagerfor building the final ChangeLog. - 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
SimpleCredentialsattribute where theSubjectof the impersonatingSessionis stored. - Importer - Interface in org.apache.jackrabbit.jcr2spi.xml
-
The
Importerinterface ... - Importer.NodeInfo - Class in org.apache.jackrabbit.jcr2spi.xml
- Importer.PropInfo - Class in org.apache.jackrabbit.jcr2spi.xml
- Importer.TextValue - Interface in org.apache.jackrabbit.jcr2spi.xml
-
TextValuerepresents a serialized property value read from a System or Document View XML document. - ImportHandler - Class in org.apache.jackrabbit.jcr2spi.xml
-
An
ImportHandlerinstance 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
- init(RepositoryConfig) - Method in interface org.apache.jackrabbit.jcr2spi.security.authorization.AccessControlProvider
- init(RepositoryConfig) - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlProviderImpl
- InternalEventListener - Interface in org.apache.jackrabbit.jcr2spi.observation
-
InternalEventListenerreceives changes as a result of a local or an external modification. - invalidate() - Method in class org.apache.jackrabbit.jcr2spi.state.ItemState
-
Invalidates this state: set its
StatustoStatus.INVALIDATEDif the current status isStatus.EXISTING. - invalidate(boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
Invalidates the underlying
ItemStateif available and if it is not transiently modified. - invalidate(HierarchyEntry, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.EntryFactory.InvalidationStrategy
-
Invalidate underlying
ItemStateof thisentry. - 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.
- 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.
- INVALIDATED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
-
A state once read from persistent storage has been set to invalid.
- invalidateInternal(boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- isAbstract() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- isActivityMerge() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
- isAggregate() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- isAvailable() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
Returns
trueif the referencedItemStateis available. - isCheckedOut() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- isCheckedOut(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- 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(ItemState, String[]) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
-
Determines whether the specified
permissionsare granted on the item with the specified path. - isGranted(ItemState, String[]) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
- isGranted(NodeState, Path, String[]) - Method in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
-
Determines whether the specified
permissionsare granted on the item with the specified path. - isGranted(NodeState, Path, String[]) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
- isLive() - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- isLocked() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- isLocked(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrLockManager
- isLocked(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
- isLocked(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Returns
trueif 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 returnsfalse. - isModified() - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
- isModified() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- isMovedState(NodeState) - Static method in class org.apache.jackrabbit.jcr2spi.util.StateUtility
- isMultiple() - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- isMultiple() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- 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
- isNew() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- 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
- 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
NodeStaterepresent the root node. - isSame(Item) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
- isSame(Item) - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- 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
- isShallow() - Method in class org.apache.jackrabbit.jcr2spi.operation.Merge
- isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.jcr2spi.RepositoryImpl
- isStale(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
- isTerminal(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
-
Returns
trueif the given status is a terminal status, i.e. - isTransient(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
- 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
trueif this item state is valid and can be accessed. - isValid(int) - Static method in class org.apache.jackrabbit.jcr2spi.state.Status
-
Returns
trueif this item state is valid, that is its status is one of:Status.EXISTINGStatus.EXISTING_MODIFIEDStatus.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
oldStatustonewStatus, 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
Iteminstance has been created. - ItemDefinitionProvider - Interface in org.apache.jackrabbit.jcr2spi.nodetype
-
ItemDefinitionProvider... - 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
ItemImplinstance has been destroyed (i.e. - itemExists(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- 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
- 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
ItemLifeCycleListenerinterface allows an implementing object to be informed about changes on anIteminstance. - ItemManager - Interface in org.apache.jackrabbit.jcr2spi
-
There's one
ItemManagerinstance perSessioninstance. - ItemManagerImpl - Class in org.apache.jackrabbit.jcr2spi
-
ItemManagerImplimplements theItemManagerinterface. - ItemState - Class in org.apache.jackrabbit.jcr2spi.state
-
ItemStaterepresents the state of anItem. - ItemState(int, HierarchyEntry, ItemStateFactory, ItemDefinitionProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.state.ItemState
-
Constructs an item state
- ItemState(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.
- ItemStateCreationListener - Interface in org.apache.jackrabbit.jcr2spi.state
-
ItemStateCreationListener... - ItemStateFactory - Interface in org.apache.jackrabbit.jcr2spi.state
-
ItemStateFactoryprovides methods to create childNodeStates andPropertyStates for a givenNodeState. - ItemStateLifeCycleListener - Interface in org.apache.jackrabbit.jcr2spi.state
-
ItemStateLifeCycleListenerallows 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
ItemStateValidatorinstance. - 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
Iteminstance 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.
J
- Jcr2spiRepositoryFactory - Class in org.apache.jackrabbit.jcr2spi
-
This implementation of
RepositoryFactoryis capable of returning the various SPI implementations of the Apache Jackrabbit project: SPI2DAVex (see jackrabbit-spi2dav module) SPI2DAV (see jackrabbit-spi2dav module) SPI2JCR (see jackrabbit-spi2jcr module) - Jcr2spiRepositoryFactory() - Constructor for class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
- Jcr2spiRepositoryFactory.RepositoryConfigImpl - Class in org.apache.jackrabbit.jcr2spi
- JcrLockManager - Class in org.apache.jackrabbit.jcr2spi
-
JcrLockManager... - JcrLockManager(SessionImpl) - Constructor for class org.apache.jackrabbit.jcr2spi.JcrLockManager
- JcrVersionManager - Class in org.apache.jackrabbit.jcr2spi
-
VersionManagerImpl... - JcrVersionManager(SessionImpl) - Constructor for class org.apache.jackrabbit.jcr2spi.JcrVersionManager
L
- LazyItemIterator - Class in org.apache.jackrabbit.jcr2spi
-
LazyItemIteratoris an id-based iterator that instantiates theItems only when they are requested. - LazyItemIterator(ItemManager, Iterator<? extends HierarchyEntry>) - Constructor for class org.apache.jackrabbit.jcr2spi.LazyItemIterator
-
Creates a new
LazyItemIteratorinstance. - LazyItemIterator(ItemManager, HierarchyManager, Iterator<? extends ItemId>) - Constructor for class org.apache.jackrabbit.jcr2spi.LazyItemIterator
-
Creates a new
LazyItemIteratorinstance. - 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(boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- lock(boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- lock(String, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.JcrLockManager
- lock(NodeState, boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
- lock(NodeState, boolean, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Lock a node.
- lock(NodeState, boolean, boolean, long, String) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
- lock(NodeState, boolean, boolean, long, String) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Lock a node.
- LockManagerImpl - Class in org.apache.jackrabbit.jcr2spi.lock
-
LockManagerImpl... - LockManagerImpl(WorkspaceManager, ItemManager, CacheBehaviour) - 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... - LockStateManager - Interface in org.apache.jackrabbit.jcr2spi.lock
-
Defines the functionality needed for locking and unlocking nodes.
- loggedOut(Session) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
- loggedOut(Session) - Method in interface org.apache.jackrabbit.jcr2spi.SessionListener
-
Called when a
Sessionhas 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
Sessionis 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... - lookup(String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
- lookup(ItemId) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Lookup of
HierarchyEntryby its workspace Id 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 interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManager
-
Lookup of
HierarchyEntryby its workspace path that may be different if a entry (or any of its ancestors) has been transiently moved or reordered. - lookup(Path) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl
- 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.
- 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(String, boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
-
TODO: Issue 728 of the pfd...
- merge(String, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- merge(String, String, boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- merge(Node) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- 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
keepChangesis 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 interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- merge(NodeState, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- merge(NodeState, String, boolean, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- merge(NodeState, String, boolean, boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- Merge - Class in org.apache.jackrabbit.jcr2spi.operation
-
Merge... - mergeActivity(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- mergeActivity(NodeState) - 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(String, String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- move(String, String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- move(Name, NodeEntry, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Moves this
NodeEntryas new child entry of theNodeEntryidentified bynewParentand/or renames it tonewName. - move(Name, NodeEntry, boolean) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- Move - Class in org.apache.jackrabbit.jcr2spi.operation
-
Move... - moveLabel() - Method in class org.apache.jackrabbit.jcr2spi.operation.AddLabel
N
- N_POLICY - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
Default name for a node of type rep:Policy.
- N_REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
rep:principalName
- N_REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
rep:privileges
- N_REPO_POLICY - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
Name for a node of type 'rep:repoPolicy'.
- NamespaceRegistryImpl - Class in org.apache.jackrabbit.jcr2spi
-
NamespaceRegistryImplimplements 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
- newInstance(RepositoryConfig) - Static method in class org.apache.jackrabbit.jcr2spi.security.authorization.AccessControlProviderStub
-
Instantiates and returns a concrete AccessControlProvider implementation.
- next() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- next() - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- next() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
-
Returns the next
Nodein the result set. - nextEvent() - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- nextNode() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- nextNode() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
-
Returns the next
Nodein the result set. - nextProperty() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- nextVersion() - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- NodeEntry - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
-
NodeEntry... - NodeEntryImpl - Class in org.apache.jackrabbit.jcr2spi.hierarchy
-
NodeEntryImplimplements common functionality for child node entry implementations. - nodeExists(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- 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
- NodeInfo(Name, Name, Name[], String) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
- NodeIteratorImpl - Class in org.apache.jackrabbit.jcr2spi.query
-
Implements a
NodeIteratorreturned byQueryResult.getNodes(). - NodeIteratorImpl(ItemManager, HierarchyManager, QueryInfo) - Constructor for class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
-
Creates a new
NodeIteratorImplinstance. - NodeState - Class in org.apache.jackrabbit.jcr2spi.state
-
NodeStaterepresents the state of aNode. - 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
-
NodeTypeCacheimplements a cache forQNodeTypeDefinitions on a userId basis. - NodeTypeDefinitionProvider - Interface in org.apache.jackrabbit.jcr2spi.nodetype
-
NodeTypeDefinitionProvider... - NodeTypeImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
-
NodeTypeImpl... - NodeTypeManagerImpl - Class in org.apache.jackrabbit.jcr2spi.nodetype
-
A
NodeTypeManagerImplimplements a session dependant NodeTypeManager. - NodeTypeManagerImpl(NodeTypeRegistry, ManagerProvider) - Constructor for class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
-
Creates a new
NodeTypeManagerImplinstance. - 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
NodeTypeRegistryListenerinterface 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.
- 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 preceding startPrefixMapping event; the flag is set per element in the first startPrefixMapping event and is cleared again in the following startElement event;
- NT_REP_ACCESS_CONTROLLABLE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
rep:AccessControllable nodetype
- NT_REP_ACL - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
- NT_REP_DENY_ACE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
- NT_REP_GRANT_ACE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
- NT_REP_REPO_ACCESS_CONTROLLABLE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
rep:RepoAccessControllable node type.
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
eventsand invalidates cachedItemStates 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(String, String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- 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
- 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.security.authorization - package org.apache.jackrabbit.jcr2spi.security.authorization
- org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit - package org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit
- org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl - package org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl
- 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
- P_GLOB - Static variable in interface org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.AccessControlConstants
-
rep:glob property name used to restrict the number of child nodes or properties that are affected by an ACL inherited from a parent node.
- PARAM_CACHE_BEHAVIOR - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Optional configuration parameter for
RepositoryConfig.getCacheBehaviour(). - PARAM_ITEM_CACHE_SIZE - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Optional configuration parameter for the
RepositoryConfig.getItemCacheSize(). - PARAM_LOG_WRITER_PROVIDER - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
LogWriterProvider configuration parameter: If the parameter is present the
RepositoryServicedefined by the specifiedRepositoryConfigwill be wrapped by callingSpiLoggerFactory.create(org.apache.jackrabbit.spi.RepositoryService, org.apache.jackrabbit.spi.commons.logging.LogWriterProvider)if the parameter value is an instance ofLogWriterProviderorSpiLoggerFactory.create(org.apache.jackrabbit.spi.RepositoryService)otherwise. - PARAM_POLL_TIME_OUT - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
Optional configuration parameter for the
RepositoryConfig.getPollTimeout(). - PARAM_REPOSITORY_CONFIG - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
This parameter contains the
RepositoryConfiginstance. - PARAM_REPOSITORY_SERVICE_FACTORY - Static variable in class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory
-
This parameter determines the
RepositoryServiceFactoryto create theRepositoryService. - parent - Variable in class org.apache.jackrabbit.jcr2spi.operation.AbstractRemove
- 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.Checkpoint
-
Invalidate the target
NodeState. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Clone
- persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateActivity
-
Invalidate the target
NodeState. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateConfiguration
-
Invalidate the target
NodeState. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.LockOperation
-
Invalidates the
NodeStatethat 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
NodeStatethat 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.RemoveActivity
-
Invalidates the
NodeStatethat has been updated and all its descendants. - 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
NodeStatethat has been updated and all its descendants. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.ReorderNodes
-
Throws UnsupportedOperationException
- persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
-
Invalidates the
NodeStatethat 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
NodeStatethat has been updated and all its descendants. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetMixin
- persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPrimaryType
- persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
- persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
-
Persisting a SetPolicy operation involves persisting each individual operation added by this policy.
- persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.Update
-
Invalidates the
NodeStatethat has been updated and all its descendants. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.operation.WorkspaceImport
-
Invalidates the
NodeStatethat has been updated and all its descendants. - persisted() - Method in class org.apache.jackrabbit.jcr2spi.state.ChangeLog
-
Call this method when this change log has been successfully persisted.
- privilegeFromName(SessionInfo, NamePathResolver, String) - Method in interface org.apache.jackrabbit.jcr2spi.security.authorization.AccessControlProvider
-
The privileges corresponding to the specified name.
- privilegeFromName(SessionInfo, NamePathResolver, String) - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlProviderImpl
- PrivilegeImpl - Class in org.apache.jackrabbit.jcr2spi.security.authorization
- PrivilegeImpl(PrivilegeDefinition, PrivilegeDefinition[], NamePathResolver) - Constructor for class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- 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
- PropertyEntry - Interface in org.apache.jackrabbit.jcr2spi.hierarchy
-
PropertyEntry... - PropertyEntryImpl - Class in org.apache.jackrabbit.jcr2spi.hierarchy
-
PropertyEntryImplimplements a reference to a property state. - propertyExists(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- 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
-
PropertyStaterepresents the state of aProperty. - 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
- PropInfo(Name, int, Importer.TextValue[]) - Constructor for class org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
- 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, Node) - Constructor for class org.apache.jackrabbit.jcr2spi.query.QueryImpl
-
Creates a new query.
- QueryManagerImpl - Class in org.apache.jackrabbit.jcr2spi.query
-
This class implements the
QueryManagerinterface. - QueryManagerImpl(Session, ManagerProvider, ItemManager, WorkspaceManager) - Constructor for class org.apache.jackrabbit.jcr2spi.query.QueryManagerImpl
-
Creates a new
QueryManagerImplfor the passedSession. - QueryObjectModelImpl - Class in org.apache.jackrabbit.jcr2spi.query
-
QueryObjectModelImplimplements the jcr2spi query object model. - QueryObjectModelImpl(Session, ManagerProvider, ItemManager, WorkspaceManager, QueryObjectModelTree, Node) - Constructor for class org.apache.jackrabbit.jcr2spi.query.QueryObjectModelImpl
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
Readerfor 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.
- ReferenceChangeTracker() - Constructor for class org.apache.jackrabbit.jcr2spi.util.ReferenceChangeTracker
-
Creates a new instance.
- refresh(boolean) - Method in class org.apache.jackrabbit.jcr2spi.ItemImpl
- refresh(boolean) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- refresh(boolean) - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- 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
- 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
- registerNodeTypes(Collection<QNodeTypeDefinition>, boolean) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
-
Registers the specified node type definitions.
- registerNodeTypes(Collection<QNodeTypeDefinition>, boolean) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
- registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
- registerNodeTypes(NodeTypeStorage, QNodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
- reload() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Reloads this
ChildNodeEntriesobject. - 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() - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
-
Removes this
HierarchyEntryfrom its parent and sets the status of the underlying ItemState toStatus.REMOVEDor toStatus.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() - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- remove() - Method in class org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl
- remove(NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Removes the child node entry referring 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 - Class in org.apache.jackrabbit.jcr2spi.operation
-
Remove... - REMOVE - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
- REMOVE_ACTION - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
- removeActivity(Node) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- removeActivity(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- removeActivity(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- RemoveActivity - Class in org.apache.jackrabbit.jcr2spi.operation
-
RemoveActivity... - 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
- removeItem(String) - Method in class org.apache.jackrabbit.jcr2spi.SessionImpl
- 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.JcrLockManager
-
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).
Otherwise the call is delegated toWorkspaceManager.removeLockToken(String). - 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).
Otherwise the call is delegated toWorkspaceManager.removeLockToken(String). - removeLockToken(String) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Invoked by a session to inform that a lock token has been removed.
- 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
- removeShare() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- removeSharedSet() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- removeState - Variable in class org.apache.jackrabbit.jcr2spi.operation.AbstractRemove
- removeState - Variable in class org.apache.jackrabbit.jcr2spi.operation.Remove
- 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
- RemoveVersion - Class in org.apache.jackrabbit.jcr2spi.operation
-
RemoveVersion... - 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
NodeEntrybefore anotherNodeEntry. - reorderAfter(NodeEntry, NodeEntry) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.ChildNodeEntries
-
Reorders an existing
NodeEntryafter anotherNodeEntry. - 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.
- RepositoryConfigImpl(RepositoryServiceFactory, Map<?, ?>) - Constructor for class org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- RepositoryImpl - Class in org.apache.jackrabbit.jcr2spi
-
RepositoryImpl... - RepositoryImpl.Factory - Class in org.apache.jackrabbit.jcr2spi
-
Implementation of
ObjectFactoryfor repository instances. - resolve(NodeId, NodeEntry) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
- resolveDone() - Method in class org.apache.jackrabbit.jcr2spi.operation.ResolveMergeConflict
- 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
- ResolveMergeConflict - Class in org.apache.jackrabbit.jcr2spi.operation
-
ResolveMergeConflict... - restore(String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- restore(String, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- restore(String, Version, boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- restore(Version[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- restore(Version[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceImpl
- restore(Version, boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- restore(Version, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- restore(Version, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- restore(NodeState[], boolean) - Method in interface org.apache.jackrabbit.jcr2spi.version.VersionManager
- restore(NodeState[], boolean) - Method in class org.apache.jackrabbit.jcr2spi.version.VersionManagerImpl
- restore(NodeState, Path, 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 - Class in org.apache.jackrabbit.jcr2spi.operation
-
Restore... - restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- restoreByLabel(String, String, boolean) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- 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
HierarchyEntry.revert()and moves all properties from the attic back into the 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(ItemState, PathResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
-
Failsafe conversion of an
ItemStateto JCR path for use in error messages etc. - safeGetJCRPath(Path, PathResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
-
Failsafe conversion of internal
Pathto 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() - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- save(ItemState) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
-
This will save
stateand all descendants items ofstatethat are transiently modified in a single step. - saveGetIdString(ItemId, PathResolver) - Static method in class org.apache.jackrabbit.jcr2spi.util.LogUtil
-
Failsafe conversion of an
ItemIdto 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
Nameto a JCR name for use in error messages etc. - ScoreNodeIterator - Interface in org.apache.jackrabbit.jcr2spi.query
-
Extends the
NodeIteratorinterface by adding aScoreNodeIterator.getScore()method that returns the score for the node that is returned byNodeIterator.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
Workspaceobject. - 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
WorkspaceImporterinstance. - SessionItemStateManager - Class in org.apache.jackrabbit.jcr2spi.state
-
SessionItemStateManager... - SessionItemStateManager(UpdatableItemStateManager, ItemStateValidator, QValueFactory, ItemStateFactory, SessionImpl) - Constructor for class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
-
Creates a new
SessionItemStateManagerinstance. - SessionListener - Interface in org.apache.jackrabbit.jcr2spi
-
The
SessionListenerinterface allows an implementing object to be informed about changes on aSession. - SET_PROPERTY_ACTION - Static variable in interface org.apache.jackrabbit.jcr2spi.security.AccessManager
- setActivity(Node) - Method in class org.apache.jackrabbit.jcr2spi.JcrVersionManager
- setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.jcr2spi.xml.WorkspaceContentHandler
- setFailedIds(Iterator<NodeId>) - 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.
- setLimit(long) - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
- 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
- setNewActivityId(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateActivity
- setNewConfigurationId(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.operation.CreateConfiguration
- setNewVersionId(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkin
- setNewVersionId(NodeId) - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkpoint
- setNodeEntries(Iterator<ChildInfo>) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Creates or updates the
ChildNodeEntriesof this node. - setNodeEntries(Iterator<ChildInfo>) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- setOffset(long) - Method in class org.apache.jackrabbit.jcr2spi.query.QueryImpl
- setPrimaryType(String) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- SetPrimaryType - Class in org.apache.jackrabbit.jcr2spi.operation
-
SetPrimaryNodeType... - 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, InputStream) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setProperty(String, String) - 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, int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setProperty(String, BigDecimal) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setProperty(String, Calendar) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setProperty(String, Binary) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setProperty(String, Node) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setProperty(String, Value) - 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, Value, int) - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- setPropertyEntries(Collection<Name>) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
-
Adds property entries for the given
Names. - setPropertyEntries(Collection<Name>) - 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.
- SetTree - Class in org.apache.jackrabbit.jcr2spi.operation
- setUniqueID(String) - Method in interface org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntry
- setUniqueID(String) - Method in class org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl
- setUserData(String) - Method in class org.apache.jackrabbit.jcr2spi.observation.ObservationManagerImpl
- setUserData(String) - Method in class org.apache.jackrabbit.jcr2spi.WorkspaceManager
- setUUID(String) - Method in class org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
- setValue(boolean) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(double) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(long) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(InputStream) - 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(BigDecimal) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(BigDecimal) - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- setValue(Calendar) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(Binary) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(Binary) - Method in class org.apache.jackrabbit.jcr2spi.StaleProperty
- setValue(Node) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(Value) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- setValue(Value[]) - Method in class org.apache.jackrabbit.jcr2spi.PropertyImpl
- SimpleMergeResult(boolean) - Constructor for class org.apache.jackrabbit.jcr2spi.state.ItemState.SimpleMergeResult
- skip(long) - Method in class org.apache.jackrabbit.jcr2spi.LazyItemIterator
- skip(long) - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- 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
- skipTo(long) - Method in class org.apache.jackrabbit.jcr2spi.observation.EventJournalImpl
- STALE_DESTROYED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
-
'existing', i.e.
- STALE_MODIFIED - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
-
'existing', i.e.
- StaleProperty - Class in org.apache.jackrabbit.jcr2spi
-
This implementation of
Propertythrows anInvalidItemStateExceptionon all method calls. - StaleProperty() - Constructor for class org.apache.jackrabbit.jcr2spi.StaleProperty
- 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<Importer.PropInfo>, NamePathResolver) - Method in interface org.apache.jackrabbit.jcr2spi.xml.Importer
- startNode(Importer.NodeInfo, List<Importer.PropInfo>, 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... - status - Variable in class org.apache.jackrabbit.jcr2spi.operation.AbstractOperation
- Status - Class in 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
ItemStatehas 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.
- supportsActivity() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkout
-
Returns
true, if activities are supported,falseotherwise. - supportsActivity() - Method in class org.apache.jackrabbit.jcr2spi.operation.Checkpoint
-
Returns
true, if activities are supported,falseotherwise. - 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
- toString() - Method in class org.apache.jackrabbit.jcr2spi.ItemCacheImpl
-
Returns the the state of this instance in a human readable format.
- toString() - Method in class org.apache.jackrabbit.jcr2spi.ItemManagerImpl
-
Returns the the state of this instance in a human readable format.
- toString() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
-
Returns the the state of this instance in a human readable format.
- toString() - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
-
Returns the the state of this instance in a human readable format.
- toString() - Method in class org.apache.jackrabbit.jcr2spi.security.authorization.PrivilegeImpl
- 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
-
TransientItemStateFactoryextends 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
-
TransientItemStateManageradds support for transient changes onItemStates and also provides methods to create new item states. - TransientOperation - Class in org.apache.jackrabbit.jcr2spi.operation
-
TransientOperation... - TransientOperationVisitor - Class in org.apache.jackrabbit.jcr2spi.operation
-
TransientOperationVisitor... - TransientOperationVisitor() - Constructor for class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- 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.AbstractRemove
- 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.SetPrimaryType
- undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetPropertyValue
- undo() - Method in class org.apache.jackrabbit.jcr2spi.operation.SetTree
-
Undoing a SetPolicy operation involves undoing all operations added by the SetPolicy.
- 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
stateand descendant items ofstateinside 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
-
UniqueIdResolverallows to retrieveNodeEntryinstances that are identified by a uniqueID. - UniqueIdResolver(ItemStateFactory) - Constructor for class org.apache.jackrabbit.jcr2spi.hierarchy.UniqueIdResolver
-
Creates a new
UniqueIdResolver. - unlock() - Method in class org.apache.jackrabbit.jcr2spi.NodeImpl
- unlock(String) - Method in class org.apache.jackrabbit.jcr2spi.JcrLockManager
- unlock(NodeState) - Method in class org.apache.jackrabbit.jcr2spi.lock.LockManagerImpl
- unlock(NodeState) - Method in interface org.apache.jackrabbit.jcr2spi.lock.LockStateManager
-
Removes the lock on a node.
- 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
- unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeManagerImpl
- unregisterNodeTypes(Collection<Name>) - Method in interface org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistry
-
Unregisters a collection of node types.
- unregisterNodeTypes(Collection<Name>) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeRegistryImpl
- unregisterNodeTypes(NodeTypeStorage, Name[]) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
- UpdatableItemStateManager - Interface in org.apache.jackrabbit.jcr2spi.state
-
An
ItemStateManagerthat 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(AddLabel) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(AddLabel) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(AddNode) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(AddNode) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(AddProperty) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(AddProperty) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(Checkin) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Checkin) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Checkout) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Checkout) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Checkpoint) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Checkpoint) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Clone) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Clone) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Copy) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Copy) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(CreateActivity) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(CreateActivity) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(CreateConfiguration) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(CreateConfiguration) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(LockOperation) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(LockOperation) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(LockRefresh) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(LockRefresh) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(LockRelease) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(LockRelease) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Merge) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Merge) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Move) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Move) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(Remove) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Remove) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(RemoveActivity) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(RemoveActivity) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(RemoveLabel) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(RemoveLabel) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(RemoveVersion) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(RemoveVersion) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(ReorderNodes) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(ReorderNodes) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(ResolveMergeConflict) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(ResolveMergeConflict) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(Restore) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Restore) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(SetMixin) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(SetMixin) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(SetPrimaryType) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(SetPrimaryType) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(SetPropertyValue) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(SetPropertyValue) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(SetTree) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(SetTree) - Method in class org.apache.jackrabbit.jcr2spi.state.SessionItemStateManager
- visit(Update) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(Update) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
- visit(WorkspaceImport) - Method in interface org.apache.jackrabbit.jcr2spi.operation.OperationVisitor
- visit(WorkspaceImport) - Method in class org.apache.jackrabbit.jcr2spi.operation.TransientOperationVisitor
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, ItemInfoCache) - Constructor for class org.apache.jackrabbit.jcr2spi.state.WorkspaceItemStateFactory
- WorkspaceManager - Class in org.apache.jackrabbit.jcr2spi
-
WorkspaceManager... - WorkspaceManager(RepositoryConfig, SessionInfo, boolean) - Constructor for class org.apache.jackrabbit.jcr2spi.WorkspaceManager
- wrap(NodeTypeStorage) - Method in class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeCache
-
Wraps this
NodeTypeCachearound the passedstorageand exposes itself again as aNodeTypeStorage.
X
- XASession - Interface in org.apache.jackrabbit.jcr2spi
-
The
XASessioninterface extends the capability ofSessionby adding access to a JCR repository's support for the Java Transaction API (JTA). - XASessionImpl - Class in org.apache.jackrabbit.jcr2spi
-
XASessionImplextends the regular session implementation with access to theXAResource.
_
- _UNDEFINED_ - Static variable in class org.apache.jackrabbit.jcr2spi.state.Status
All Classes All Packages