| Constructor and Description |
|---|
ContentLabelServiceImpl(ContentService contentService,
LabelsService labelsService,
ContentEntityManagerInternal contentEntityManager,
AttachmentManager attachmentManager) |
ContentTrashServiceImpl(PageManager pageManager,
PermissionManager permissionManager,
PageService pageService,
BlogPostService blogPostService,
CommentService commentService,
com.google.common.base.Supplier<ContentService> contentServiceSupplier,
SpaceManager spaceManager,
AttachmentManager attachmentManager,
ApiSupportProvider apiSupportProvider,
com.atlassian.event.api.EventPublisher eventPublisher,
PersonModelFactory personFactory) |
| Constructor and Description |
|---|
DefaultCustomContentManager(CustomContentDao customContentDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentModelFactory contentFactory,
ChangeIndexer changeIndexer,
ApiSupportProvider apiSupportProvider) |
| Constructor and Description |
|---|
AfterEntitySaveActionAttachmentsUtil(ContentBodyConversionManager contentBodyConversionManager,
AttachmentManager attachmentManager,
FileUploadManager fileUploadManager) |
DraftAttributesCopier(AttachmentManager attachmentManager,
LabelManager labelManager,
ContentPermissionManager contentPermissionManager,
ContentPropertyManager contentPropertyManager) |
| Constructor and Description |
|---|
EditorXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformer defaultFragmentTransformer,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry,
AttachmentManager attachmentManager,
PageManager pageManager) |
| Constructor and Description |
|---|
AttachmentResourceIdentifierResolver(AttachmentManager attachmentManager,
AttachmentOwningContentResolver attachmentOwningContentResolver,
ContentEntityManager contentEntityManager,
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ConversionContextFieldUtility conversionContextFieldUtility) |
IdAndTypeResourceIdentifierResolver(AttachmentManager attachmentManager,
SpaceManager spaceManager) |
| Constructor and Description |
|---|
DefaultBlogPostService(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
SpacePermissionManager spacePermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager) |
DefaultPageService(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager) |
| Constructor and Description |
|---|
CreateBlogPostCommandImpl(PageManager pageManager,
SpacePermissionManager spacePermissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostProvider blogPostProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
BlogPost draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager) |
CreateBlogPostCommandImpl(PageManager pageManager,
SpacePermissionManager spacePermissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostProvider blogPostProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
ContentEntityObject draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreateBlogPostCommandImpl(PageManager pageManager,
SpacePermissionManager spacePermissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostProvider blogPostProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Draft draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
CreateAbstractPageCommandImpl.attachmentManager |
| Constructor and Description |
|---|
CreateAbstractPageCommandImpl(PageManager pageManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
AbstractPage draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager) |
CreateAbstractPageCommandImpl(PageManager pageManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
ContentEntityObject draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreateAbstractPageCommandImpl(PageManager pageManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Draft draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreatePageCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
ContentEntityObject draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreatePageCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Draft draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreatePageCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager) |
CreatePageFromExistingCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
ContentEntityObject draft,
com.atlassian.user.User user,
boolean notifySelf,
SpaceProvider spaceProvider,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreatePageFromExistingCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Draft draft,
com.atlassian.user.User user,
boolean notifySelf,
SpaceProvider spaceProvider,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager)
Deprecated.
since 6.0
|
CreatePageFromExistingCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf,
SpaceProvider spaceProvider,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper,
UserHistoryManager userHistoryManager) |
| Modifier and Type | Method and Description |
|---|---|
protected AttachmentManager |
DefaultContentEntityManager.getAttachmentManager() |
| Constructor and Description |
|---|
DefaultContentEntityManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager) |
DefaultDataSourceFactory(UserAccessor userAccessor,
AttachmentManager attachmentManager,
FileTypeMap fileTypeMap,
ThumbnailManager thumbnailManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
SpaceLogoManager spaceLogoManager) |
| Constructor and Description |
|---|
DatabaseLikesRemovalListener(LikeManager likeManager,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
AttachmentPrefetcher(AttachmentManager attachmentManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ImageDetailsPrefetchDao imageDetailsPrefetcher) |
| Constructor and Description |
|---|
SpaFeatureFlagFilterHelper(org.springframework.transaction.PlatformTransactionManager transactionManager,
DarkFeaturesManager darkFeaturesManager,
SettingsManager settingsManager,
SpaceManager spaceManager,
ThemeManager themeManager,
com.atlassian.util.concurrent.Supplier<ColourSchemeManager> colourSchemeManager,
CustomPageSettingsManager customPageSettingsManager,
AttachmentManager attachmentManager,
FrontendAssetsManager frontendAssetsManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
SpaFeatureFlagFilterHelper(org.springframework.transaction.PlatformTransactionManager transactionManager,
DarkFeaturesManager darkFeaturesManager,
SettingsManager settingsManager,
SpaceManager spaceManager,
ThemeManager themeManager,
com.atlassian.util.concurrent.Supplier<ColourSchemeManager> colourSchemeManager,
CustomPageSettingsManager customPageSettingsManager,
AttachmentManager attachmentManager,
com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory,
FrontendAssetsManager frontendAssetsManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
FileXmlExporter.attachmentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
FileXmlExporter.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
AttachmentDownloadResourceManager(AttachmentUrlParser attachmentUrlParser,
AttachmentManager attachmentManager,
PermissionManager permissionManager) |
ThumbnailDownloadResourceManager(AttachmentUrlParser attachmentUrlParser,
AttachmentManager attachmentManager,
PermissionManager permissionManager,
ThumbnailManager thumbnailManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttachmentManagerInternal
Internal version of the
AttachmentManager interface; see the package-info.java for rationale. |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateLabelDao.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
ConfluenceLinkResolver(PageManager pageManager,
SpaceManager spaceManager,
UserAccessor userAccessor,
PermissionManager permissionManager,
AttachmentManager attachmentManager,
SettingsManager settingsManager,
ContentEntityManager contentEntityManager,
ShortcutLinksManager shortcutLinksManager,
PersonalInformationManager personalInformationManager,
com.atlassian.renderer.v2.macro.MacroManager macroManager,
StorageFormatCleaner storageFormatCleaner) |
DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser,
Draft draft,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
AttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser,
AbstractPageLink abstractPageLink,
AttachmentManager attachmentManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingAttachmentManager
Caches the download paths of attachments.
|
class |
DefaultAttachmentManager
Default implementation of
AttachmentManager. |
class |
DelegatorAttachmentManager
This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain
Confluence configuration options
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentManager |
PageManager.getAttachmentManager()
Deprecated.
since 5.8 do not use. Implementation detail mistakenly added to manager interface.
|
AttachmentManager |
DelegatingAttachmentManager.getAttachmentManager()
Return the AttachmentManager implementation that the delegator wraps
|
AttachmentManager |
DefaultPageManager.getAttachmentManager()
Deprecated.
since 5.8 do not use. Implementation detail mistakenly added to service interface.
|
AttachmentManager |
CachingAttachmentManager.getAttachmentManager() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDao.AttachmentCopier |
DelegatorAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
DefaultAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
CachingAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
AttachmentManager.getCopier(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from
one data store to be copied across to another.
|
AttachmentDao.AttachmentMigrator |
DelegatorAttachmentManager.getMigrator(AttachmentManager destination) |
AttachmentDao.AttachmentMigrator |
DefaultAttachmentManager.getMigrator(AttachmentManager destination) |
AttachmentDao.AttachmentMigrator |
CachingAttachmentManager.getMigrator(AttachmentManager destination) |
AttachmentDao.AttachmentMigrator |
AttachmentManager.getMigrator(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentMigrator that will allow the attachments from
one data store to be moved across to another.
|
| Constructor and Description |
|---|
DefaultCommentManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
CommentDao commentDao,
RelationManager relationManager,
com.atlassian.vcache.VCacheFactory cacheFactory) |
DefaultDraftManager(DraftDao draftDao,
SettingsManager settingsManager,
PageManager pageManager,
AttachmentManager attachmentManager,
LabelManager labelManager,
MergerManager mergerManager) |
DefaultDraftsTransitionHelper(PageManagerInternal pageManager,
DraftManager draftManager,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager,
ContentPermissionManager contentPermissionManager,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
CollaborativeEditingHelper collaborativeEditingHelper,
SpaceManager spaceManager) |
DefaultFileUploadManager(AttachmentManager attachmentManager,
AttachmentMimeTypeTranslator mimeTypeTranslator) |
DefaultPageManager(PageDao pageDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
BlogPostDao blogPostDao,
AbstractPageDao abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
PermissionManager permissionManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
SynchronizationManager synchronizationManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
com.google.common.base.Supplier<com.atlassian.sal.api.features.DarkFeatureManager> darkFeatureManagerRef,
PermissionCheckExemptions permissionCheckExemptions,
HibernateSessionHelper hibernateSessionHelper,
net.sf.hibernate.SessionFactory sessionFactory,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
ContentPropertyService contentPropertyService) |
DefaultTrashManager(ContentEntityObjectDao contentEntityObjectDao,
ContentEntityManager contentEntityManager,
CustomContentManager customContentManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
PageManager pageManager,
com.atlassian.event.api.EventPublisher eventPublisher,
AttachmentManager attachmentManager) |
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
AbstractViewAttachmentsAction.attachmentManager |
protected AttachmentManager |
AbstractRemoveAttachmentAction.attachmentManager |
protected AttachmentManager |
AbstractCreatePageAction.attachmentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreTrashItemAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
RestoreExistingTrashItemAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
MoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachedImagesAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachFileAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AbstractViewAttachmentsAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AbstractRemoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AbstractCreatePageAction.setAttachmentManager(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentBean.retrieveMatchingAttachment(AbstractPage page,
AttachmentManager attachmentManager) |
void |
AttachmentStorer.setAttachmentManager(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentCountContextProvider.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
DefaultImageDetailsManager(AttachmentManager attachmentManager,
ImageDetailsDao imageDetailsDao) |
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
GeneralAttachmentCopier.destinationAttachmentManager |
protected AttachmentManager |
GeneralAttachmentCopier.sourceAttachmentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAttachmentsOnFilesystemOnPageMoveListener.setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
|
void |
UpdateAttachmentsOnFilesystemOnPageMoveListener.setDefaultAttachmentManager(AttachmentManager defaultAttachmentManager)
Deprecated.
The default attachment manager is set here so that the logic from the delegating attachment manager does not need
to be reproduced here.
|
| Constructor and Description |
|---|
GeneralAttachmentCopier(AttachmentManager sourceAttachmentManager,
AttachmentManager destinationAttachmentManager) |
GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager,
AttachmentManager destinationAttachmentManager) |
| Constructor and Description |
|---|
DefaultBulkPageCopy(ContentPermissionManager contentPermissionManager,
PermissionManager permissionManager,
ContentPropertyManager contentPropertyManager,
AttachmentManager attachmentManager,
LinksUpdater linksUpdater,
com.atlassian.beehive.ClusterLockService lockService,
PageManagerInternal pageManager,
SpacePermissionManager spacePermissionManager,
com.atlassian.event.api.EventPublisher eventPublisher,
LinkManager linkManager,
net.sf.hibernate.SessionFactory sessionFactory,
ContentPropertyService contentPropertyService,
RelationManager relationManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAttachmentsOnFilesystemOnPageMoveListener.setAttachmentManager(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataFileSystem |
DefaultAttachmentDataFileSystemFactory.getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager) |
AttachmentDataFileSystem |
AttachmentDataFileSystemFactory.getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager) |
| Constructor and Description |
|---|
FileStoreAttachmentDataFileSystem(MediaApiClientSupplier clientSupplier,
MediaApiClientIdentitySupplier clientIdentitySupplier,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager) |
| Constructor and Description |
|---|
DualAttachmentDataFileSystemPrimaryLocal(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
| Constructor and Description |
|---|
Thumbnails(List<Attachment> attachments,
ImagePathHelper pathHelper,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
|
Thumbnails(List<Attachment> attachments,
String attachmentsRoot,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentDataStorageWhitelistCondition.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
HasAttachmentCondition(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadAction.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
FileStoreUploadRest(ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
FileUploadManager fileUploadManager,
AttachmentManager attachmentManager,
DraftService draftService,
SettingsService settingsService,
MediaApiClientIdentitySupplier clientIdentitySupplier,
FileStoreConfig fileStoreConfig,
EditorFormatService editorFormatService,
MediaApiClientSupplier clientSupplier) |
| Constructor and Description |
|---|
AttachmentSiteLogoManager(SettingsManager settingsManager,
ContextPathHolder contextPathHolder,
FileUploadManager fileUploadManager,
AttachmentManager attachmentManager,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
GalleryMacro.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
DefaultEntityBuilderFactory(SettingsManager settingsManager,
DateEntityFactory dateEntityFactory,
DefaultRestAttachmentManager restAttachmentManager,
AnyTypeDao anyTypeDao,
UserAccessor userAccessor,
UserEntityHelper userEntityHelper,
ContentTypeManager contentTypeManager,
AvatarProviderAccessor avatarProviderAccessor,
AttachmentManager attachmentManager) |
PersonalInformationContentEntityBuilder(SettingsManager settingsManager,
DateEntityFactory dateEntityFactory,
UserAccessor userAccessor,
UserEntityHelper userEntityHelper,
AvatarProviderAccessor avatarProviderAccessor,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
InternalMediaApiSupportResource(MediaApiSupportService mediaApiSupportService,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
DraftService draftService,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
DefaultRestAttachmentManager(AttachmentManager attachmentManager,
PermissionManager permissionManager,
SettingsManager settingsManager,
ThumbnailManager thumbnailManager,
DateEntityFactory dateEntityFactory) |
DefaultRestAttachmentManager(AttachmentManager attachmentManager,
PermissionManager permissionManager,
SettingsManager settingsManager,
ThumbnailManager thumbnailManager,
DateEntityHelper dateEntityHelper)
Deprecated.
since 4.3. DateEntityFactory replaces DateEntityHelper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsersSoapService.setAttachmentManager(AttachmentManager attachmentManager) |
void |
PagesSoapService.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachmentsSoapService.setAttachmentManager(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentRenderSupport.setAttachmentManager(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
DraftAttachmentSearchAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachmentSearchAction.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable,
ContentEntityObjectDao contentEntityObjectDao,
AttachmentManager attachmentManager,
IndexTaskFactory indexTaskFactory)
Constructs a rebuild change document index task.
|
| Constructor and Description |
|---|
IndexTaskFactory(BatchOperationManager batchOperationManager,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
com.atlassian.bonnie.search.DocumentBuilder changeDocumentBuilder,
ContentEntityObjectDao contentEntityObjectDao,
com.google.common.base.Supplier<AttachmentManager> attachmentManager,
com.google.common.base.Supplier<PersonalInformationManager> personalInformationManager,
UserAccessor userAccessor,
PersonalInformationDao personalInformationDao,
SpaceDao spaceDao,
com.google.common.base.Supplier<PageDao> pageDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentUrlParser.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
AllAttachmentsDownload(AttachmentManager attachmentManager,
PageManager pageManager,
PermissionManager permissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentManager |
DefaultSpaceManager.getAttachmentManager()
Deprecated.
since 4.2.13. Get AttachmentManager injected directly to your objects instead.
|
| Constructor and Description |
|---|
DefaultSpaceDescriptionManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager) |
DefaultSpaceManager(SpaceDescriptionManager spaceDescriptionManager,
SpacePermissionManagerInternal spacePermissionManager,
SpacePermissionQueryManager spacePermissionQueryManager,
AttachmentManager attachmentManager,
SpaceDao spaceDao,
SettingsManager settingsManager,
UserAccessor userAccessor,
com.atlassian.user.GroupManager groupManager,
PermissionCheckExemptions permissionCheckExemptions,
ConfluenceIndexer indexer,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
LabelManager labelManager,
I18NBeanFactory i18NBeanFactory,
com.atlassian.vcache.VCacheFactory cacheFactory,
PermissionsAdministratorBuilder permissionsAdministratorBuilder,
SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter) |
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
AbstractLogoAction.attachmentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLogoAction.setAttachmentManager(AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
FuncTestRpcHandlerImpl.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
LegacyAttachmentServiceImpl(AttachmentManager attachmentManager,
PermissionManager permissionManager,
LabelsService labelsService) |
| Constructor and Description |
|---|
AttachmentToCeoConversionUpgradeTask(org.hibernate.SessionFactory sessionFactory,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
int preUpgradeBuildNumber,
DdlExecutor ddlExecutor,
ConfluenceIndexer confluenceIndexer,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
AttachmentManager attachmentManager,
SynchronizationManager synchronizationManager,
HierarchicalMultiStreamAttachmentDataFileSystem attachmentFileSystem) |
| Constructor and Description |
|---|
DefaultPersonalInformationManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
PersonalInformationDao personalInformationDao,
RelationManager relationManager) |
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
AbstractUserProfileAction.attachmentManager |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserProfileAction.setAttachmentManager(AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
AvatarAccessor(PersonalInformationManager personalInformationManager,
AttachmentManager attachmentManager,
com.atlassian.event.EventManager eventManager,
AvatarProviderAccessor avatarProviderAccessor,
ResourceAccessor resourceAccessor,
org.springframework.transaction.PlatformTransactionManager transactionManager,
com.atlassian.user.properties.PropertySetFactory userPropertySetFactory) |
| Constructor and Description |
|---|
DefaultUserStatusManager(UserStatusDao userStatusDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager)
Deprecated.
|
| Constructor and Description |
|---|
OnDemandExporter(org.hibernate.SessionFactory sessionFactory,
SettingsManager settingsManager,
BootstrapManager bootstrapManager,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager,
BackupRestoreProviderManager backupRestoreProviderManager,
AttachmentManager attachmentManager,
I18NBeanFactory i18NBeanFactory,
PluginDataExportService pluginDataExportService,
MediaApiClientSupplier mediaApiClientSupplier,
MediaApiClientIdentitySupplier mediaApiClientIdentitySupplier,
FeatureFlagServiceClient featureFlagServiceClient,
ZipperTaskProgressManager zipperTaskProgressManager,
ZipperClientSupplier zipperClientSupplier,
com.atlassian.tenant.api.TenantContextProvider<ConfluenceTenantContext> tenantContextProvider,
ExportKeyProvider exportKeyProvider,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
com.atlassian.sal.spi.HostContextAccessor hostContextAccessor,
OnDemandXMLDatabinderFactory databinderFactory,
GateKeeper gateKeeper,
com.atlassian.beehive.ClusterLockService clusterLockService) |
Copyright © 2003–2017 Atlassian. All rights reserved.