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.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.pool   
org.apache.jackrabbit.core.persistence.util   
org.apache.jackrabbit.core.persistence.xml   
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 NodeReferences in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return NodeReferences
 NodeReferences PersistenceManager.loadReferencesTo(NodeId id)
          Load the persisted references to the node with the given identifier.
 

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 BundleDbPersistenceManager.loadReferencesTo(NodeId targetId)
          Load the persisted references to the node with the given identifier.
 NodeReferences BundleFsPersistenceManager.loadReferencesTo(NodeId targetId)
          Load the persisted references to the node with the given identifier.
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type NodeReferences
 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 BundleFsPersistenceManager.destroy(NodeReferences refs)
          Deletes the node references from 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.
 void Oracle9PersistenceManager.store(NodeReferences refs)
           
 void BundleFsPersistenceManager.store(NodeReferences refs)
          Stores a node references to the underlying system.
 

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

Methods in org.apache.jackrabbit.core.persistence.db that return NodeReferences
 NodeReferences DatabasePersistenceManager.loadReferencesTo(NodeId targetId)
          Load the persisted references to the node with the given identifier.
 

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.loadReferencesTo(NodeId id)
          Load the persisted references to the node with the given identifier.
 

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.loadReferencesTo(NodeId id)
          Load the persisted references to the node with the given identifier.
 

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.pool
 

Methods in org.apache.jackrabbit.core.persistence.pool that return NodeReferences
 NodeReferences BundleDbPersistenceManager.loadReferencesTo(NodeId targetId)
          Load the persisted references to the node with the given identifier.
 NodeReferences BundleFsPersistenceManager.loadReferencesTo(NodeId targetId)
          Load the persisted references to the node with the given identifier.
 

Methods in org.apache.jackrabbit.core.persistence.pool with parameters of type NodeReferences
 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 BundleFsPersistenceManager.destroy(NodeReferences refs)
          Deletes the node references from 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.
 void BundleFsPersistenceManager.store(NodeReferences refs)
          Stores a node references to the underlying system.
 

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.loadReferencesTo(NodeId id)
          Load the persisted references to the node with the given identifier.
 

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 SharedItemStateManager.getNodeReferences(NodeId id)
          Return a node references object, given its target id
 NodeReferences SessionItemStateManager.getNodeReferences(NodeId id)
          Return a node references object, given its target id
 NodeReferences ItemStateManager.getNodeReferences(NodeId id)
          Return a node references object, given its target id
 NodeReferences LocalItemStateManager.getNodeReferences(NodeId id)
          Return a node references object, given its target id
 NodeReferences XAItemStateManager.getNodeReferences(NodeId id)
          Return a node references object, given its target id
 NodeReferences ChangeLog.getReferencesTo(NodeId id)
          Return a node references object given the target node id.
 

Methods in org.apache.jackrabbit.core.state that return types with arguments of type NodeReferences
 Iterable<NodeReferences> ChangeLog.modifiedRefs()
          Return the modified references in this change log.
 

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.version
 

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

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

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



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