org.eclipse.emf.cdo.common.commit
Interface CDOCommitInfo

All Superinterfaces:
CDOBranchPoint, CDOChangeKindProvider, CDOChangeSetData, CDOCommitData
All Known Subinterfaces:
CDOSessionInvalidationEvent

public interface CDOCommitInfo
extends CDOBranchPoint, CDOCommitData

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.

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
 
Method Summary
 String getComment()
           
 CDOCommitInfoManager getCommitInfoManager()
           
 long getPreviousTimeStamp()
           
 String getUserID()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitData
getNewPackageUnits
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetData
copy, getChangedObjects, getDetachedObjects, getNewObjects, isEmpty, merge
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider
getChangeKind
 

Method Detail

getCommitInfoManager

CDOCommitInfoManager getCommitInfoManager()

getPreviousTimeStamp

long getPreviousTimeStamp()
Since:
4.0

getUserID

String getUserID()

getComment

String getComment()


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.