org.eclipse.emf.cdo.workspace
Interface CDOWorkspaceConfiguration
- public interface CDOWorkspaceConfiguration
Checks out new workspace
or opens existing ones.
- Since:
- 4.1
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
DEFAULT_LOCAL_REPOSITORY_NAME
static final String DEFAULT_LOCAL_REPOSITORY_NAME
- See Also:
- Constant Field Values
getLocalRepositoryName
String getLocalRepositoryName()
setLocalRepositoryName
void setLocalRepositoryName(String localRepositoryName)
getStore
IStore getStore()
setStore
void setStore(IStore store)
getBase
CDOWorkspaceBase getBase()
setBase
void setBase(CDOWorkspaceBase base)
getRemote
CDOSessionConfigurationFactory getRemote()
setRemote
void setRemote(CDOSessionConfigurationFactory remote)
getBranchPath
String getBranchPath()
setBranchPath
void setBranchPath(String branchPath)
getTimeStamp
long getTimeStamp()
setTimeStamp
void setTimeStamp(long timeStamp)
getIDGenerationLocation
CDOCommonRepository.IDGenerationLocation getIDGenerationLocation()
setIDGenerationLocation
void setIDGenerationLocation(CDOCommonRepository.IDGenerationLocation idGenerationLocation)
getIDGenerator
CDOIDGenerator getIDGenerator()
setIDGenerator
void setIDGenerator(CDOIDGenerator idGenerator)
open
CDOWorkspace open()
checkout
CDOWorkspace checkout()
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.