Uses of Interface
org.eclipse.emf.cdo.common.commit.CDOCommitInfo
Package
Description
Common concepts for dealing with commits and change sets.
Some useful commit info handler implementations.
Common concepts for dealing with protocols and CDO-specific I/O.
Server concepts for dealing with repositories and stores.
Server integration of the
Security
model.Client concepts for dealing with sessions to CDO repositories.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common base implementations for dealing with I/O of CDO data structures.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Classes that help to open EMF Compare user interfaces on CDO models.
A library with reusable widgets.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Concepts to checkout, open and further operate CDO
workspaces
.Client service provider interfaces and useful base implementations.
-
Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.commit
Modifier and TypeInterfaceDescriptionstatic interface
A virtualhistory
element that can be returned fromIContainer.getElements()
ifCDOCommitHistory.isAppendingTriggerLoadElement()
istrue
to indicate that the history is notfully
loaded, yet.Modifier and TypeMethodDescriptionCDOCommitInfoManager.getBaseOfBranch
(CDOBranch branch) CDOCommitInfoManager.getCommitInfo
(long timeStamp) CDOCommitInfoManager.getCommitInfo
(long timeStamp, boolean loadOnDemand) CDOCommitInfoManager.getCommitInfo
(CDOBranch branch, long startTime, boolean up) CDOCommitHistory.getElement
(int index) CDOCommitHistory.getFirstElement()
CDOCommitInfoManager.getFirstOfBranch
(CDOBranch branch) CDOCommitHistory.getLastElement()
CDOCommitInfoManager.getLastOfBranch
(CDOBranch branch) CDOCommitInfo.getMergedCommitInfo()
CDOCommitInfo.getPreviousCommitInfo()
Modifier and TypeMethodDescriptionvoid
CDOCommitInfoHandler.handleCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.commit.handler
Modifier and TypeMethodDescriptionvoid
AsyncCommitInfoHandler.handleCommitInfo
(CDOCommitInfo commitInfo) void
BinaryCommitInfoLog.handleCommitInfo
(CDOCommitInfo commitInfo) void
TextCommitInfoLog.handleCommitInfo
(CDOCommitInfo commitInfo) protected void
AsyncCommitInfoHandler.work
(org.eclipse.net4j.util.concurrent.Worker.WorkContext context, CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionCDOProtocol.CommitNotificationInfo.getCommitInfo()
CDODataInput.readCDOCommitInfo()
Modifier and TypeMethodDescriptionvoid
CDOProtocol.CommitNotificationInfo.setCommitInfo
(CDOCommitInfo commitInfo) void
CDODataOutput.writeCDOCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.lm.reviews.impl
-
Uses of CDOCommitInfo in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionprotected void
CDOServerExporter.Binary.exportCommit
(CDODataOutput out, CDOCommitInfo commitInfo) protected abstract void
CDOServerExporter.exportCommit
(OUT out, CDOCommitInfo commitInfo) protected void
CDOServerExporter.XML.exportCommit
(org.eclipse.net4j.util.io.XMLOutput out, CDOCommitInfo commitInfo) protected void
CDOServerBrowser.HistoryPage.showCommitData
(PrintStream out, CDOCommitInfo commitInfo, CDOServerBrowser browser) protected boolean
CDOServerBrowser.HistoryPage.showCommitInfo
(PrintStream out, CDOCommitInfo commitInfo, CDOServerBrowser browser, String param, boolean auditing) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.server.security
Modifier and TypeMethodDescriptionISecurityManager.modifyWithInfo
(ISecurityManager.RealmOperation operation, boolean waitUntilReadable) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.session
Modifier and TypeInterfaceDescriptioninterface
Asession event
fired when passive updates (commit notifications) are being received from a remote repository. -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeMethodDescriptionInternalCDOCommitInfoManager.createCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, CDOCommitData commitData) InternalCDOCommitInfoManager.createCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData) Modifier and TypeMethodDescriptionvoid
InternalCDOCommitInfoManager.notifyCommitInfoHandlers
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalRepository.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo) Deprecated.void
InternalRepository.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated.void
InternalSession.sendCommitNotification
(CDOCommitInfo commitInfo) Deprecated.void
InternalSession.sendCommitNotification
(CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated.void
InternalSessionManager.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo) Deprecated.void
InternalSessionManager.sendCommitNotification
(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated.void
ISessionProtocol.sendCommitNotification
(CDOCommitInfo commitInfo) Deprecated.void
ISessionProtocol.sendCommitNotification
(CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated. -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.transaction
Modifier and TypeMethodDescriptionCDOPushTransaction.commit()
CDOPushTransaction.commit
(Runnable runnable, int attempts, IProgressMonitor monitor) CDOPushTransaction.commit
(Runnable runnable, Predicate<Long> retry, IProgressMonitor monitor) CDOPushTransaction.commit
(Runnable runnable, org.eclipse.net4j.util.Predicate<Long> retry, IProgressMonitor monitor) Deprecated.CDOPushTransaction.commit
(IProgressMonitor monitor) CDOTransaction.commit
(Runnable runnable, int attempts, IProgressMonitor monitor) CDOTransaction.commit
(Runnable runnable, Predicate<Long> retry, IProgressMonitor monitor) CDOTransaction.commit
(Runnable runnable, org.eclipse.net4j.util.Predicate<Long> retry, IProgressMonitor monitor) Deprecated.CDOUserTransaction.commit()
Same ascommit(null)
.CDOUserTransaction.commit
(IProgressMonitor monitor) Commits the modifications of this transaction to the repository and returns acommit info
object if successful.CDOPushTransaction.commitAndClose
(IProgressMonitor monitor, boolean keepOpenAfterCommitProblem) CDOTransaction.commitAndClose
(IProgressMonitor monitor, boolean keepOpenAfterCommitProblem) CDOTransaction.CommitResult.getInfo()
Modifier and TypeMethodDescriptionvoid
CDODefaultTransactionHandler3.committedTransaction
(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result) This implementation does nothing.void
CDOTransactionHandler3.committedTransaction
(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result) Called by aCDOTransaction
after it is being committed. -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.ui.compare
Modifier and TypeMethodDescriptionstatic boolean
CDOCompareEditorUtil.openDialog
(CDOCommitInfo commitInfo) static boolean
CDOCompareEditorUtil.openDialog
(CDOCommitInfo leftCommitInfo, CDOBranchPoint rightPoint) static boolean
CDOCompareEditorUtil.openEditor
(CDOCommitInfo commitInfo, boolean activate) static boolean
CDOCompareEditorUtil.openEditor
(CDOCommitInfo leftCommitInfo, CDOBranchPoint rightPoint, boolean activate) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.ui.widgets
Modifier and TypeMethodDescriptionprotected void
CommitHistoryComposite.commitInfoChanged
(CDOCommitInfo newCommitInfo) protected void
CommitHistoryComposite.doubleClicked
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptiondefault void
CDOViewCommitInfoListener.handleCommitInfo
(CDOCommitInfo commitInfo) void
CDOViewCommitInfoListener.notifyCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.workspace
-
Uses of CDOCommitInfo in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeMethodDescriptionCDOTransactionStrategy.commit
(InternalCDOTransaction transaction, IProgressMonitor progressMonitor) TODO Better use anOMMonitor
?InternalCDOSession.InvalidationData.getCommitInfo()
CDOSessionProtocol.resetTransaction
(int transactionID, int commitNumber) Modifier and TypeMethodDescriptionvoid
InternalCDOSession.handleCommitNotification
(CDOCommitInfo commitInfo) Deprecated.void
InternalCDOSession.handleCommitNotification
(CDOCommitInfo commitInfo, boolean clearResourcePathCache) Deprecated.void
InternalCDOSession.invalidate
(CDOCommitInfo commitInfo, InternalCDOTransaction sender) Deprecated.void
InternalCDOSession.invalidate
(CDOCommitInfo commitInfo, InternalCDOTransaction sender, boolean clearResourcePathCache) Deprecated.void
InternalCDOSession.invalidate
(CDOCommitInfo commitInfo, InternalCDOTransaction sender, boolean clearResourcePathCache, byte securityImpact, Map<CDOID, CDOPermission> newPermissions) Deprecated.As of 4.6 useInternalCDOSession.invalidate(InvalidationData)
.void
InternalCDOSession.InvalidationData.setCommitInfo
(CDOCommitInfo commitInfo) CDOPermissionUpdater2.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions, CDOCommitInfo commitInfo) CDOPermissionUpdater3.updatePermissions
(InternalCDOSession session, Map<CDOBranchPoint, Set<InternalCDORevision>> revisions, CDOCommitInfo commitInfo)
InternalRepository.sendCommitNotification(InternalSession, CDOCommitInfo, boolean)
.