All Superinterfaces:
ContentDao
All Known Implementing Classes:
DefaultContentDao

public interface ContentDaoInternal extends ContentDao
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