Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionHandler

Packages that use CDORevisionHandler
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.db.mapping Server concepts for dealing with mapping strategies and mappings for classes, lists and types. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDORevisionHandler in org.eclipse.emf.cdo.server
 

Subinterfaces of CDORevisionHandler in org.eclipse.emf.cdo.server
static interface CDOServerImporter.Handler
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDORevisionHandler
 void IStoreAccessor.handleRevisions(EClass eClass, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler)
          Passes all revisions of the store to the handler if all of the following conditions are met: The eClass parameter is null or equal to revision.getEClass().
 

Uses of CDORevisionHandler in org.eclipse.emf.cdo.server.db.mapping
 

Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type CDORevisionHandler
 void IClassMapping.handleRevisions(IDBStoreAccessor accessor, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler)
          Passes all revisions of the store to the handler if all of the following conditions are met: The branch parameter is null or equal to revision.getBranch().
 void IMappingStrategy.handleRevisions(IDBStoreAccessor accessor, EClass eClass, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler)
          Passes all revisions of the store to the handler if all of the following conditions are met: The eClass parameter is null or equal to revision.getEClass().
 

Uses of CDORevisionHandler in org.eclipse.emf.cdo.spi.server
 

Classes in org.eclipse.emf.cdo.spi.server that implement CDORevisionHandler
static class StoreAccessorBase.CommitDataRevisionHandler
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDORevisionHandler
 void InternalRepository.handleRevisions(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler)
           
 

Uses of CDORevisionHandler in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDORevisionHandler
 void CDOSessionProtocol.handleRevisions(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler)
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.