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 SummaryNested Classes Modifier and Type Interface Description static interfaceInternalCDOCommitInfoManager.CommitInfoLoaderIf the meaning of this type isn't clear, there really should be more of a description here...
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOCommitInfocreateCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, java.lang.String userID, java.lang.String comment, CDOBranchPoint mergeSource, CDOCommitData commitData)CDOCommitInfocreateCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, java.lang.String userID, java.lang.String comment, CDOCommitData commitData)CDOBranchManagergetBranchManager()InternalCDOCommitInfoManager.CommitInfoLoadergetCommitInfoLoader()voidnotifyCommitInfoHandlers(CDOCommitInfo commitInfo)voidsetBranchManager(CDOBranchManager branchManager)voidsetCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader)voidsetLastCommitOfBranch(CDOBranch branch, long lastCommit)voidsetRepository(CDOCommonRepository repository)- 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitHistory.ProvidergetHistory, getHistory
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoManagergetBaseOfBranch, getCommitInfo, getCommitInfo, getCommitInfo, getCommitInfos, getCommitInfos, getFirstOfBranch, getLastCommit, getLastCommitOfBranch, getLastOfBranch, getRepository
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoProvideraddCommitInfoHandler, getCommitInfoHandlers, removeCommitInfoHandler
 
- 
 
- 
- 
- 
Method Detail- 
setRepositoryvoid setRepository(CDOCommonRepository repository) - Since:
- 4.2
 
 - 
getBranchManagerCDOBranchManager getBranchManager() - Since:
- 4.15
 
 - 
setBranchManagervoid setBranchManager(CDOBranchManager branchManager) - Since:
- 4.15
 
 - 
getCommitInfoLoaderInternalCDOCommitInfoManager.CommitInfoLoader getCommitInfoLoader() 
 - 
setCommitInfoLoadervoid setCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader) 
 - 
notifyCommitInfoHandlersvoid notifyCommitInfoHandlers(CDOCommitInfo commitInfo) - Since:
- 4.2
 
 - 
createCommitInfoCDOCommitInfo createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, java.lang.String userID, java.lang.String comment, CDOCommitData commitData) - Since:
- 4.0
 
 - 
createCommitInfoCDOCommitInfo createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, java.lang.String userID, java.lang.String comment, CDOBranchPoint mergeSource, CDOCommitData commitData) - Since:
- 4.6
 
 - 
setLastCommitOfBranchvoid setLastCommitOfBranch(CDOBranch branch, long lastCommit) - Since:
- 4.6
 
 
- 
 
-