|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.mem |
|---|
| Methods in org.apache.jackrabbit.core.persistence.mem that return NodePropBundle | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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.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 | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||