Interface ContentDaoInternal
- All Superinterfaces:
ContentDao
- All Known Implementing Classes:
DefaultContentDao
DAO to allow us to load content objects by id for migration.
This was introduced because ContentEntityManager
cannot be autowired by type in spring 2.0.
Secondly, was introduced to make unit testing easier.
You should not consider this interface public. It is required to provide some Confluence 4 migration specific functionality but not for use outside this context.
- Since:
- 6.10.0
-
Method Summary
Methods inherited from interface com.atlassian.confluence.content.render.xhtml.migration.ContentDao
getById, getCountOfLatestXhtmlContent, getCountOfXhtmlContent, getCountOfXhtmlSpaceDescriptions, getLatestContentCount, getLatestOrderedWikiContentFromContentId, getLatestOrderedXhtmlContentFromContentIds, getLatestOrderedXhtmlContentIds, getOrderedXhtmlContentFromContentId, getXhtmlSpaceDescriptionsFromContentId, saveRawWithoutReindex