Uses of Enum Class
org.eclipse.emf.cdo.common.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
Modifier 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
-
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.cdo.spi.workspace
-
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.cdo.workspace
Modifier and TypeMethodDescriptionvoid
CDOWorkspaceConfiguration.setIDGenerationLocation
(CDOCommonRepository.IDGenerationLocation idGenerationLocation) -
Uses of CDOCommonRepository.IDGenerationLocation in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionCDOSessionProtocol.OpenSessionResult.getIDGenerationLocation()
CDOSessionProtocol.OpenSessionResult.getRepositoryIDGenerationLocation()
Deprecated.ModifierConstructorDescriptionOpenSessionResult
(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()
.