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 classSimpleDbPersistenceManagerPersistenceManagerfor 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.persistenceMethods in org.apache.jackrabbit.core.persistence that return NodeReferences Modifier and Type Method Description NodeReferencesPersistenceManager. 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 voidAbstractPersistenceManager. destroy(NodeReferences refs)Deprecated.Destroy a node references object.protected abstract voidAbstractPersistenceManager. store(NodeReferences refs)Deprecated.Store a references object.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.bundleMethods in org.apache.jackrabbit.core.persistence.bundle that return NodeReferences Modifier and Type Method Description NodeReferencesBundleFsPersistenceManager. 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 voidAbstractBundlePersistenceManager. destroy(NodeReferences refs)Deletes the node references from the underlying system.voidBundleFsPersistenceManager. destroy(NodeReferences refs)Deletes the node references from the underlying system.protected abstract voidAbstractBundlePersistenceManager. store(NodeReferences refs)Stores a node references to the underlying system.voidBundleFsPersistenceManager. store(NodeReferences refs)Stores a node references to the underlying system.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.dbMethods in org.apache.jackrabbit.core.persistence.db that return NodeReferences Modifier and Type Method Description NodeReferencesDatabasePersistenceManager. 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 voidDatabasePersistenceManager. destroy(NodeReferences refs)Deprecated.Destroy a node references object.voidDatabasePersistenceManager. store(NodeReferences refs)Deprecated.Store a references object.voidOraclePersistenceManager. store(NodeReferences refs)Deprecated.Store a references object.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.memMethods in org.apache.jackrabbit.core.persistence.mem that return NodeReferences Modifier and Type Method Description NodeReferencesInMemBundlePersistenceManager. loadReferencesTo(NodeId id)Load the persisted references to the node with the given identifier.NodeReferencesInMemPersistenceManager. 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 voidInMemBundlePersistenceManager. destroy(NodeReferences refs)Deletes the node references from the underlying system.protected voidInMemPersistenceManager. destroy(NodeReferences refs)Deprecated.Destroy a node references object.protected voidInMemBundlePersistenceManager. store(NodeReferences refs)Stores a node references to the underlying system.protected voidInMemPersistenceManager. store(NodeReferences refs)Deprecated.Store a references object.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.objMethods in org.apache.jackrabbit.core.persistence.obj that return NodeReferences Modifier and Type Method Description NodeReferencesObjectPersistenceManager. 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 voidObjectPersistenceManager. destroy(NodeReferences refs)Deprecated.Destroy a node references object.protected voidObjectPersistenceManager. store(NodeReferences refs)Deprecated.Store a references object.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.poolMethods in org.apache.jackrabbit.core.persistence.pool that return NodeReferences Modifier and Type Method Description NodeReferencesBundleDbPersistenceManager. 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 voidBundleDbPersistenceManager. destroy(NodeReferences refs)Deletes the node references from the underlying system.voidBundleDbPersistenceManager. store(NodeReferences refs)Stores a node references to the underlying system.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.utilMethods in org.apache.jackrabbit.core.persistence.util with parameters of type NodeReferences Modifier and Type Method Description static voidSerializer. deserialize(NodeReferences refs, InputStream stream)Deserializes aNodeReferencesobject from the given binarystream.static voidSerializer. serialize(NodeReferences refs, OutputStream stream)Serializes the specifiedNodeReferencesobject to the given binarystream.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.persistence.xmlMethods in org.apache.jackrabbit.core.persistence.xml that return NodeReferences Modifier and Type Method Description NodeReferencesXMLPersistenceManager. 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 voidXMLPersistenceManager. destroy(NodeReferences refs)Deprecated.Destroy a node references object.protected voidXMLPersistenceManager. store(NodeReferences refs)Deprecated.Store a references object.
- 
Uses of NodeReferences in org.apache.jackrabbit.core.stateMethods in org.apache.jackrabbit.core.state that return NodeReferences Modifier and Type Method Description NodeReferencesItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesLocalItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesSessionItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesSharedItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesXAItemStateManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesChangeLog. 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 voidChangeLog. modified(NodeReferences refs)A references has been modified
- 
Uses of NodeReferences in org.apache.jackrabbit.core.versionMethods in org.apache.jackrabbit.core.version that return NodeReferences Modifier and Type Method Description NodeReferencesInternalXAVersionManager. getNodeReferences(NodeId id)Return a node references object, given its target idNodeReferencesVersionItemStateManager. getNodeReferences(NodeId id)
- 
Uses of NodeReferences in org.apache.jackrabbit.core.virtualMethods in org.apache.jackrabbit.core.virtual that return NodeReferences Modifier and Type Method Description NodeReferencesAbstractVISProvider. getNodeReferences(NodeId id)Return a node references object, given its target id
 
-