Uses of Class
org.apache.jackrabbit.core.persistence.util.NodePropBundle

Packages that use NodePropBundle
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.pool   
org.apache.jackrabbit.core.persistence.util   
 

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

Methods in org.apache.jackrabbit.core.persistence.bundle that return NodePropBundle
protected  NodePropBundle BundleFsPersistenceManager.loadBundle(NodeId id)
          Loads a bundle from the underlying system.
protected abstract  NodePropBundle AbstractBundlePersistenceManager.loadBundle(NodeId id)
          Loads a bundle from the underlying system.
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type NodePropBundle
protected  void BundleFsPersistenceManager.destroyBundle(NodePropBundle bundle)
          Deletes the bundle from the underlying system.
protected abstract  void AbstractBundlePersistenceManager.destroyBundle(NodePropBundle bundle)
          Deletes the bundle from the underlying system.
protected  void BundleFsPersistenceManager.storeBundle(NodePropBundle bundle)
          Stores a bundle to the underlying system.
protected abstract  void AbstractBundlePersistenceManager.storeBundle(NodePropBundle bundle)
          Stores a bundle to the underlying system.
 

Uses of NodePropBundle in org.apache.jackrabbit.core.persistence.pool
 

Methods in org.apache.jackrabbit.core.persistence.pool that return NodePropBundle
protected  NodePropBundle BundleDbPersistenceManager.loadBundle(NodeId id)
          Loads a bundle from the underlying system.
 

Methods in org.apache.jackrabbit.core.persistence.pool with parameters of type NodePropBundle
protected  void BundleDbPersistenceManager.checkBundleConsistency(NodeId id, NodePropBundle bundle, boolean fix, Collection<NodePropBundle> modifications)
          Checks a single bundle for inconsistencies, ie. inexistent child nodes and inexistent parents.
protected  void BundleDbPersistenceManager.destroyBundle(NodePropBundle bundle)
          Deletes the bundle from the underlying system.
protected  void BundleDbPersistenceManager.storeBundle(NodePropBundle bundle)
          Stores a bundle to the underlying system.
 

Method parameters in org.apache.jackrabbit.core.persistence.pool with type arguments of type NodePropBundle
protected  void BundleDbPersistenceManager.checkBundleConsistency(NodeId id, NodePropBundle bundle, boolean fix, Collection<NodePropBundle> modifications)
          Checks a single bundle for inconsistencies, ie. inexistent child nodes and inexistent parents.
 

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

Methods in org.apache.jackrabbit.core.persistence.util that return NodePropBundle
 NodePropBundle BundleBinding.readBundle(InputStream in, NodeId id)
          Deserializes a NodePropBundle from a data input stream.
 

Methods in org.apache.jackrabbit.core.persistence.util with parameters of type NodePropBundle
 void BundleBinding.writeBundle(OutputStream out, NodePropBundle bundle)
          Serializes a NodePropBundle to a data output stream
 



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