Uses of Class
org.apache.jackrabbit.core.state.NoSuchItemStateException
-
Packages that use NoSuchItemStateException Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.nodetype.virtual org.apache.jackrabbit.core.persistence org.apache.jackrabbit.core.persistence.bundle org.apache.jackrabbit.core.persistence.db This package contains the class
, a simple generic JDBC-basedSimpleDbPersistenceManager
PersistenceManager
for Jackrabbit.org.apache.jackrabbit.core.persistence.mem org.apache.jackrabbit.core.persistence.obj org.apache.jackrabbit.core.persistence.pool org.apache.jackrabbit.core.persistence.xml org.apache.jackrabbit.core.query org.apache.jackrabbit.core.state org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers.org.apache.jackrabbit.core.virtual -
-
Uses of NoSuchItemStateException in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that throw NoSuchItemStateException Modifier and Type Method Description protected ItemState
HierarchyManagerImpl. getItemState(ItemId id)
Return an item state, given its item id.protected ItemState
ZombieHierarchyManager. getItemState(ItemId id)
Return an item state, given its item id. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.nodetype.virtual
Methods in org.apache.jackrabbit.core.nodetype.virtual that throw NoSuchItemStateException Modifier and Type Method Description protected VirtualNodeState
VirtualNodeTypeStateProvider. internalGetNodeState(NodeId id)
Retrieves the node state with the given node id -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence
Methods in org.apache.jackrabbit.core.persistence that throw NoSuchItemStateException Modifier and Type Method Description NodeState
PersistenceManager. load(NodeId id)
Load the persistent members of a node state.PropertyState
PersistenceManager. load(PropertyId id)
Load the persistent members of a property state.NodeReferences
PersistenceManager. loadReferencesTo(NodeId id)
Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle that throw NoSuchItemStateException Modifier and Type Method Description NodeState
AbstractBundlePersistenceManager. load(NodeId id)
Load the persistent members of a node state.PropertyState
AbstractBundlePersistenceManager. load(PropertyId id)
Load the persistent members of a property state.NodeReferences
BundleFsPersistenceManager. loadReferencesTo(NodeId targetId)
Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.db
Methods in org.apache.jackrabbit.core.persistence.db that throw NoSuchItemStateException Modifier and Type Method Description NodeState
DatabasePersistenceManager. load(NodeId id)
Deprecated.Load the persistent members of a node state.PropertyState
DatabasePersistenceManager. load(PropertyId id)
Deprecated.Load the persistent members of a property state.NodeReferences
DatabasePersistenceManager. loadReferencesTo(NodeId targetId)
Deprecated.Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.mem
Methods in org.apache.jackrabbit.core.persistence.mem that throw NoSuchItemStateException Modifier and Type Method Description NodeState
InMemPersistenceManager. load(NodeId id)
Deprecated.Load the persistent members of a node state.PropertyState
InMemPersistenceManager. load(PropertyId id)
Deprecated.Load the persistent members of a property state.NodeReferences
InMemBundlePersistenceManager. loadReferencesTo(NodeId id)
Load the persisted references to the node with the given identifier.NodeReferences
InMemPersistenceManager. loadReferencesTo(NodeId id)
Deprecated.Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.obj
Methods in org.apache.jackrabbit.core.persistence.obj that throw NoSuchItemStateException Modifier and Type Method Description NodeState
ObjectPersistenceManager. load(NodeId id)
Deprecated.Load the persistent members of a node state.PropertyState
ObjectPersistenceManager. load(PropertyId id)
Deprecated.Load the persistent members of a property state.NodeReferences
ObjectPersistenceManager. loadReferencesTo(NodeId id)
Deprecated.Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.pool
Methods in org.apache.jackrabbit.core.persistence.pool that throw NoSuchItemStateException Modifier and Type Method Description NodeReferences
BundleDbPersistenceManager. loadReferencesTo(NodeId targetId)
Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.xml
Methods in org.apache.jackrabbit.core.persistence.xml that throw NoSuchItemStateException Modifier and Type Method Description NodeState
XMLPersistenceManager. load(NodeId id)
Deprecated.Load the persistent members of a node state.PropertyState
XMLPersistenceManager. load(PropertyId id)
Deprecated.Load the persistent members of a property state.NodeReferences
XMLPersistenceManager. loadReferencesTo(NodeId id)
Deprecated.Load the persisted references to the node with the given identifier. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query with parameters of type NoSuchItemStateException Modifier and Type Method Description abstract void
OnWorkspaceInconsistency. handleMissingChildNode(NoSuchItemStateException exception, QueryHandler handler, Path path, NodeState node, ChildNodeEntry child)
Handle a missing child node state. -
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that throw NoSuchItemStateException Modifier and Type Method Description ItemState
ChangeLog. get(ItemId id)
Return an item state given its id.ItemState
ItemStateManager. getItemState(ItemId id)
Return an item state, given its item id.ItemState
LocalItemStateManager. getItemState(ItemId id)
Return an item state, given its item id.ItemState
SessionItemStateManager. getItemState(ItemId id)
Return an item state, given its item id.ItemState
SharedItemStateManager. getItemState(ItemId id)
Return an item state, given its item id.ItemState
XAItemStateManager. getItemState(ItemId id)
Return an item state, given its item id.NodeReferences
ItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
LocalItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
SessionItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
SharedItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
XAItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idprotected NodeState
LocalItemStateManager. getNodeState(NodeId id)
Retrieve a node state from the parent shared state manager and wraps it into a intermediate object that helps us handle local modifications.protected PropertyState
LocalItemStateManager. getPropertyState(PropertyId id)
Retrieve a property state from the parent shared state manager and wraps it into a intermediate object that helps us handle local modifications.ItemState
SessionItemStateManager. getTransientItemState(ItemId id)
-
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that throw NoSuchItemStateException Modifier and Type Method Description ItemState
InternalXAVersionManager. getItemState(ItemId id)
Return an item state, given its item id.NodeReferences
InternalXAVersionManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
VersionItemStateManager. getNodeReferences(NodeId id)
-
Uses of NoSuchItemStateException in org.apache.jackrabbit.core.virtual
Methods in org.apache.jackrabbit.core.virtual that throw NoSuchItemStateException Modifier and Type Method Description ItemState
AbstractVISProvider. getItemState(ItemId id)
Return an item state, given its item id.NodeReferences
AbstractVISProvider. getNodeReferences(NodeId id)
Return a node references object, given its target idVirtualPropertyState
VirtualNodeState. getProperty(Name name)
returns the property state of the given nameInternalValue
VirtualNodeState. getPropertyValue(Name name)
Returns the value of the given property ornull
InternalValue[]
VirtualNodeState. getPropertyValues(Name name)
Returns the values of the given property ofnull
protected abstract VirtualNodeState
AbstractVISProvider. internalGetNodeState(NodeId id)
Retrieves the node state with the given node idprotected VirtualPropertyState
AbstractVISProvider. internalGetPropertyState(PropertyId id)
Retrieves the property state for the given id
-