Interface CDORevisionHandler
- 
- All Known Subinterfaces:
- CDOServerImporter.Handler,- CDOServerImporter.Handler2
 - All Known Implementing Classes:
- CDORevisionHandler.Filtered,- CDORevisionHandler.Filtered.Undetached,- StoreAccessorBase.CommitDataRevisionHandler
 - Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface CDORevisionHandlerA call-back interface that indicates the ability to handlerevisionsthat are passed from other entities.- Since:
- 3.0
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCDORevisionHandler.FilteredA delegatingrevision handlerwith afilter()method used to suppress specific revisions.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleRevision(CDORevision revision)Handles a revision.
 
- 
- 
- 
Method Detail- 
handleRevisionboolean handleRevision(CDORevision revision) Handles a revision.- Returns:
- trueto indicate that the caller may pass more revisions,- falseotherwise.
- Since:
- 4.0
 
 
- 
 
-