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

All Superinterfaces:
CDOChangeKindProvider, CDOChangeSetData
All Known Subinterfaces:
CDOCommitHistory.TriggerLoadElement, CDOCommitInfo, CDOSessionInvalidationEvent

public interface CDOCommitData
extends CDOChangeSetData

Change set data with detailed information about new package units.

Since:
3.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 List<CDOPackageUnit> getNewPackageUnits()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetData
copy, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider
getChangeKind
 

Method Detail

getNewPackageUnits

List<CDOPackageUnit> getNewPackageUnits()


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