|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CDOCommitData | |
|---|---|
| org.eclipse.emf.cdo.common.commit | Common concepts for dealing with commits and change sets. |
| org.eclipse.emf.cdo.common.protocol | Common concepts for dealing with protocols and CDO-specific I/O. |
| org.eclipse.emf.cdo.session | Client concepts for dealing with sessions to CDO repositories. |
| org.eclipse.emf.cdo.spi.common.commit | Common service provider interfaces and useful base implementations for dealing with commits and change sets. |
| org.eclipse.emf.cdo.spi.common.protocol | Common base implementations for dealing with I/O of CDO data structures. |
| org.eclipse.emf.cdo.spi.server | Server service provider interfaces and useful base implementations. |
| org.eclipse.emf.cdo.transaction | Client concepts for dealing with transactions, distributed transactions and their save points. |
| org.eclipse.emf.spi.cdo | Client service provider interfaces and useful base implementations. |
| Uses of CDOCommitData in org.eclipse.emf.cdo.common.commit |
|---|
| Subinterfaces of CDOCommitData in org.eclipse.emf.cdo.common.commit | |
|---|---|
static interface |
CDOCommitHistory.TriggerLoadElement
A virtual history element that can be returned from IContainer.getElements()
if CDOCommitHistory.isAppendingTriggerLoadElement() is true to indicate that
the history is not fully loaded, yet. |
interface |
CDOCommitInfo
Commit data in the context of a commit info manager with
additional commit informations. |
| Uses of CDOCommitData in org.eclipse.emf.cdo.common.protocol |
|---|
| Methods in org.eclipse.emf.cdo.common.protocol that return CDOCommitData | |
|---|---|
CDOCommitData |
CDODataInput.readCDOCommitData()
|
| Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOCommitData | |
|---|---|
void |
CDODataOutput.writeCDOCommitData(CDOCommitData commitData)
|
| Uses of CDOCommitData in org.eclipse.emf.cdo.session |
|---|
| Subinterfaces of CDOCommitData in org.eclipse.emf.cdo.session | |
|---|---|
interface |
CDOSessionInvalidationEvent
A session event fired when passive updates (commit notifications) are being received from a
remote repository. |
| Uses of CDOCommitData in org.eclipse.emf.cdo.spi.common.commit |
|---|
| Methods in org.eclipse.emf.cdo.spi.common.commit that return CDOCommitData | |
|---|---|
static CDOCommitData |
CDOCommitInfoUtil.createCommitData(List<CDOPackageUnit> newPackageUnits,
List<CDOIDAndVersion> newObjects,
List<CDORevisionKey> changedObjects,
List<CDOIDAndVersion> detachedObjects)
|
CDOCommitData |
InternalCDOCommitInfoManager.CommitInfoLoader.loadCommitData(long timeStamp)
|
| Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOCommitData | |
|---|---|
CDOCommitInfo |
InternalCDOCommitInfoManager.createCommitInfo(CDOBranch branch,
long timeStamp,
long previousTimeStamp,
String userID,
String comment,
CDOCommitData commitData)
|
| Uses of CDOCommitData in org.eclipse.emf.cdo.spi.common.protocol |
|---|
| Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOCommitData | |
|---|---|
CDOCommitData |
CDODataInputImpl.readCDOCommitData()
|
| Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOCommitData | |
|---|---|
void |
CDODataOutputImpl.writeCDOCommitData(CDOCommitData commitData)
|
| Uses of CDOCommitData in org.eclipse.emf.cdo.spi.server |
|---|
| Methods in org.eclipse.emf.cdo.spi.server that return CDOCommitData | |
|---|---|
CDOCommitData |
StoreAccessorBase.CommitDataRevisionHandler.getCommitData()
|
CDOCommitData |
StoreAccessorBase.loadCommitData(long timeStamp)
|
| Uses of CDOCommitData in org.eclipse.emf.cdo.transaction |
|---|
| Methods in org.eclipse.emf.cdo.transaction that return CDOCommitData | |
|---|---|
CDOCommitData |
CDOCommitContext.getCommitData()
|
| Uses of CDOCommitData in org.eclipse.emf.spi.cdo |
|---|
| Methods in org.eclipse.emf.spi.cdo with parameters of type CDOCommitData | |
|---|---|
CDOSessionProtocol.CommitTransactionResult |
CDOSessionProtocol.commitDelegation(CDOBranch branch,
String userID,
String comment,
CDOCommitData commitData,
Map<CDOID,EClass> detachedObjectTypes,
Collection<CDOLob<?>> lobs,
OMMonitor monitor)
Deprecated. Not called anymore. Use #commitDelegation(InternalCDOCommitContext, OMMonitor) instead. |
CDOSessionProtocol.CommitTransactionResult |
CDOSessionProtocol.commitTransaction(int transactionID,
String comment,
boolean releaseLocks,
CDOIDProvider idProvider,
CDOCommitData commitData,
Collection<CDOLob<?>> lobs,
OMMonitor monitor)
Deprecated. Not called anymore. Use #commitTransaction(InternalCDOCommitContext, OMMonitor) instead. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||