Package org.eclipse.emf.cdo.server
Interface CDOServerImporter.Handler2
- 
- All Superinterfaces:
- CDOLobHandler,- CDORevisionHandler,- CDOServerImporter.Handler
 - Enclosing class:
- CDOServerImporter
 
 public static interface CDOServerImporter.Handler2 extends CDOServerImporter.Handler Persists the data that has been read by aimporterinto a newrepository.- Since:
- 4.6
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionHandlerCDORevisionHandler.Filtered
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleCommitInfo(long time, long previous, int branch, java.lang.String user, java.lang.String comment, int mergeSourceBranchID, long mergeSourceTime)- 
Methods inherited from interface org.eclipse.emf.cdo.common.lob.CDOLobHandlerhandleBlob, handleClob
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionHandlerhandleRevision
 - 
Methods inherited from interface org.eclipse.emf.cdo.server.CDOServerImporter.Handlerflush, handleBranch, handleCommitInfo, handleModels, handlePackageInfo, handlePackageUnit, handleRepository
 
- 
 
-