Uses of Interface
org.apache.jackrabbit.spi.Batch

Uses of Batch in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return Batch
 Batch RepositoryService.createBatch(SessionInfo sessionInfo, ItemId itemId)
          Indicates the start of a set of operations that cause modifications on the underlying persistence layer.
 

Methods in org.apache.jackrabbit.spi with parameters of type Batch
 void RepositoryService.submit(Batch batch)
          Completes the given Batch or discard all the previous modifications.
 



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