Package org.eclipse.emf.cdo.workspace
Interface CDOWorkspaceConfiguration
public interface CDOWorkspaceConfiguration
Checks out new
workspace
or opens existing ones.- Since:
- 4.1
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheckout()
getBase()
int
getStore()
long
open()
void
setBase
(CDOWorkspaceBase base) void
setBranchID
(int branchPath) void
setBranchPath
(String branchPath) void
setIDGenerationLocation
(CDOCommonRepository.IDGenerationLocation idGenerationLocation) void
setIDGenerator
(CDOIDGenerator idGenerator) void
setLocalRepositoryName
(String localRepositoryName) void
void
void
setTimeStamp
(long timeStamp)
-
Field Details
-
DEFAULT_LOCAL_REPOSITORY_NAME
- See Also:
-
-
Method Details
-
getLocalRepositoryName
String getLocalRepositoryName() -
setLocalRepositoryName
-
getStore
IStore getStore() -
setStore
-
getBase
CDOWorkspaceBase getBase() -
setBase
-
getRemote
CDOSessionConfigurationFactory getRemote() -
setRemote
-
getBranchID
int getBranchID()- Since:
- 4.2
-
setBranchID
void setBranchID(int branchPath) - Since:
- 4.2
-
getBranchPath
String getBranchPath() -
setBranchPath
-
getTimeStamp
long getTimeStamp() -
setTimeStamp
void setTimeStamp(long timeStamp) -
getIDGenerationLocation
CDOCommonRepository.IDGenerationLocation getIDGenerationLocation() -
setIDGenerationLocation
-
getIDGenerator
CDOIDGenerator getIDGenerator() -
setIDGenerator
-
open
CDOWorkspace open() -
checkout
CDOWorkspace checkout()
-