Uses of Class
org.apache.jackrabbit.core.state.ChangeLog

Packages that use ChangeLog
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.observation   
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.db   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version   
 

Uses of ChangeLog in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type ChangeLog
 void RepositoryImpl.WorkspaceInfo.externalUpdate(ChangeLog external, List events)
          Handle an external update.
 

Uses of ChangeLog in org.apache.jackrabbit.core.cluster
 

Methods in org.apache.jackrabbit.core.cluster that return ChangeLog
 ChangeLog Update.getChanges()
          Return the local changes of this update operation.
 

Methods in org.apache.jackrabbit.core.cluster with parameters of type ChangeLog
 void NodeAddedOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
 void NodeModifiedOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
 void PropertyModifiedOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
 void NodeDeletedOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
 void PropertyAddedOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
 void PropertyDeletedOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
abstract  void ItemOperation.apply(ChangeLog changeLog)
          Apply an operation to a change log.
 void UpdateEventListener.externalUpdate(ChangeLog changes, List events)
          Handle an external update.
 

Uses of ChangeLog in org.apache.jackrabbit.core.observation
 

Methods in org.apache.jackrabbit.core.observation with parameters of type ChangeLog
 void EventStateCollection.createEventStates(NodeId rootNodeId, ChangeLog changes, ItemStateManager stateMgr)
          Creates EventState instances from ItemState changes.
 void EventStateCollection.prepareDeleted(ChangeLog changes)
          Prepares deleted items from changes.
 

Uses of ChangeLog in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence with parameters of type ChangeLog
 void AbstractPersistenceManager.store(ChangeLog changeLog)
          Right now, this iterates over all items in the changelog and calls the individual methods that handle single item states or node references objects.
 void PersistenceManager.store(ChangeLog changeLog)
          Atomically saves the given set of changes.
 

Uses of ChangeLog in org.apache.jackrabbit.core.persistence.bundle
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type ChangeLog
 void CachingPersistenceManager.onExternalUpdate(ChangeLog changes)
          Notifies the persistence manager that an external (cluster) modification occured.
 void AbstractBundlePersistenceManager.onExternalUpdate(ChangeLog changes)
          Notifies the persistence manager that an external (cluster) modification occured.
 void AbstractBundlePersistenceManager.store(ChangeLog changeLog)
          Right now, this iterates over all items in the changelog and calls the individual methods that handle single item states or node references objects.
 void BundleDbPersistenceManager.store(ChangeLog changeLog)
          Right now, this iterates over all items in the changelog and calls the individual methods that handle single item states or node references objects. Basically wraps a JDBC transaction around super.store().
 

Uses of ChangeLog in org.apache.jackrabbit.core.persistence.db
 

Methods in org.apache.jackrabbit.core.persistence.db with parameters of type ChangeLog
 void DatabasePersistenceManager.store(ChangeLog changeLog)
          Right now, this iterates over all items in the changelog and calls the individual methods that handle single item states or node references objects.
 

Uses of ChangeLog in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that return ChangeLog
 ChangeLog XAItemStateManager.getChangeLog()
          Returns the current change log.
 

Methods in org.apache.jackrabbit.core.state with parameters of type ChangeLog
 ISMLocking.WriteLock FineGrainedISMLocking.acquireWriteLock(ChangeLog changeLog)
          Acquires a write lock for the given changeLog.
 ISMLocking.WriteLock DefaultISMLocking.acquireWriteLock(ChangeLog changeLog)
          Acquires a write lock for the given changeLog.
 ISMLocking.WriteLock ISMLocking.acquireWriteLock(ChangeLog changeLog)
          Acquires a write lock for the given changeLog.
 org.apache.jackrabbit.core.state.SharedItemStateManager.Update SharedItemStateManager.beginUpdate(ChangeLog local, EventStateCollectionFactory factory, VirtualItemStateProvider virtualProvider)
          Begin update operation.
protected  void SharedItemStateManager.checkReferentialIntegrity(ChangeLog changes)
          Verifies that no referenceable nodes are deleted if they are still being referenced targets of modified node references exist
protected  void SharedItemStateManager.doExternalUpdate(ChangeLog external)
          Perform the external update.
 void SharedItemStateManager.externalUpdate(ChangeLog external, EventStateCollection events)
          Handle an external update.
 void ChangeLog.merge(ChangeLog other)
          Merge another change log with this change log
protected  void XAItemStateManager.update(ChangeLog changeLog)
          End an update operation.

If associated with a transaction, simply merge the changes given to the ones already known (removing items that were first added and then again deleted).

protected  void LocalItemStateManager.update(ChangeLog changeLog)
          End an update operation.
 void SharedItemStateManager.update(ChangeLog local, EventStateCollectionFactory factory)
          Store modifications registered in a ChangeLog.
protected  void SharedItemStateManager.updateReferences(ChangeLog changes, VirtualItemStateProvider virtualProvider)
          Updates the target node references collections based on the modifications in the change log (i.e.
 

Uses of ChangeLog in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version with parameters of type ChangeLog
protected  void VersionItemStateManager.checkReferentialIntegrity(ChangeLog changes)
           
 void VersionManagerImpl.externalUpdate(ChangeLog changes, List events)
          Handle an external update.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.