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.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.obj   
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
protected  ItemState ZombieHierarchyManager.getItemState(ItemId id)
          Return an item state, given its item id.
protected  ItemState HierarchyManagerImpl.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
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
 NodeState PersistenceManager.load(NodeId id)
          Load the persistent members of a node state.
 NodeReferences PersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 PropertyState PersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 

Uses of NoSuchItemStateException in org.apache.jackrabbit.core.persistence.bundle
 

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

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

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

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

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

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

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

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

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

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

Methods in org.apache.jackrabbit.core.query with parameters of type NoSuchItemStateException
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
 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.
 ItemState SharedItemStateManager.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 LocalItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.
 ItemState ItemStateManager.getItemState(ItemId id)
          Return an item state, given its item id.
 NodeReferences XAItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 NodeReferences SharedItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 NodeReferences SessionItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 NodeReferences LocalItemStateManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 NodeReferences ItemStateManager.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 SessionItemStateManager.getTransientItemState(ItemId id)
           
 

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.
 NodeReferences XAVersionManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 NodeReferences VersionItemStateManager.getNodeReferences(NodeReferencesId id)
           
 

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

Methods in org.apache.jackrabbit.core.virtual that throw NoSuchItemStateException
 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
 VirtualPropertyState VirtualNodeState.getProperty(Name name)
          returns the property state of the given name
 InternalValue VirtualNodeState.getPropertyValue(Name name)
          Returns the value of the given property or null
 InternalValue[] VirtualNodeState.getPropertyValues(Name name)
          Returns the values of the given property of null
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-2009 The Apache Software Foundation. All Rights Reserved.