Interface ContentDaoInternal
-
- All Superinterfaces:
ContentDao
,ContentEntityObjectDao<ContentEntityObject>
,ContentEntityObjectDaoInternal<ContentEntityObject>
,ObjectDao
,ObjectDaoInternal<ContentEntityObject>
,VersionedObjectDao<ContentEntityObject>
,VersionedObjectDaoInternal<ContentEntityObject>
- All Known Implementing Classes:
DefaultContentDao
public interface ContentDaoInternal extends ContentDao, ContentEntityObjectDaoInternal<ContentEntityObject>
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
-
Methods inherited from interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
countContentBySpaceIdAndStatus, findAllDraftsFor, findAllLegacyDraftsFor, findContentBySpaceIdAndStatus, findContentBySpaceIdAndStatus, findDraftFor, findDraftsWithUnpublishedChangesForUser, findHistoricalVersionsAfterVersion, findPreviousVersions, findUnpublishedContentWithUserContributions, getAllCurrentEntities, getAllModifiers, getAllModifiers, getContentAuthoredByUser, getContributionStatusByUser, getFirstVersionAfter, getFirstVersionBefore, getLastEditedVersionsOf, getObjectType, getOldestPageCreationDate, getPageAndBlogPostsVersionsLastEditedByUser, getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesForUser, getRecentlyModifiedForChangeDigest, getTrashedContent, getTrashedContents, getTrashedContents, getVersion, getVersionEditContributors, getVersionHistorySummary, getVersionHistorySummary, getVersionsLastEditedByUser, getVersionsLastEditedByUserNew
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
findContentBySpaceIdAndStatusAndFilter, getTrashedEntities, saveRawWithoutReindex
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
Methods inherited from interface com.atlassian.confluence.core.persistence.VersionedObjectDao
findLatestVersionsCount, findLatestVersionsIterator, save
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.VersionedObjectDaoInternal
saveEntity
-
-