Package | Description |
---|---|
org.apache.jackrabbit.core.persistence | |
org.apache.jackrabbit.core.persistence.bundle | |
org.apache.jackrabbit.core.persistence.db |
This package contains the class
,
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 |
Modifier and Type | Method and Description |
---|---|
NodeReferences |
PersistenceManager.loadReferencesTo(NodeId id)
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractPersistenceManager.destroy(NodeReferences refs)
Deprecated.
Destroy a node references object.
|
protected abstract void |
AbstractPersistenceManager.store(NodeReferences refs)
Deprecated.
Store a references object.
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
BundleFsPersistenceManager.loadReferencesTo(NodeId targetId)
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleFsPersistenceManager.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.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.
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
DatabasePersistenceManager.loadReferencesTo(NodeId targetId)
Deprecated.
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabasePersistenceManager.destroy(NodeReferences refs)
Deprecated.
Destroy a node references object.
|
void |
OraclePersistenceManager.store(NodeReferences refs)
Deprecated.
Store a references object.
|
void |
DatabasePersistenceManager.store(NodeReferences refs)
Deprecated.
Store a references object.
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
InMemPersistenceManager.loadReferencesTo(NodeId id)
Deprecated.
Load the persisted references to the node with the given identifier.
|
NodeReferences |
InMemBundlePersistenceManager.loadReferencesTo(NodeId id)
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InMemPersistenceManager.destroy(NodeReferences refs)
Deprecated.
Destroy a node references object.
|
protected void |
InMemBundlePersistenceManager.destroy(NodeReferences refs)
Deletes the node references from the underlying system.
|
protected void |
InMemPersistenceManager.store(NodeReferences refs)
Deprecated.
Store a references object.
|
protected void |
InMemBundlePersistenceManager.store(NodeReferences refs)
Stores a node references to the underlying system.
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
ObjectPersistenceManager.loadReferencesTo(NodeId id)
Deprecated.
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectPersistenceManager.destroy(NodeReferences refs)
Deprecated.
Destroy a node references object.
|
protected void |
ObjectPersistenceManager.store(NodeReferences refs)
Deprecated.
Store a references object.
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
BundleDbPersistenceManager.loadReferencesTo(NodeId targetId)
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleDbPersistenceManager.destroy(NodeReferences refs)
Deletes the node references from the underlying system.
|
void |
BundleDbPersistenceManager.store(NodeReferences refs)
Stores a node references to the underlying system.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
NodeReferences |
XMLPersistenceManager.loadReferencesTo(NodeId id)
Deprecated.
Load the persisted references to the node with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLPersistenceManager.destroy(NodeReferences refs)
Deprecated.
Destroy a node references object.
|
protected void |
XMLPersistenceManager.store(NodeReferences refs)
Deprecated.
Store a references object.
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
XAItemStateManager.getNodeReferences(NodeId id)
Return a node references object, given its target id
|
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 |
LocalItemStateManager.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 |
ChangeLog.getReferencesTo(NodeId id)
Return a node references object given the target node id.
|
Modifier and Type | Method and Description |
---|---|
Iterable<NodeReferences> |
ChangeLog.modifiedRefs()
Return the modified references in this change log.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLog.modified(NodeReferences refs)
A references has been modified
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
VersionItemStateManager.getNodeReferences(NodeId id) |
NodeReferences |
InternalXAVersionManager.getNodeReferences(NodeId id)
Return a node references object, given its target id
|
Modifier and Type | Method and Description |
---|---|
NodeReferences |
AbstractVISProvider.getNodeReferences(NodeId id)
Return a node references object, given its target id
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.