com.atlassian.confluence.impl.journal.JournalDao
.@Deprecated public interface IndexQueueEntryDao extends ObjectDao
Modifier and Type | Method and Description |
---|---|
void |
deleteAll()
Deprecated.
Remove all entries from the queue.
|
void |
deleteAllBefore(Date since)
Deprecated.
Remove all entries from the queue that where created before the specified date.
|
List<IndexQueueEntry> |
getNewEntries(Date since)
Deprecated.
|
int |
getNewEntryCount(Date since)
Deprecated.
|
void |
saveOrUpdate(IndexQueueEntry e)
Deprecated.
|
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
void saveOrUpdate(IndexQueueEntry e)
List<IndexQueueEntry> getNewEntries(Date since)
int getNewEntryCount(Date since)
void deleteAllBefore(Date since)
since
- void deleteAll()
Copyright © 2003–2020 Atlassian. All rights reserved.