Modifier and Type | Class and Description |
---|---|
class |
LastModificationDateResourceFactory |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
LastModificationDateManagement.getAttachmentCrawlLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory)
Get the crawl-last-modification dates of all attachments which are assigned to a note.
|
<T> List<T> |
LastModificationDateManagement.getNoteCrawlLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory)
Get the crawl-last-modification dates of all published notes.
|
<T> List<T> |
LastModificationDateManagement.getTopicCrawlLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory)
Get the crawl-last-modification dates of all topics.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardLastModificationDateFactory
Standard factory that creates
LastModificationDate 's |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
LastModificationDateDaoImpl.getAttachmentLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
LastModificationDateDao.getAttachmentLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
LastModificationDateDaoImpl.getNoteLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
LastModificationDateDao.getNoteLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
LastModificationDateDaoImpl.getTopicLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
LastModificationDateDao.getTopicLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
Copyright © 2019 Communote team. All rights reserved.