|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a context for commit operations.
Method Summary | |
---|---|
CDOBranch |
getBranch()
|
String |
getCommitComment()
|
CDOCommitData |
getCommitData()
|
Map<CDOID,CDOObject> |
getDetachedObjects()
Returns a map of the detached objects that are to be committed with this commit context. |
Map<CDOID,CDOObject> |
getDirtyObjects()
Returns a map of the dirty objects that are to be committed with this commit context. |
Collection<CDOLob<?>> |
getLobs()
|
Collection<CDOLockState> |
getLocksOnNewObjects()
|
Map<CDOID,CDOObject> |
getNewObjects()
Returns a map of the new objects that are to be committed with this commit context. |
List<CDOPackageUnit> |
getNewPackageUnits()
Returns a list of the new package units that are to be committed with this commit context. |
Map<CDOID,CDORevisionDelta> |
getRevisionDeltas()
Returns a map of the revision deltas that are to be committed with this commit context. |
CDOTransaction |
getTransaction()
Returns the transaction associated with this commit context. |
String |
getUserID()
|
int |
getViewID()
|
boolean |
isAutoReleaseLocks()
|
boolean |
isPartialCommit()
|
Method Detail |
---|
String getUserID()
int getViewID()
CDOBranch getBranch()
CDOTransaction getTransaction()
transaction
associated with this commit context.
boolean isAutoReleaseLocks()
boolean isPartialCommit()
CDOCommitData getCommitData()
String getCommitComment()
List<CDOPackageUnit> getNewPackageUnits()
package units
that are to be committed with this commit context.
Collection<CDOLockState> getLocksOnNewObjects()
Map<CDOID,CDOObject> getNewObjects()
objects
that are to be committed with this commit context.
Map<CDOID,CDOObject> getDirtyObjects()
objects
that are to be committed with this commit context.
Map<CDOID,CDOObject> getDetachedObjects()
objects
that are to be committed with this commit context.
Map<CDOID,CDORevisionDelta> getRevisionDeltas()
revision deltas
that are to be committed with this commit context.
Collection<CDOLob<?>> getLobs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |