|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOCommonRepository
Abstracts the information about CDO repositories that is common to both client and server side.
| Nested Class Summary | |
|---|---|
static class |
CDOCommonRepository.State
Enumerates the possible states of a CDO repository. |
static interface |
CDOCommonRepository.StateChangedEvent
An event fired when the state of a CDO repository has changed. |
static class |
CDOCommonRepository.Type
Enumerates the possible types of a CDO repository. |
static interface |
CDOCommonRepository.TypeChangedEvent
An event fired when the type of a CDO repository has changed. |
| Method Summary | |
|---|---|
long |
getCreationTime()
Returns the creation time of this repository. |
String |
getName()
Returns the name of this repository. |
Set<CDOID.ObjectType> |
getObjectIDTypes()
Returns the type of CDOIDs created by the store of this repository. |
CDOID |
getRootResourceID()
Returns the ID of the root resource of this repository. |
CDOCommonRepository.State |
getState()
Returns the state of this repository. |
String |
getStoreType()
Returns the type of the store of this repository. |
CDOCommonRepository.Type |
getType()
Returns the type of this repository. |
String |
getUUID()
Returns the UUID of this repository. |
boolean |
isEnsuringReferentialIntegrity()
Returns true if this repository ensures referential integrity, false otherwise. |
boolean |
isSupportingAudits()
Returns true if this repository supports auditing, false otherwise. |
boolean |
isSupportingBranches()
Returns true if this repository supports branching, false otherwise. |
boolean |
isSupportingEcore()
Returns true if this repository supports instances of Ecore, false otherwise. |
| Methods inherited from interface org.eclipse.emf.cdo.common.util.CDOTimeProvider |
|---|
getTimeStamp |
| Method Detail |
|---|
String getName()
String getUUID()
CDOCommonRepository.Type getType()
CDOCommonRepository.State getState()
long getCreationTime()
String getStoreType()
Set<CDOID.ObjectType> getObjectIDTypes()
CDOID getRootResourceID()
boolean isSupportingAudits()
true if this repository supports auditing, false otherwise.
boolean isSupportingBranches()
true if this repository supports branching, false otherwise.
boolean isSupportingEcore()
true if this repository supports instances of Ecore, false otherwise.
boolean isEnsuringReferentialIntegrity()
true if this repository ensures referential integrity, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||