| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalCDOWorkspaceBase
If the meaning of this type isn't clear, there really should be more of a description here...
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDOWorkspaceBase2
Adds
CDOWorkspaceBase2.isEmpty() and CDOWorkspaceBase2.containsID(CDOID) methods. |
| Modifier and Type | Method and Description |
|---|---|
static CDOWorkspaceBase |
CDOWorkspaceUtil.createFolderWorkspaceBase(File folder) |
CDOWorkspaceBase |
CDOWorkspace.getBase() |
CDOWorkspaceBase |
CDOWorkspaceConfiguration.getBase() |
| Modifier and Type | Method and Description |
|---|---|
static CDOWorkspace |
CDOWorkspaceUtil.checkout(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote)
Deprecated.
|
static CDOWorkspace |
CDOWorkspaceUtil.checkout(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote,
long timeStamp)
Deprecated.
|
static CDOWorkspace |
CDOWorkspaceUtil.checkout(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote,
String branchPath)
Deprecated.
|
static CDOWorkspace |
CDOWorkspaceUtil.checkout(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote,
String branchPath,
long timeStamp)
Deprecated.
|
static CDOWorkspaceBase2 |
CDOWorkspaceUtil.getWorkspaceBase2(CDOWorkspaceBase base) |
static CDOWorkspace |
CDOWorkspaceUtil.open(IStore local,
CDOWorkspaceBase base,
CDOSessionConfigurationFactory remote)
Deprecated.
|
void |
CDOWorkspaceConfiguration.setBase(CDOWorkspaceBase base) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.