Interface InternalCDOCommitInfoManager
- All Superinterfaces:
CDOCommitHistory.Provider<CDOBranch,
,CDOCommitHistory> CDOCommitInfoManager
,CDOCommitInfoProvider
,org.eclipse.net4j.util.lifecycle.IDeactivateable
,org.eclipse.net4j.util.lifecycle.ILifecycle
,org.eclipse.net4j.util.event.INotifier
public interface InternalCDOCommitInfoManager
extends CDOCommitInfoManager, org.eclipse.net4j.util.lifecycle.ILifecycle
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
If the meaning of this type isn't clear, there really should be more of a description here...Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptioncreateCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, CDOCommitData commitData) createCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData) void
notifyCommitInfoHandlers
(CDOCommitInfo commitInfo) void
setBranchManager
(CDOBranchManager branchManager) void
setCommitInfoLoader
(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader) void
setLastCommitOfBranch
(CDOBranch branch, long lastCommit) void
setRepository
(CDOCommonRepository repository) Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitHistory.Provider
getHistory, getHistory
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoManager
getBaseOfBranch, getCommitInfo, getCommitInfo, getCommitInfo, getCommitInfos, getCommitInfos, getFirstOfBranch, getLastCommit, getLastCommitOfBranch, getLastOfBranch, getRepository
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoProvider
addCommitInfoHandler, getCommitInfoHandlers, removeCommitInfoHandler
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
setRepository
- Since:
- 4.2
-
getBranchManager
CDOBranchManager getBranchManager()- Since:
- 4.15
-
setBranchManager
- Since:
- 4.15
-
getCommitInfoLoader
InternalCDOCommitInfoManager.CommitInfoLoader getCommitInfoLoader() -
setCommitInfoLoader
-
notifyCommitInfoHandlers
- Since:
- 4.2
-
createCommitInfo
CDOCommitInfo createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData) - Since:
- 4.0
-
createCommitInfo
CDOCommitInfo createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, CDOCommitData commitData) - Since:
- 4.6
-
setLastCommitOfBranch
- Since:
- 4.6
-