| Package | Description |
|---|---|
| org.eclipse.emf.cdo.common |
Common concepts that are differently extended in clients and servers.
|
| org.eclipse.emf.cdo.explorer.repositories |
Interfaces for working with
repositories. |
| org.eclipse.emf.cdo.spi.workspace |
Server provider interfaces (SPI) for CDO
workspaces. |
| org.eclipse.emf.cdo.workspace |
Concepts to checkout, open and further operate CDO
workspaces. |
| org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CDOCommonRepository.IDGenerationLocation |
CDORepository.IDGeneration.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
CDOCommonRepository.IDGenerationLocation |
InternalCDOWorkspace.getIDGenerationLocation() |
| Modifier and Type | Method and Description |
|---|---|
CDOCommonRepository.IDGenerationLocation |
CDOWorkspaceConfiguration.getIDGenerationLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOWorkspaceConfiguration.setIDGenerationLocation(CDOCommonRepository.IDGenerationLocation idGenerationLocation) |
| Modifier and Type | Method and Description |
|---|---|
CDOCommonRepository.IDGenerationLocation |
CDOSessionProtocol.OpenSessionResult.getIDGenerationLocation() |
CDOCommonRepository.IDGenerationLocation |
CDOSessionProtocol.OpenSessionResult.getRepositoryIDGenerationLocation()
Deprecated.
|
| Constructor and Description |
|---|
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 repositorySerializingCommits,
boolean repositoryEnsuringReferentialIntegrity,
CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation)
Deprecated.
as of 4.4 use
#OpenSessionResult(CDODataInput, int). |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.