Package org.eclipse.emf.cdo.spi.server
Interface InternalUnitManager
- 
- All Superinterfaces:
- org.eclipse.net4j.util.container.IContainer<IUnit>,- org.eclipse.net4j.util.event.INotifier,- IUnitManager
 
 public interface InternalUnitManager extends IUnitManager - Since:
- 4.5
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceInternalUnitManager.InternalObjectAttacher- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalUnitManager.InternalObjectAttacherattachObjects(InternalCommitContext commitContext)InternalRepositorygetRepository()java.util.List<InternalCDORevisionDelta>getUnitMoves(InternalCDORevisionDelta[] deltas, CDORevisionProvider before, CDORevisionProvider after)- 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.emf.cdo.server.IUnitManagercreateUnit, getUnit, getUnits, getUnitsOf, isUnit
 
- 
 
- 
- 
- 
Method Detail- 
getRepositoryInternalRepository getRepository() - Specified by:
- getRepositoryin interface- IUnitManager
 
 - 
getUnitMovesjava.util.List<InternalCDORevisionDelta> getUnitMoves(InternalCDORevisionDelta[] deltas, CDORevisionProvider before, CDORevisionProvider after) 
 - 
attachObjectsInternalUnitManager.InternalObjectAttacher attachObjects(InternalCommitContext commitContext) 
 
- 
 
-