
public static class CDORevisionHandler.Filtered extends Object implements CDORevisionHandler
revision handler with a filter() method used
to suppress specific revisions.| Modifier and Type | Class and Description |
|---|---|
static class |
CDORevisionHandler.Filtered.Undetached
A delegating
revision handler that filters detached revisions. |
CDORevisionHandler.Filtered| Constructor and Description |
|---|
CDORevisionHandler.Filtered(CDORevisionHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
filter(CDORevision revision) |
boolean |
handleRevision(CDORevision revision)
Handles a revision.
|
public CDORevisionHandler.Filtered(CDORevisionHandler delegate)
public final boolean handleRevision(CDORevision revision)
CDORevisionHandlerhandleRevision in interface CDORevisionHandlertrue to indicate that the caller may pass more revisions, false otherwise.protected boolean filter(CDORevision revision)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.