Uses of Interface
com.atlassian.confluence.pages.attachments.DelegatingAttachmentDao
-
Packages that use DelegatingAttachmentDao Package Description com.atlassian.confluence.impl.pages.attachments com.atlassian.confluence.pages.attachments -
-
Uses of DelegatingAttachmentDao in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement DelegatingAttachmentDao Modifier and Type Class Description class
ReadThroughCachingAttachmentDao
Caches the IDs of attachments retrieved withReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in a cache. -
Uses of DelegatingAttachmentDao in com.atlassian.confluence.pages.attachments
Classes in com.atlassian.confluence.pages.attachments that implement DelegatingAttachmentDao Modifier and Type Class Description class
AbstractDelegatingAttachmentDao
AnAttachmentDaoInternal
implementation that just delegates to anotherAttachmentDaoInternal
.
-