Uses of Class
org.eclipse.emf.cdo.common.CDOCommonRepository.IDGenerationLocation

Packages that use CDOCommonRepository.IDGenerationLocation
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.cdo.common
 

Methods in org.eclipse.emf.cdo.common that return CDOCommonRepository.IDGenerationLocation
 CDOCommonRepository.IDGenerationLocation CDOCommonRepository.getIDGenerationLocation()
           
static CDOCommonRepository.IDGenerationLocation CDOCommonRepository.IDGenerationLocation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDOCommonRepository.IDGenerationLocation[] CDOCommonRepository.IDGenerationLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return CDOCommonRepository.IDGenerationLocation
 CDOCommonRepository.IDGenerationLocation CDOSessionProtocol.OpenSessionResult.getRepositoryIDGenerationLocation()
           
 

Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOCommonRepository.IDGenerationLocation
CDOSessionProtocol.OpenSessionResult(int sessionID, String userID, String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, String storeType, Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySupportingEcore, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation)
           
 



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