Uses of Interface
org.eclipse.emf.cdo.workspace.CDOWorkspaceBase
Package
Description
Server provider interfaces (SPI) for CDO
workspaces
.Concepts to checkout, open and further operate CDO
workspaces
.-
Uses of CDOWorkspaceBase in org.eclipse.emf.cdo.spi.workspace
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOWorkspaceBase in org.eclipse.emf.cdo.workspace
Modifier and TypeInterfaceDescriptioninterface
AddsCDOWorkspaceBase2.isEmpty()
andCDOWorkspaceBase2.containsID(CDOID)
methods.Modifier and TypeMethodDescriptionstatic CDOWorkspaceBase
CDOWorkspaceUtil.createFolderWorkspaceBase
(File folder) CDOWorkspace.getBase()
CDOWorkspaceConfiguration.getBase()
Modifier and TypeMethodDescriptionstatic 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)
CDOWorkspaceUtil.createWorkspaceConfiguration()
andCDOWorkspaceConfiguration.checkout()