|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CDOChangeSet | |
|---|---|
| org.eclipse.emf.cdo.common.revision | Common concepts for dealing with revisions and revision lists. |
| org.eclipse.emf.cdo.transaction | Client concepts for dealing with transactions, distributed transactions and their save points. |
| org.eclipse.emf.spi.cdo | Client service provider interfaces and useful base implementations. |
| Uses of CDOChangeSet in org.eclipse.emf.cdo.common.revision |
|---|
| Methods in org.eclipse.emf.cdo.common.revision that return CDOChangeSet | |
|---|---|
static CDOChangeSet |
CDORevisionUtil.createChangeSet(CDOBranchPoint startPoint,
CDOBranchPoint endPoint,
CDOChangeSetData data)
|
| Uses of CDOChangeSet in org.eclipse.emf.cdo.transaction |
|---|
| Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOChangeSet | |
|---|---|
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. |
| Uses of CDOChangeSet in org.eclipse.emf.spi.cdo |
|---|
| Methods in org.eclipse.emf.spi.cdo that return CDOChangeSet | |
|---|---|
CDOChangeSet |
AbstractChangeSetsConflictResolver.getLocalChangeSet()
|
CDOChangeSet |
AbstractChangeSetsConflictResolver.getRemoteChangeSet()
|
CDOChangeSet |
InternalCDOSession.MergeData.getSourceChanges()
|
CDOChangeSet |
InternalCDOSession.MergeData.getTargetChanges()
|
| Methods in org.eclipse.emf.spi.cdo with parameters of type CDOChangeSet | |
|---|---|
CDOChangeSetData |
DefaultCDOMerger.merge(CDOChangeSet target,
CDOChangeSet source)
|
| Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOChangeSet | |
|---|---|
InternalCDOSession.MergeData(CDOBranchPoint target,
CDOBranchPoint source,
CDOBranchPoint sourceBase,
CDOBranchPoint ancestor,
CDORevisionAvailabilityInfo targetInfo,
CDORevisionAvailabilityInfo sourceInfo,
CDORevisionAvailabilityInfo baseInfo,
CDORevisionAvailabilityInfo ancestorInfo,
Set<CDOID> ids,
CDOChangeSet targetChanges,
CDOChangeSet sourceChanges)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||