
public interface InternalCDOCommitInfoManager extends CDOCommitInfoManager, ILifecycle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InternalCDOCommitInfoManager.CommitInfoLoader
If the meaning of this type isn't clear, there really should be more of a description here...
|
ILifecycle.DeferrableActivation| Modifier and Type | Method and Description |
|---|---|
CDOCommitInfo |
createCommitInfo(CDOBranch branch,
long timeStamp,
long previousTimeStamp,
String userID,
String comment,
CDOCommitData commitData) |
InternalCDOCommitInfoManager.CommitInfoLoader |
getCommitInfoLoader() |
void |
notifyCommitInfoHandlers(CDOCommitInfo commitInfo) |
void |
setCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader) |
void |
setRepository(CDOCommonRepository repository) |
getBaseOfBranch, getCommitInfo, getCommitInfo, getCommitInfos, getCommitInfos, getFirstOfBranch, getLastOfBranch, getRepositoryaddCommitInfoHandler, getCommitInfoHandlers, removeCommitInfoHandlergetHistory, getHistoryactivate, deactivate, getLifecycleState, isActiveaddListener, getListeners, hasListeners, removeListenervoid setRepository(CDOCommonRepository repository)
InternalCDOCommitInfoManager.CommitInfoLoader getCommitInfoLoader()
void setCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader)
void notifyCommitInfoHandlers(CDOCommitInfo commitInfo)
CDOCommitInfo createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.