Class ManagedRevisionProvider.WithSynthetics
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider
- 
- org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvider.WithSynthetics
 
 
- 
- All Implemented Interfaces:
- CDORevisionProvider,- CDORevisionProviderWithSynthetics
 - Enclosing class:
- ManagedRevisionProvider
 
 public static class ManagedRevisionProvider.WithSynthetics extends ManagedRevisionProvider implements CDORevisionProviderWithSynthetics A managed revision provider that can also providesynthetic revisions.- Since:
- 4.15
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProviderManagedRevisionProvider.WithSynthetics
 
- 
 - 
Field Summary- 
Fields inherited from class org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProviderbranchPoint, revisionManager
 
- 
 - 
Constructor SummaryConstructors Constructor Description WithSynthetics(CDORevisionManager revisionManager, CDOBranchPoint branchPoint)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SyntheticCDORevisiongetSynthetic(CDOID id)- 
Methods inherited from class org.eclipse.emf.cdo.spi.common.revision.ManagedRevisionProvidergetBranchPoint, getRevision, getRevisionManager, withSynthetics
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvidergetRevision
 
- 
 
- 
- 
- 
Constructor Detail- 
WithSyntheticspublic WithSynthetics(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) 
 
- 
 - 
Method Detail- 
getSyntheticpublic SyntheticCDORevision getSynthetic(CDOID id) - Specified by:
- getSyntheticin interface- CDORevisionProviderWithSynthetics
 
 
- 
 
-