Uses of Class
org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
-
Uses of NodePropBundle in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle that return NodePropBundle Modifier and Type Method Description protected abstract NodePropBundle
AbstractBundlePersistenceManager. loadBundle(NodeId id)
Loads a bundle from the underlying system.protected NodePropBundle
BundleFsPersistenceManager. loadBundle(NodeId id)
Loads a bundle from the underlying system.Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type NodePropBundle Modifier and Type Method Description protected abstract void
AbstractBundlePersistenceManager. destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.protected void
BundleFsPersistenceManager. destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.protected abstract void
AbstractBundlePersistenceManager. storeBundle(NodePropBundle bundle)
Stores a bundle to the underlying system.protected void
BundleFsPersistenceManager. storeBundle(NodePropBundle bundle)
Stores a bundle to the underlying system. -
Uses of NodePropBundle in org.apache.jackrabbit.core.persistence.mem
Methods in org.apache.jackrabbit.core.persistence.mem that return NodePropBundle Modifier and Type Method Description protected NodePropBundle
InMemBundlePersistenceManager. loadBundle(NodeId id)
Loads a bundle from the underlying system.Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type NodePropBundle Modifier and Type Method Description protected void
InMemBundlePersistenceManager. destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.protected void
InMemBundlePersistenceManager. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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. -
Uses of NodePropBundle in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util that return NodePropBundle Modifier and Type Method Description NodePropBundle
BundleBinding. readBundle(InputStream in, NodeId id)
Deserializes aNodePropBundle
from a data input stream.Methods in org.apache.jackrabbit.core.persistence.util with parameters of type NodePropBundle Modifier and Type Method Description void
BundleBinding. writeBundle(OutputStream out, NodePropBundle bundle)
Serializes aNodePropBundle
to a data output streamConstructors in org.apache.jackrabbit.core.persistence.util with parameters of type NodePropBundle Constructor Description NodeInfo(NodePropBundle bundle)
Create a new NodeInfo object from a bundle
-