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-basedSimpleDbPersistenceManagerPersistenceManagerfor 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 ItemStateHierarchyManagerImpl. getItemState(ItemId id)Return an item state, given its item id.protected ItemStateZombieHierarchyManager. 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 VirtualNodeStateVirtualNodeTypeStateProvider. 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 NodeStatePersistenceManager. load(NodeId id)Load the persistent members of a node state.PropertyStatePersistenceManager. load(PropertyId id)Load the persistent members of a property state.NodeReferencesPersistenceManager. 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 NodeStateAbstractBundlePersistenceManager. load(NodeId id)Load the persistent members of a node state.PropertyStateAbstractBundlePersistenceManager. load(PropertyId id)Load the persistent members of a property state.NodeReferencesBundleFsPersistenceManager. 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 NodeStateDatabasePersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.PropertyStateDatabasePersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.NodeReferencesDatabasePersistenceManager. 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 NodeStateInMemPersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.PropertyStateInMemPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.NodeReferencesInMemBundlePersistenceManager. loadReferencesTo(NodeId id)Load the persisted references to the node with the given identifier.NodeReferencesInMemPersistenceManager. 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 NodeStateObjectPersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.PropertyStateObjectPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.NodeReferencesObjectPersistenceManager. 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 NodeReferencesBundleDbPersistenceManager. 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 NodeStateXMLPersistenceManager. load(NodeId id)Deprecated.Load the persistent members of a node state.PropertyStateXMLPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.NodeReferencesXMLPersistenceManager. 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 voidOnWorkspaceInconsistency. 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 ItemStateChangeLog. get(ItemId id)Return an item state given its id.ItemStateItemStateManager. getItemState(ItemId id)Return an item state, given its item id.ItemStateLocalItemStateManager. getItemState(ItemId id)Return an item state, given its item id.ItemStateSessionItemStateManager. getItemState(ItemId id)Return an item state, given its item id.ItemStateSharedItemStateManager. getItemState(ItemId id)Return an item state, given its item id.ItemStateXAItemStateManager. getItemState(ItemId id)Return an item state, given its item id.NodeReferencesItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesLocalItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesSessionItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesSharedItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesXAItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idprotected NodeStateLocalItemStateManager. 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 PropertyStateLocalItemStateManager. 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.ItemStateSessionItemStateManager. 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 ItemStateInternalXAVersionManager. getItemState(ItemId id)Return an item state, given its item id.NodeReferencesInternalXAVersionManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesVersionItemStateManager. 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 ItemStateAbstractVISProvider. getItemState(ItemId id)Return an item state, given its item id.NodeReferencesAbstractVISProvider. getNodeReferences(NodeId id)Return a node references object, given its target idVirtualPropertyStateVirtualNodeState. getProperty(Name name)returns the property state of the given nameInternalValueVirtualNodeState. getPropertyValue(Name name)Returns the value of the given property ornullInternalValue[]VirtualNodeState. getPropertyValues(Name name)Returns the values of the given property ofnullprotected abstract VirtualNodeStateAbstractVISProvider. internalGetNodeState(NodeId id)Retrieves the node state with the given node idprotected VirtualPropertyStateAbstractVISProvider. internalGetPropertyState(PropertyId id)Retrieves the property state for the given id
-