Uses of Class
org.apache.jackrabbit.core.state.NodeReferences
-
Packages that use NodeReferences 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-basedSimpleDbPersistenceManager
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 Modifier and Type Method Description 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 Modifier and Type Method 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. -
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle that return NodeReferences Modifier and Type Method Description 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 Modifier and Type Method Description 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.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.db
Methods in org.apache.jackrabbit.core.persistence.db that return NodeReferences Modifier and Type Method Description NodeReferences
DatabasePersistenceManager. loadReferencesTo(NodeId targetId)
Deprecated.Load the persisted references to the node with the given identifier.Methods in org.apache.jackrabbit.core.persistence.db with parameters of type NodeReferences Modifier and Type Method Description void
DatabasePersistenceManager. destroy(NodeReferences refs)
Deprecated.Destroy a node references object.void
DatabasePersistenceManager. store(NodeReferences refs)
Deprecated.Store a references object.void
OraclePersistenceManager. store(NodeReferences refs)
Deprecated.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 Modifier and Type Method Description NodeReferences
InMemBundlePersistenceManager. loadReferencesTo(NodeId id)
Load the persisted references to the node with the given identifier.NodeReferences
InMemPersistenceManager. loadReferencesTo(NodeId id)
Deprecated.Load the persisted references to the node with the given identifier.Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type NodeReferences Modifier and Type Method Description protected void
InMemBundlePersistenceManager. destroy(NodeReferences refs)
Deletes the node references from the underlying system.protected void
InMemPersistenceManager. destroy(NodeReferences refs)
Deprecated.Destroy a node references object.protected void
InMemBundlePersistenceManager. store(NodeReferences refs)
Stores a node references to the underlying system.protected void
InMemPersistenceManager. store(NodeReferences refs)
Deprecated.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 Modifier and Type Method Description NodeReferences
ObjectPersistenceManager. loadReferencesTo(NodeId id)
Deprecated.Load the persisted references to the node with the given identifier.Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type NodeReferences Modifier and Type Method Description protected void
ObjectPersistenceManager. destroy(NodeReferences refs)
Deprecated.Destroy a node references object.protected void
ObjectPersistenceManager. store(NodeReferences refs)
Deprecated.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 Modifier and Type Method Description NodeReferences
BundleDbPersistenceManager. 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 Modifier and Type Method 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. -
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util with parameters of type NodeReferences Modifier and Type Method Description static void
Serializer. deserialize(NodeReferences refs, InputStream stream)
Deserializes aNodeReferences
object from the given binarystream
.static void
Serializer. serialize(NodeReferences refs, OutputStream stream)
Serializes the specifiedNodeReferences
object to the given binarystream
. -
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.xml
Methods in org.apache.jackrabbit.core.persistence.xml that return NodeReferences Modifier and Type Method Description NodeReferences
XMLPersistenceManager. loadReferencesTo(NodeId id)
Deprecated.Load the persisted references to the node with the given identifier.Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type NodeReferences Modifier and Type Method Description protected void
XMLPersistenceManager. destroy(NodeReferences refs)
Deprecated.Destroy a node references object.protected void
XMLPersistenceManager. store(NodeReferences refs)
Deprecated.Store a references object. -
Uses of NodeReferences in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that return NodeReferences Modifier and Type Method Description NodeReferences
ItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
LocalItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
SessionItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
SharedItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
XAItemStateManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
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 Modifier and Type Method Description Iterable<NodeReferences>
ChangeLog. modifiedRefs()
Return the modified references in this change log.Methods in org.apache.jackrabbit.core.state with parameters of type NodeReferences Modifier and Type Method Description 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 Modifier and Type Method Description NodeReferences
InternalXAVersionManager. getNodeReferences(NodeId id)
Return a node references object, given its target idNodeReferences
VersionItemStateManager. getNodeReferences(NodeId id)
-
Uses of NodeReferences in org.apache.jackrabbit.core.virtual
Methods in org.apache.jackrabbit.core.virtual that return NodeReferences Modifier and Type Method Description NodeReferences
AbstractVISProvider. getNodeReferences(NodeId id)
Return a node references object, given its target id
-