Uses of Enum Class
org.eclipse.emf.cdo.common.CDOCommonRepository.IDGenerationLocation
Packages that use CDOCommonRepository.IDGenerationLocation
Package
Description
Common concepts that are differently extended in clients and servers.
Interfaces for working with
repositories
.Server provider interfaces (SPI) for CDO
workspaces
.Concepts to checkout, open and further operate CDO
workspaces
.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.IDGenerationLocationModifier and TypeMethodDescriptionCDOCommonRepository.getIDGenerationLocation()
Returns the enum constant of this class with the specified name.CDOCommonRepository.IDGenerationLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.cdo.explorer.repositories
Methods in org.eclipse.emf.cdo.explorer.repositories that return CDOCommonRepository.IDGenerationLocation -
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.cdo.spi.workspace
Methods in org.eclipse.emf.cdo.spi.workspace that return CDOCommonRepository.IDGenerationLocation -
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.cdo.workspace
Methods in org.eclipse.emf.cdo.workspace that return CDOCommonRepository.IDGenerationLocationMethods in org.eclipse.emf.cdo.workspace with parameters of type CDOCommonRepository.IDGenerationLocationModifier and TypeMethodDescriptionvoid
CDOWorkspaceConfiguration.setIDGenerationLocation
(CDOCommonRepository.IDGenerationLocation idGenerationLocation) -
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return CDOCommonRepository.IDGenerationLocationModifier and TypeMethodDescriptionCDOSessionProtocol.OpenSessionResult.getIDGenerationLocation()
CDOSessionProtocol.OpenSessionResult.getRepositoryIDGenerationLocation()
Deprecated.Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOCommonRepository.IDGenerationLocationModifierConstructorDescriptionOpenSessionResult
(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 repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation) Deprecated.As of 4.4 useOpenSessionResult(CDODataInput, int)
.
CDOSessionProtocol.OpenSessionResult.getIDGenerationLocation()
.