Package org.eclipse.emf.spi.cdo
Class InternalCDOTransaction.ApplyChangeSetResult
- java.lang.Object
- 
- org.eclipse.emf.spi.cdo.InternalCDOTransaction.ApplyChangeSetResult
 
- 
- Enclosing interface:
- InternalCDOTransaction
 
 public static final class InternalCDOTransaction.ApplyChangeSetResult extends java.lang.ObjectIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.1
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description ApplyChangeSetResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CDOID>getAdjustedObjects()CDOChangeSetDatagetChangeSetData()java.util.Map<CDOID,CDOID>getIDMappings()
 
- 
- 
- 
Method Detail- 
getChangeSetDatapublic CDOChangeSetData getChangeSetData() 
 - 
getAdjustedObjectspublic java.util.List<CDOID> getAdjustedObjects() 
 
- 
 
-