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

Packages that use ChangeLog
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.state   
 

Uses of ChangeLog in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi with parameters of type ChangeLog
 void WorkspaceManager.execute(ChangeLog changes)
          Creates a new batch from the given ChangeLog and executes it.
 

Uses of ChangeLog in org.apache.jackrabbit.jcr2spi.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type ChangeLog
 void NodeEntryImpl.collectStates(ChangeLog changeLog, boolean throwOnStale)
          If the underlying state is available and transiently modified, new or stale, it gets added to the changeLog.
 void HierarchyEntry.collectStates(ChangeLog changeLog, boolean throwOnStale)
          Checks if the underlying ItemState is available and if it has been transiently modified or if is new or stale modified.
 

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

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type ChangeLog
 void SessionItemStateManager.execute(ChangeLog changes)
          Executes the operations passed with the given change log and modifies the affected item states accordingly.
 void UpdatableItemStateManager.execute(ChangeLog changes)
          Executes the operations passed with the given change log and modifies the affected item states accordingly.
 void ChangeLog.removeAll(ChangeLog subChangeLog)
          Removes the subset of this changelog represented by the given ChangeLog from this changelog.
 



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