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

Packages that use CDOPackageUnit
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.common.model Common concepts for dealing with models and types. 
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
 

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

Methods in org.eclipse.emf.cdo.common.commit that return types with arguments of type CDOPackageUnit
 List<CDOPackageUnit> CDOCommitData.getNewPackageUnits()
           
 

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()
          Returns the package unit containing this package info.
 CDOPackageUnit CDOPackageRegistry.getPackageUnit(EPackage ePackage)
           
 CDOPackageUnit CDOPackageRegistry.getPackageUnit(String id)
           
 CDOPackageUnit[] CDOPackageRegistry.getPackageUnits()
          Returns all package units that are registered in this package registry.
 CDOPackageUnit[] CDOPackageRegistry.getPackageUnits(long startTime, long endTime)
           
 

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

Methods in org.eclipse.emf.cdo.common.protocol that return CDOPackageUnit
 CDOPackageUnit CDODataInput.readCDOPackageUnit(ResourceSet resourceSet)
           
 CDOPackageUnit[] CDODataInput.readCDOPackageUnits(ResourceSet resourceSet)
           
 

Methods in org.eclipse.emf.cdo.common.protocol 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.transaction
 

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



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