public interface LinkHistoryHandler<L extends Indexed,R extends Indexed,T extends IndexedLinkManager.Link<L,R>> extends Contexed, HistoryHandler<T>
Modifier and Type | Method and Description |
---|---|
boolean |
canLeftJoin() |
boolean |
canRightJoin() |
SQLFilter<? extends HistoryFactory.HistoryRecord<T>> |
getHistoryFilter(L left,
R right,
java.util.Date start,
java.util.Date end) |
IndexedLinkManager<T,L,R> |
getLinkManager() |
boolean |
isValid() |
getContext
find, getIterator, getIterator, getIterator, getPeerName, isPeerType, purge, terminate, update
IndexedLinkManager<T,L,R> getLinkManager()
SQLFilter<? extends HistoryFactory.HistoryRecord<T>> getHistoryFilter(L left, R right, java.util.Date start, java.util.Date end) throws DataException
DataException
boolean canLeftJoin()
boolean canRightJoin()
boolean isValid()