|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A change kind provider
with detailed information about new
,
changed
and detached
objects.
Method Summary | |
---|---|
CDOChangeSetData |
copy()
Returns a deep copy of this change set data. |
List<CDORevisionKey> |
getChangedObjects()
Returns a collection of revision keys denoting which (original) revisions have been changed in the context of a commit operation. |
Map<CDOID,CDOChangeKind> |
getChangeKinds()
|
List<CDOIDAndVersion> |
getDetachedObjects()
Returns a collection of keys denoting which revisions have been revised (corresponds to detached objects) in the context of a commit operation. |
List<CDOIDAndVersion> |
getNewObjects()
Returns a collection of keys denoting which revisions have been added in the context of a commit operation. |
boolean |
isEmpty()
Returns true , if this change set data does not contain any changes, false otherwise. |
void |
merge(CDOChangeSetData changeSetData)
Changes the internal state of this change set data by adding the changes of the given change set data. |
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider |
---|
getChangeKind |
Method Detail |
---|
boolean isEmpty()
true
, if this change set data does not contain any changes, false
otherwise.
CDOChangeSetData copy()
void merge(CDOChangeSetData changeSetData)
List<CDOIDAndVersion> getNewObjects()
revisions
.
List<CDORevisionKey> getChangedObjects()
revision deltas
.
List<CDOIDAndVersion> getDetachedObjects()
unspecified
.
Map<CDOID,CDOChangeKind> getChangeKinds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |