| Package | Description |
|---|---|
| org.eclipse.emf.cdo.common.commit |
Common concepts for dealing with commits and change sets.
|
| org.eclipse.emf.cdo.common.protocol |
Common concepts for dealing with protocols and CDO-specific I/O.
|
| org.eclipse.emf.cdo.common.revision |
Common concepts for dealing with revisions and revision lists.
|
| org.eclipse.emf.cdo.common.util |
Common utility classes, some common interfaces and exceptions.
|
| org.eclipse.emf.cdo.server.ocl |
Server implementation of a generic OCL query handler.
|
| org.eclipse.emf.cdo.session |
Client concepts for dealing with sessions to CDO repositories.
|
| org.eclipse.emf.cdo.spi.common.commit |
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
|
| org.eclipse.emf.cdo.spi.common.protocol |
Common base implementations for dealing with I/O of CDO data structures.
|
| org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
| org.eclipse.emf.cdo.transaction |
Client concepts for dealing with transactions, distributed transactions and their save points.
|
| org.eclipse.emf.cdo.view |
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
|
| org.eclipse.emf.cdo.workspace |
Concepts to checkout, open and further operate CDO
workspaces. |
| org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDOChangeSet
The
change set data between two branch points with a common
ancestor. |
interface |
CDOCommitData
Change set data with detailed information about new package
units. |
static interface |
CDOCommitHistory.TriggerLoadElement
A virtual
history element that can be returned from IContainer.getElements()
if CDOCommitHistory.isAppendingTriggerLoadElement() is true to indicate that
the history is not fully loaded, yet. |
interface |
CDOCommitInfo
Commit data in the context of a commit info manager with
additional commit informations. |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOChangeSetData.copy()
Returns a deep copy of this change set data.
|
CDOChangeSetData |
CDOChangeSetDataProvider.getChangeSetData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOChangeSetData.merge(CDOChangeSetData changeSetData)
Changes the internal state of this change set data by adding the changes of the given change set data.
|
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDODataInput.readCDOChangeSetData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDODataOutput.writeCDOChangeSetData(CDOChangeSetData changeSetData) |
| Modifier and Type | Method and Description |
|---|---|
static CDOChangeSetData |
CDORevisionUtil.createChangeSetData(List<CDOIDAndVersion> newObjects,
List<CDORevisionKey> changedObjects,
List<CDOIDAndVersion> detachedObjects) |
static CDOChangeSetData |
CDORevisionUtil.createChangeSetData(Set<CDOID> ids,
CDOBranchPoint startPoint,
CDOBranchPoint endPoint,
CDORevisionManager revisionManager) |
static CDOChangeSetData |
CDORevisionUtil.createChangeSetData(Set<CDOID> ids,
CDORevisionProvider startProvider,
CDORevisionProvider endProvider) |
static CDOChangeSetData |
CDORevisionUtil.createChangeSetData(Set<CDOID> ids,
CDORevisionProvider startProvider,
CDORevisionProvider endProvider,
boolean useStartVersions) |
| Modifier and Type | Method and Description |
|---|---|
static CDOChangeSet |
CDORevisionUtil.createChangeSet(CDOBranchPoint startPoint,
CDOBranchPoint endPoint,
CDOChangeSetData data) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOQueryInfo.getChangeSetData()
Returns the
change set to be considered if this query has been created by a dirty
transaction, null otherwise. |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOExtentCreator.getChangeSetData() |
| Modifier and Type | Method and Description |
|---|---|
protected CDOExtentMap |
OCLQueryHandler.createExtentMap(CDOView view,
CDOChangeSetData changeSetData,
IQueryContext context) |
void |
CDOExtentCreator.setChangeSetData(CDOChangeSetData changeSetData) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDOSessionInvalidationEvent
A
session event fired when passive updates (commit notifications) are being received from a
remote repository. |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOSession.compareRevisions(CDOBranchPoint source,
CDOBranchPoint target) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOChangeSetDataRevisionProvider.getChangeSetData() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CDOCommitInfoUtil.dump(PrintStream out,
CDOChangeSetData changeSetData) |
| Constructor and Description |
|---|
CDOChangeKindCache(CDOChangeSetData changeSetData) |
CDOChangeSetDataRevisionProvider(CDORevisionProvider delegate,
CDOChangeSetData changeSetData) |
CDOChangeSetDataRevisionProvider(CDORevisionProvider delegate,
CDOChangeSetData changeSetData,
CDORevisionProvider revisionCallback,
CDORevisionDeltaProvider revisionDeltaCallback) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDODataInputImpl.readCDOChangeSetData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDODataOutputImpl.writeCDOChangeSetData(CDOChangeSetData changeSetData) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
InternalRepository.getChangeSet(CDOBranchPoint startPoint,
CDOBranchPoint endPoint) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOPushTransaction.compareRevisions(CDOBranchPoint source) |
CDOChangeSetData |
CDOSavepoint.getAllChangeSetData() |
CDOChangeSetData |
CDOPushTransaction.getChangeSetData() |
CDOChangeSetData |
CDOMerger.ConflictException.getResult() |
CDOChangeSetData |
CDOPushTransaction.merge(CDOBranchPoint source,
CDOBranchPoint sourceBase,
CDOMerger merger) |
CDOChangeSetData |
CDOTransaction.merge(CDOBranchPoint source,
CDOBranchPoint sourceBase,
CDOMerger merger) |
CDOChangeSetData |
CDOPushTransaction.merge(CDOBranchPoint source,
CDOMerger merger) |
CDOChangeSetData |
CDOTransaction.merge(CDOBranchPoint source,
CDOMerger merger) |
CDOChangeSetData |
CDOMerger.merge(CDOChangeSet target,
CDOChangeSet source)
Calculates the changes between a source
change set and a target change
set and returns the result relative to their common ancestor. |
| Constructor and Description |
|---|
CDOMerger.ConflictException(String message,
CDOMerger merger,
CDOChangeSetData result) |
CDOMerger.ConflictException(String message,
Throwable cause,
CDOMerger merger,
CDOChangeSetData result) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOView.compareRevisions(CDOBranchPoint source) |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOWorkspace.compare(String branchPath) |
CDOChangeSetData |
CDOWorkspace.compare(String branchPath,
long timeStamp) |
CDOChangeSetData |
CDOWorkspace.getLocalChanges() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalCDOSessionInvalidationEvent |
| Modifier and Type | Method and Description |
|---|---|
CDOChangeSetData |
CDOSessionInvalidationEventQueue.getChangeSetData()
Deprecated.
As of 4.3 use
CDOSessionInvalidationEventQueue.poll(). |
CDOChangeSetData |
InternalCDOTransaction.ApplyChangeSetResult.getChangeSetData() |
CDOChangeSetData |
AbstractChangeSetsConflictResolver.getLocalChangeSetData() |
CDOChangeSetData |
AbstractChangeSetsConflictResolver.getRemoteChangeSetData() |
CDOChangeSetData |
DefaultCDOMerger.getResult() |
CDOChangeSetData[] |
CDOSessionProtocol.loadChangeSets(CDOBranchPointRange... ranges) |
CDOChangeSetData |
DefaultCDOMerger.merge(CDOChangeSet target,
CDOChangeSet source) |
| Modifier and Type | Method and Description |
|---|---|
Pair<CDOChangeSetData,Pair<Map<CDOID,CDOID>,List<CDOID>>> |
InternalCDOTransaction.applyChangeSetData(CDOChangeSetData changeSetData,
CDORevisionProvider ancestorProvider,
CDORevisionProvider targetProvider,
CDOBranchPoint source)
|
| Modifier and Type | Method and Description |
|---|---|
InternalCDOTransaction.ApplyChangeSetResult |
InternalCDOTransaction.applyChangeSet(CDOChangeSetData changeSetData,
CDORevisionProvider ancestorProvider,
CDORevisionProvider targetProvider,
CDOBranchPoint source,
boolean keepVersions) |
Pair<CDOChangeSetData,Pair<Map<CDOID,CDOID>,List<CDOID>>> |
InternalCDOTransaction.applyChangeSetData(CDOChangeSetData changeSetData,
CDORevisionProvider ancestorProvider,
CDORevisionProvider targetProvider,
CDOBranchPoint source)
|
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.