Uses of Interface
org.eclipse.emf.cdo.common.id.CDOIDAndVersion

Packages that use CDOIDAndVersion
org.eclipse.emf.cdo   
org.eclipse.emf.cdo.common.id   
org.eclipse.emf.cdo.ui   
 

Uses of CDOIDAndVersion in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return types with arguments of type CDOIDAndVersion
 java.util.Set<CDOIDAndVersion> CDOSessionInvalidationEvent.getDirtyOIDs()
           
 

Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.id
 

Methods in org.eclipse.emf.cdo.common.id that return CDOIDAndVersion
static CDOIDAndVersion CDOIDUtil.createIDAndVersion(CDOID id, int version)
           
static CDOIDAndVersion CDOIDUtil.readIDAndVersion(org.eclipse.net4j.util.io.ExtendedDataInput in, CDOIDObjectFactory factory)
           
static CDOIDAndVersion CDOIDUtil.readIDAndVersion(org.eclipse.net4j.util.io.ExtendedDataInput in, CDOIDObjectFactory factory, boolean asLegacy)
           
 

Uses of CDOIDAndVersion in org.eclipse.emf.cdo.ui
 

Method parameters in org.eclipse.emf.cdo.ui with type arguments of type CDOIDAndVersion
protected  void CDOEventHandler.sessionInvalidated(java.util.Set<CDOIDAndVersion> dirtyOIDs)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.