Interface CDORevisionCacheAdder
- 
- All Known Subinterfaces:
- CDORevisionCache,- InternalCDORevisionCache,- InternalCDORevisionManager
 - All Known Implementing Classes:
- DelegatingCDORevisionManager
 
 public interface CDORevisionCacheAdderAn entity thatrevisionscan be added to.- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRevision(CDORevision revision)Adds the given revision to this cache.
 
- 
- 
- 
Method Detail- 
addRevisionvoid addRevision(CDORevision revision) Adds the given revision to this cache.
 
- 
 
-