Uses of Package
org.apache.jackrabbit.core.state

Packages that use org.apache.jackrabbit.core.state
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.observation   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
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.util   
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   
org.apache.jackrabbit.core.xml   
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core
ItemState
          ItemState represents the state of an Item.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
LocalItemStateManager
          Local ItemStateManager that isolates changes to persistent states from other clients.
NodeState
          NodeState represents the state of a Node.
NodeState.ChildNodeEntry
          ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.
NodeStateListener
          Extends the ItemStateListener allowing a client to be additionally informed about changes on a NodeState.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
SessionItemStateManager
          SessionItemStateManager ...
SharedItemStateManager
          Shared ItemStateManager (SISM).
UpdatableItemStateManager
          Identifies an ItemStateManager that allows updating items.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.nodetype.virtual
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeReferences
          NodeReferences represents the references (i.e.
NoSuchItemStateException
          The NoSuchItemStateException ...
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.observation
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.query
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeState
          NodeState represents the state of a Node.
NodeStateIterator
          NodeStateIterator extends the Iterator interface by the respective NodeState methods.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.query.lucene
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeState
          NodeState represents the state of a Node.
NodeStateIterator
          NodeStateIterator extends the Iterator interface by the respective NodeState methods.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemState
          ItemState represents the state of an Item.
ItemStateCache
          An ItemStateCache maintains a cache of ItemState instances.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
ItemStateMap
          A Map based ItemStateStore implementation.
ItemStateStore
          ItemStateStore is similar to a typed Map:

An ItemStateStore temporarily stores and retrieves ItemState instances using their ItemIds as key.

LocalItemStateManager
          Local ItemStateManager that isolates changes to persistent states from other clients.
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NodeState.ChildNodeEntry
          ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.
NoSuchItemStateException
          The NoSuchItemStateException ...
PersistenceManager
          Persistence manager interface.
PMContext
          A PMContext is used to provide context information for a PersistenceManager.
PropertyState
          PropertyState represents the state of a Property.
SharedItemStateManager
          Shared ItemStateManager (SISM).
StaleItemStateException
          Signals that an item has been modified externally and that the item state representing it has thus become stale.
UpdatableItemStateManager
          Identifies an ItemStateManager that allows updating items.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state.db
AbstractPersistenceManager
          Implementation PersistenceManager that handles some concepts.
ChangeLog
          Registers changes made to states and references and consolidates empty changes.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PersistenceManager
          Persistence manager interface.
PMContext
          A PMContext is used to provide context information for a PersistenceManager.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state.mem
AbstractPersistenceManager
          Implementation PersistenceManager that handles some concepts.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PersistenceManager
          Persistence manager interface.
PMContext
          A PMContext is used to provide context information for a PersistenceManager.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state.obj
AbstractPersistenceManager
          Implementation PersistenceManager that handles some concepts.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PersistenceManager
          Persistence manager interface.
PMContext
          A PMContext is used to provide context information for a PersistenceManager.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state.util
NodeReferences
          NodeReferences represents the references (i.e.
NodeState
          NodeState represents the state of a Node.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.state.xml
AbstractPersistenceManager
          Implementation PersistenceManager that handles some concepts.
ItemStateException
          The ItemStateException ...
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PersistenceManager
          Persistence manager interface.
PMContext
          A PMContext is used to provide context information for a PersistenceManager.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.version
ItemState
          ItemState represents the state of an Item.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PersistenceManager
          Persistence manager interface.
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.virtual
ItemState
          ItemState represents the state of an Item.
ItemStateException
          The ItemStateException ...
ItemStateListener
          The ItemStateListener interface allows an implementing object to be informed about changes on an ItemState.
ItemStateManager
          The ItemStateManager interface provides methods for retrieving ItemState and NodeReferences instances by id.
NodeReferences
          NodeReferences represents the references (i.e.
NodeReferencesId
          Identifies a NodeReferences object.
NodeState
          NodeState represents the state of a Node.
NoSuchItemStateException
          The NoSuchItemStateException ...
PropertyState
          PropertyState represents the state of a Property.
 

Classes in org.apache.jackrabbit.core.state used by org.apache.jackrabbit.core.xml
NodeState
          NodeState represents the state of a Node.
 



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