Uses of Interface
org.eclipse.emf.cdo.common.commit.CDOCommitInfo
Packages that use 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
Subinterfaces of CDOCommitInfo in org.eclipse.emf.cdo.common.commitModifier and TypeInterfaceDescriptionstatic interface
A virtualhistory
element that can be returned fromIContainer.getElements()
ifCDOCommitHistory.isAppendingTriggerLoadElement()
istrue
to indicate that the history is notfully
loaded, yet.Methods in org.eclipse.emf.cdo.common.commit that return CDOCommitInfoModifier 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()
Methods in org.eclipse.emf.cdo.common.commit with parameters of type CDOCommitInfoModifier and TypeMethodDescriptionvoid
CDOCommitInfoHandler.handleCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.commit.handler
Methods in org.eclipse.emf.cdo.common.commit.handler with parameters of type CDOCommitInfoModifier 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
Methods in org.eclipse.emf.cdo.common.protocol that return CDOCommitInfoModifier and TypeMethodDescriptionCDOProtocol.CommitNotificationInfo.getCommitInfo()
CDODataInput.readCDOCommitInfo()
Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOCommitInfoModifier and TypeMethodDescriptionvoid
CDOProtocol.CommitNotificationInfo.setCommitInfo
(CDOCommitInfo commitInfo) void
CDODataOutput.writeCDOCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.lm.reviews.impl
Methods in org.eclipse.emf.cdo.lm.reviews.impl that return CDOCommitInfo -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDOCommitInfoMethods in org.eclipse.emf.cdo.server with parameters of type CDOCommitInfoModifier 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
Methods in org.eclipse.emf.cdo.server.security that return CDOCommitInfoModifier and TypeMethodDescriptionISecurityManager.modifyWithInfo
(ISecurityManager.RealmOperation operation, boolean waitUntilReadable) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.session
Subinterfaces of CDOCommitInfo in org.eclipse.emf.cdo.sessionModifier 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
Methods in org.eclipse.emf.cdo.spi.common.commit that return CDOCommitInfoModifier 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) Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOCommitInfoModifier and TypeMethodDescriptionvoid
InternalCDOCommitInfoManager.notifyCommitInfoHandlers
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOCommitInfoMethods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOCommitInfoModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOCommitInfoModifier 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
Methods in org.eclipse.emf.cdo.transaction that return CDOCommitInfoModifier 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()
Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOCommitInfoModifier 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.Constructors in org.eclipse.emf.cdo.transaction with parameters of type CDOCommitInfo -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.ui.compare
Methods in org.eclipse.emf.cdo.ui.compare that return CDOCommitInfoMethods in org.eclipse.emf.cdo.ui.compare with parameters of type CDOCommitInfoModifier 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
Methods in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOCommitInfoModifier and TypeMethodDescriptionprotected void
CommitHistoryComposite.commitInfoChanged
(CDOCommitInfo newCommitInfo) protected void
CommitHistoryComposite.doubleClicked
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view with parameters of type CDOCommitInfoModifier and TypeMethodDescriptiondefault void
CDOViewCommitInfoListener.handleCommitInfo
(CDOCommitInfo commitInfo) void
CDOViewCommitInfoListener.notifyCommitInfo
(CDOCommitInfo commitInfo) -
Uses of CDOCommitInfo in org.eclipse.emf.cdo.workspace
Methods in org.eclipse.emf.cdo.workspace that return CDOCommitInfo -
Uses of CDOCommitInfo in org.eclipse.emf.spi.cdo
Subinterfaces of CDOCommitInfo in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterface
Methods in org.eclipse.emf.spi.cdo that return CDOCommitInfoModifier and TypeMethodDescriptionCDOTransactionStrategy.commit
(InternalCDOTransaction transaction, IProgressMonitor progressMonitor) TODO Better use anOMMonitor
?InternalCDOSession.InvalidationData.getCommitInfo()
CDOSessionProtocol.resetTransaction
(int transactionID, int commitNumber) Methods in org.eclipse.emf.spi.cdo with parameters of type CDOCommitInfoModifier 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)
.