Uses of Class
org.apache.jackrabbit.core.state.NoSuchItemStateException

Packages that use NoSuchItemStateException
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.state   
org.apache.jackrabbit.core.state.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.state.mem   
org.apache.jackrabbit.core.state.obj   
org.apache.jackrabbit.core.state.xml   
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
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.

Low-level hook provided for specialized derived classes.

Delivers state from attic if such exists, otherwise calls base class.

 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.nodetype.virtual
 

Methods in org.apache.jackrabbit.core.nodetype.virtual that throw NoSuchItemStateException
protected  VirtualNodeState VirtualNodeTypeStateProvider.internalGetNodeState(NodeId id)
          Retrieves the node state with the given node id
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that throw NoSuchItemStateException
 ItemState ItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.
 NodeReferences ItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 ItemState SessionItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.
 NodeReferences SessionItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 ItemState SessionItemStateManager.getTransientItemState(ItemId id)
           
 ItemState ChangeLog.get(ItemId id)
          Return an item state given its id.
 ItemState XAItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.

If this state manager is committing changes, this method first checks the commitLog ThreadLocal.

 NodeReferences XAItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id

If this state manager is committing changes, this method first checks the commitLog ThreadLocal.

 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.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 ItemState SharedItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.
 NodeReferences SharedItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
protected  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 LocalItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.
 NodeReferences LocalItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.state.db
 

Methods in org.apache.jackrabbit.core.state.db that throw NoSuchItemStateException
 NodeState SimpleDbPersistenceManager.load(NodeId id)
          Load the persistent members of a node state.
 PropertyState SimpleDbPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 NodeReferences SimpleDbPersistenceManager.load(NodeReferencesId targetId)
          Load the persistent members of a node references object.
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.state.mem
 

Methods in org.apache.jackrabbit.core.state.mem that throw NoSuchItemStateException
 NodeState InMemPersistenceManager.load(NodeId id)
          Load the persistent members of a node state.
 PropertyState InMemPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 NodeReferences InMemPersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.state.obj
 

Methods in org.apache.jackrabbit.core.state.obj that throw NoSuchItemStateException
 NodeState ObjectPersistenceManager.load(NodeId id)
          Load the persistent members of a node state.
 PropertyState ObjectPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 NodeReferences ObjectPersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.state.xml
 

Methods in org.apache.jackrabbit.core.state.xml that throw NoSuchItemStateException
 NodeState XMLPersistenceManager.load(NodeId id)
          Load the persistent members of a node state.
 PropertyState XMLPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 NodeReferences XMLPersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version that throw NoSuchItemStateException
 ItemState XAVersionManager.getItemState(ItemId id)
          Return an item state, given its item id.

Return item states for changes only.

 NodeReferences XAVersionManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.virtual
 

Methods in org.apache.jackrabbit.core.virtual that throw NoSuchItemStateException
 InternalValue[] VirtualNodeState.getPropertyValues(QName name)
          Returns the values of the given property of null
 InternalValue VirtualNodeState.getPropertyValue(QName name)
          Returns the value of the given property or null
 VirtualPropertyState VirtualNodeState.getProperty(QName name)
          returns the property state of the given name
 ItemState AbstractVISProvider.getItemState(ItemId id)
          Return an item state, given its item id.
 NodeReferences AbstractVISProvider.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
protected abstract  VirtualNodeState AbstractVISProvider.internalGetNodeState(NodeId id)
          Retrieves the node state with the given node id
protected  VirtualPropertyState AbstractVISProvider.internalGetPropertyState(PropertyId id)
          Retrieces the property state for the given id
 



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