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

Packages that use NodeReferences
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.bundle.util   
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.util   
org.apache.jackrabbit.core.persistence.xml   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.util   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
org.apache.jackrabbit.core.virtual   
 

Uses of NodeReferences in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return NodeReferences
 NodeReferences PersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Methods in org.apache.jackrabbit.core.persistence with parameters of type NodeReferences
protected abstract  void AbstractPersistenceManager.destroy(NodeReferences refs)
          Destroy a node references object.
protected abstract  void AbstractPersistenceManager.store(NodeReferences refs)
          Store a references object.
 

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

Methods in org.apache.jackrabbit.core.persistence.bundle that return NodeReferences
 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.
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type NodeReferences
 void BundleFsPersistenceManager.destroy(NodeReferences refs)
          Deletes the node references from the underlying system.
 void BundleDbPersistenceManager.destroy(NodeReferences refs)
          Deletes the node references from the underlying system.
protected abstract  void AbstractBundlePersistenceManager.destroy(NodeReferences refs)
          Deletes the node references from the underlying system.
 void Oracle9PersistenceManager.store(NodeReferences refs)
           
 void BundleFsPersistenceManager.store(NodeReferences refs)
          Stores a node references to the underlying system.
 void BundleDbPersistenceManager.store(NodeReferences refs)
          Stores a node references to the underlying system.
protected abstract  void AbstractBundlePersistenceManager.store(NodeReferences refs)
          Stores a node references to the underlying system.
 

Uses of NodeReferences in org.apache.jackrabbit.core.persistence.bundle.util
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util that return NodeReferences
 NodeReferences ItemStateBinding.readState(DataInputStream in, NodeReferencesId id, PersistenceManager pMgr)
          Deserializes a NodeReferences from the data input stream.
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type NodeReferences
 void ItemStateBinding.writeState(DataOutputStream out, NodeReferences state)
          Serializes a NodeReferences to the data output stream.
 

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

Methods in org.apache.jackrabbit.core.persistence.db that return NodeReferences
 NodeReferences DatabasePersistenceManager.load(NodeReferencesId targetId)
          Load the persistent members of a node references object.
 

Methods in org.apache.jackrabbit.core.persistence.db with parameters of type NodeReferences
 void DatabasePersistenceManager.destroy(NodeReferences refs)
          Destroy a node references object.
 void OraclePersistenceManager.store(NodeReferences refs)
          Store a references object.
 void DatabasePersistenceManager.store(NodeReferences refs)
          Store a references object.
 

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

Methods in org.apache.jackrabbit.core.persistence.mem that return NodeReferences
 NodeReferences InMemPersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type NodeReferences
protected  void InMemPersistenceManager.destroy(NodeReferences refs)
          Destroy a node references object.
protected  void InMemPersistenceManager.store(NodeReferences refs)
          Store a references object.
 

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

Methods in org.apache.jackrabbit.core.persistence.obj that return NodeReferences
 NodeReferences ObjectPersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type NodeReferences
protected  void ObjectPersistenceManager.destroy(NodeReferences refs)
          Destroy a node references object.
protected  void ObjectPersistenceManager.store(NodeReferences refs)
          Store a references object.
 

Uses of NodeReferences in org.apache.jackrabbit.core.persistence.util
 

Methods in org.apache.jackrabbit.core.persistence.util with parameters of type NodeReferences
static void Serializer.deserialize(NodeReferences refs, InputStream stream)
          Deserializes a NodeReferences object from the given binary stream.
static void Serializer.serialize(NodeReferences refs, OutputStream stream)
          Serializes the specified NodeReferences object to the given binary stream.
 

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

Methods in org.apache.jackrabbit.core.persistence.xml that return NodeReferences
 NodeReferences XMLPersistenceManager.load(NodeReferencesId id)
          Load the persistent members of a node references object.
 

Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type NodeReferences
protected  void XMLPersistenceManager.destroy(NodeReferences refs)
          Destroy a node references object.
protected  void XMLPersistenceManager.store(NodeReferences refs)
          Store a references object.
 

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

Methods in org.apache.jackrabbit.core.state that return NodeReferences
 NodeReferences ChangeLog.get(NodeReferencesId id)
          Return a node references object given its 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
 

Methods in org.apache.jackrabbit.core.state with parameters of type NodeReferences
 void ChangeLog.modified(NodeReferences refs)
          A references has been modified
 

Uses of NodeReferences in org.apache.jackrabbit.core.state.util
 

Methods in org.apache.jackrabbit.core.state.util with parameters of type NodeReferences
static void Serializer.deserialize(NodeReferences refs, InputStream stream)
          Deprecated. user Serializer.deserialize(NodeReferences, InputStream)
static void Serializer.serialize(NodeReferences refs, OutputStream stream)
          Deprecated. use Serializer.serialize(NodeReferences, OutputStream)
 

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

Methods in org.apache.jackrabbit.core.version that return NodeReferences
 NodeReferences XAVersionManager.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 NodeReferences VersionItemStateManager.getNodeReferences(NodeReferencesId id)
           
 

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

Methods in org.apache.jackrabbit.core.virtual that return NodeReferences
 NodeReferences AbstractVISProvider.getNodeReferences(NodeReferencesId id)
          Return a node references object, given its target id
 



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