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

Packages that use ChangeLog
org.apache.jackrabbit.jcr2spi   
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.state
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type ChangeLog
 void UpdatableItemStateManager.execute(ChangeLog changes)
          Executes the operations passed with the given change log and modifies the affected item states accordingly.
 void SessionItemStateManager.execute(ChangeLog changes)
          Executes the operations passed with the given change log and modifies the affected item states accordingly.
 



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