|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.paris5.shaman.insight.operation.PublicationFilter
Publication filters, for retaining only some Publications among all owned
by a Topic
.
Inner Class Summary | |
static class |
PublicationFilter.Id
Retains Publications by Id. |
static class |
PublicationFilter.SealedState
Retains Publication with state set
to sealed . |
static class |
PublicationFilter.State
Retains Publication by state value. |
Constructor Summary | |
PublicationFilter()
|
Method Summary | |
abstract boolean |
accepts(Publication publication)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PublicationFilter()
Method Detail |
public abstract boolean accepts(Publication publication)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |