Uses of Interface
org.eclipse.emf.cdo.common.model.CDOPackageUnit

Packages that use CDOPackageUnit
org.eclipse.emf.cdo.common.io   
org.eclipse.emf.cdo.common.model   
org.eclipse.emf.cdo.session   
org.eclipse.emf.cdo.spi.common.model   
org.eclipse.emf.cdo.transaction   
org.eclipse.emf.spi.cdo   
 

Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.io
 

Methods in org.eclipse.emf.cdo.common.io that return CDOPackageUnit
 CDOPackageUnit CDODataInput.readCDOPackageUnit(CDOPackageRegistry packageRegistry)
           
 CDOPackageUnit[] CDODataInput.readCDOPackageUnits(CDOPackageRegistry packageRegistry)
           
 

Methods in org.eclipse.emf.cdo.common.io with parameters of type CDOPackageUnit
 void CDODataOutput.writeCDOPackageUnit(CDOPackageUnit packageUnit, boolean withPackages)
           
 void CDODataOutput.writeCDOPackageUnits(CDOPackageUnit... packageUnit)
           
 

Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.model
 

Methods in org.eclipse.emf.cdo.common.model that return CDOPackageUnit
static CDOPackageUnit CDOModelUtil.createPackageUnit()
           
 CDOPackageUnit CDOPackageInfo.getPackageUnit()
           
 CDOPackageUnit CDOPackageRegistry.getPackageUnit(org.eclipse.emf.ecore.EPackage ePackage)
           
 CDOPackageUnit[] CDOPackageRegistry.getPackageUnits()
          Returns all package units that are registered in this package registry.
 

Uses of CDOPackageUnit in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return types with arguments of type CDOPackageUnit
 java.util.Collection<CDOPackageUnit> CDOSessionInvalidationEvent.getNewPackageUnits()
          Returns a collection of the new package units.
 

Uses of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.model
 

Subinterfaces of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.model
 interface InternalCDOPackageUnit
           
 

Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDOPackageUnit
 org.eclipse.emf.ecore.EPackage[] InternalCDOPackageRegistry.PackageLoader.loadPackages(CDOPackageUnit packageUnit)
           
 

Uses of CDOPackageUnit in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOPackageUnit
 java.util.List<CDOPackageUnit> CDOCommitContext.getNewPackageUnits()
          Returns a list of the new package units that are to be committed with this commit context.
 

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

Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOPackageUnit
 void InternalCDOSession.handleCommitNotification(long timeStamp, java.util.Collection<CDOPackageUnit> newPackageUnits, java.util.Set<CDOIDAndVersion> dirtyOIDs, java.util.Collection<CDOID> detachedObjects, java.util.Collection<CDORevisionDelta> deltas, InternalCDOView excludedView)
           
 void InternalCDOSession.handleSyncResponse(long timestamp, java.util.Collection<CDOPackageUnit> newPackageUnits, java.util.Set<CDOIDAndVersion> dirtyOIDs, java.util.Collection<CDOID> detachedObjects)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.