Package org.eclipse.emf.cdo.transaction
Schnittstelle CDOCommitContext
- Alle Superschnittstellen:
CDOBranchProvider
- Alle bekannten Unterschnittstellen:
InternalCDOTransaction.InternalCDOCommitContext,InternalCDOXATransaction.InternalCDOXACommitContext
Provides a context for commit operations.
- Seit:
- 2.0
- Autor:
- Simon McDuff
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns a map of the detachedobjectsthat are to be committed with this commit context.Returns a map of the dirtyobjectsthat are to be committed with this commit context.Collection<CDOLob<?>> getLobs()Returns a map of the newobjectsthat are to be committed with this commit context.Returns a list of the newpackage unitsthat are to be committed with this commit context.Returns a map of therevision deltasthat are to be committed with this commit context.Returns thetransactionassociated with this commit context.intbooleanVeraltet.As of 4.5 no longer supported.boolean
-
Methodendetails
-
getUserID
String getUserID()- Seit:
- 4.1
-
getViewID
int getViewID()- Seit:
- 4.1
-
getBranch
CDOBranch getBranch()- Angegeben von:
getBranchin SchnittstelleCDOBranchProvider- Seit:
- 4.1
-
getTransaction
CDOTransaction getTransaction()Returns thetransactionassociated with this commit context. -
isPartialCommit
boolean isPartialCommit()- Seit:
- 4.0
-
getCommitData
CDOCommitData getCommitData()- Seit:
- 4.1
-
getCommitComment
String getCommitComment()- Seit:
- 4.1
-
getCommitProperties
- Seit:
- 4.25
-
getCommitMergeSource
CDOBranchPoint getCommitMergeSource()- Seit:
- 4.6
-
getNewPackageUnits
List<CDOPackageUnit> getNewPackageUnits()Returns a list of the newpackage unitsthat are to be committed with this commit context. -
getNewObjects
Returns a map of the newobjectsthat are to be committed with this commit context. -
getDirtyObjects
Returns a map of the dirtyobjectsthat are to be committed with this commit context. -
getDetachedObjects
Returns a map of the detachedobjectsthat are to be committed with this commit context. -
getRevisionDeltas
Map<CDOID,CDORevisionDelta> getRevisionDeltas()Returns a map of therevision deltasthat are to be committed with this commit context. -
getLobs
Collection<CDOLob<?>> getLobs()- Seit:
- 4.0
-
isAutoReleaseLocks
Veraltet.As of 4.5 no longer supported. SeegetIDsToUnlock().- Seit:
- 4.1
-
getLocksOnNewObjects
Collection<CDOLockState> getLocksOnNewObjects()- Seit:
- 4.1
-
getIDsToUnlock
Collection<CDOID> getIDsToUnlock()- Seit:
- 4.6
-