Constructor and Description |
---|
ContentTrashServiceImpl(PageManager pageManager,
PermissionManager permissionManager,
PageService pageService,
BlogPostService blogPostService,
CommentService commentService,
com.google.common.base.Supplier<ContentService> contentServiceSupplier,
SpaceManager spaceManager,
AttachmentManager attachmentManager) |
Constructor and Description |
---|
DefaultCustomContentManager(CustomContentDao customContentDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory contentFactory,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
Constructor and Description |
---|
DraftAttributesCopier(AttachmentManager attachmentManager,
LabelManager labelManager,
ContentPermissionManager contentPermissionManager,
ContentPropertyManager contentPropertyManager,
ContentPropertyService contentPropertyService) |
Constructor and Description |
---|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry,
AttachmentManager attachmentManager,
PageManager pageManager) |
Constructor and Description |
---|
AttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver,
ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver,
ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceResolver,
ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager) |
AttachmentResourceIdentifierResolver(AttachmentManager attachmentManager,
AttachmentOwningContentResolver attachmentOwningContentResolver) |
IdAndTypeResourceIdentifierResolver(AttachmentManager attachmentManager,
SpaceManager spaceManager) |
Constructor and Description |
---|
StorageAttachmentResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<ResourceIdentifier> attachmentContainerResourceIdentifierMarshaller,
AttachmentManager attachmentManager,
ContentEntityManager contentEntityManager,
DarkFeaturesManager darkFeaturesManager) |
Constructor and Description |
---|
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
PageManager pageManager,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager,
PermissionManager permissionManager,
Marshaller<UnresolvedLink> unresolvedLinkMarshaller,
Marshaller<Link> linkBodyMarshaller,
@Nullable StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller,
DraftManager draftManager,
HrefEvaluator hrefEvaluator,
Marshaller<Link> notPermittedLinkMarshaller,
ResourceIdentifierContextUtility riUtils,
ModelToRenderedClassMapper linkClassRenderer) |
Constructor and Description |
---|
DefaultBlogPostService(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
SpacePermissionManager spacePermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager)
Deprecated.
since 5.10
|
DefaultBlogPostService(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
SpacePermissionManager spacePermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
com.google.common.base.Supplier<DraftsTransitionHelper> draftsTransitionHelperSupplier) |
DefaultPageService(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
LongRunningTaskManagerInternal longRunningTaskManager)
Deprecated.
since 5.10
|
DefaultPageService(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
com.google.common.base.Supplier<DraftsTransitionHelper> draftsTransitionHelperSupplier,
LongRunningTaskManagerInternal longRunningTaskManager) |
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper) |
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper) |
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper) |
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper)
Deprecated.
since 5.10
|
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,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper) |
Modifier and Type | Method and Description |
---|---|
AttachmentManager |
DefaultContentPermissionManager.getAttachmentManager() |
protected AttachmentManager |
ContentEntityObject.getAttachmentManager() |
protected AttachmentManager |
DefaultContentEntityManager.getAttachmentManager()
Deprecated.
since 7.5 unused
|
Constructor and Description |
---|
DefaultContentEntityManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
DefaultDataSourceFactory(UserAccessor userAccessor,
AttachmentManager attachmentManager,
FileTypeMap fileTypeMap,
ThumbnailManager thumbnailManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
SpaceLogoManager spaceLogoManager)
Deprecated.
since 7.16
|
DefaultDataSourceFactory(UserProfilePictureAccessor userProfilePictureAccessor,
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 |
---|
ThumbnailRemovingListener(ThumbnailManager thumbnailManager,
AttachmentManager attachmentManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
Constructor and Description |
---|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager5 hibernateSessionManager5,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
PermissionManager permissionManager,
LoginManager loginManager,
ExceptionTolerantMigrator revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler,
org.hibernate.SessionFactory sessionFactory)
Deprecated.
since 7.19.6
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager5 hibernateSessionManager5,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
PermissionManager permissionManager,
LoginManager loginManager,
ExceptionTolerantMigrator revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler,
org.hibernate.SessionFactory sessionFactory,
ContentPropertyService contentPropertyService) |
Constructor and Description |
---|
AttachmentPrefetcher(AttachmentManager attachmentManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ImageDetailsPrefetchDao imageDetailsPrefetcher) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
AbstractFileXmlExporter.attachmentManager |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileXmlExporter.setAttachmentManager(AttachmentManager attachmentManager) |
void |
HtmlExporter.setAttachmentManager(AttachmentManager attachmentManager) |
Modifier and Type | Class and Description |
---|---|
class |
ReadThroughCachingAttachmentManager
Caches the download paths of attachments.
|
Modifier and Type | Method and Description |
---|---|
AttachmentManager |
ReadThroughCachingAttachmentManager.getAttachmentManager() |
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
ReadThroughCachingAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentMigrator |
ReadThroughCachingAttachmentManager.getMigrator(AttachmentManager destination) |
Constructor and Description |
---|
UpdateAttachmentsOnFilesystemOnPageMoveHandler(AttachmentDataFileSystem attachmentDataFileSystem,
AttachmentManager attachmentManager) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
FileXmlExporter.attachmentManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FileXmlExporter.setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
|
void |
HtmlExporter.setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDownloadResourceManager.setAttachmentManager(AttachmentManager attachmentManager) |
Constructor and Description |
---|
AttachmentDownloadResourceManager(PermissionManager permissionManager,
AttachmentManager attachmentManager,
ConfluenceUserDao confluenceUserDao,
AttachmentUrlParser attachmentUrlParser,
ContextPathHolder contextPathHolder) |
ThumbnailDownloadResourceManager(PermissionManager permissionManager,
AttachmentManager attachmentManager,
ConfluenceUserDao confluenceUserDao,
AttachmentUrlParser attachmentUrlParser,
ThumbnailManager thumbnailManager,
ContextPathHolder contextPathHolder)
Deprecated.
since 7.12
|
ThumbnailDownloadResourceManager(PermissionManager permissionManager,
AttachmentManager attachmentManager,
ConfluenceUserDao confluenceUserDao,
AttachmentUrlParser attachmentUrlParser,
ThumbnailManagerInternal thumbnailManager,
ContextPathHolder contextPathHolder) |
Constructor and Description |
---|
DefaultAttachmentExtractedTextManager(AttachmentManager attachmentManager,
DataCompressor compressor) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceLinkResolver.setAttachmentManager(AttachmentManager attachmentManager) |
Constructor and Description |
---|
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
Deprecated.
since 7.5 Use
ReadThroughCachingAttachmentManager |
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 |
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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
DelegatorAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
DefaultAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
CachingAttachmentManager.getCopier(AttachmentManager destination)
Deprecated.
|
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)
Deprecated.
|
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.
|
void |
DefaultFileUploadManager.setAttachmentManager(AttachmentManager attachmentManager) |
void |
DefaultDraftManager.setAttachmentManager(AttachmentManager attachmentManager) |
void |
FileUploadManager.setAttachmentManager(AttachmentManager attachmentManager) |
Constructor and Description |
---|
DefaultCommentManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
CommentDaoInternal commentDao,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
DefaultDraftsTransitionHelper(PageManagerInternal pageManager,
DraftManager draftManager,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager,
ContentPermissionManager contentPermissionManager,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
CollaborativeEditingHelper collaborativeEditingHelper) |
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager)
Deprecated.
since 7.14
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler)
Deprecated.
since 7.14.5
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler,
ContentPropertyService contentPropertyService)
Deprecated.
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
SynchronizationManager synchronizationManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext)
Deprecated.
since 7.12
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
SynchronizationManager synchronizationManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
since 7.13
|
DefaultPageManager(PageDaoInternal pageDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
ChangeIndexer changeIndexer,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
com.google.common.base.Supplier<UserAccessor> userAccessor,
SpacePermissionManager spacePermissionManager,
SynchronizationManager synchronizationManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao,
ContentEntityManager contentEntityManager,
CustomContentManager customContentManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
PageManager pageManager,
com.atlassian.event.api.EventPublisher eventPublisher,
AttachmentManager attachmentManager,
com.atlassian.bandana.BandanaManager bandanaManager) |
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 |
MoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
RestoreExistingTrashItemAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachFileAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachedImagesAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
DownloadAllAttachmentsOnPageAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
RestoreTrashItemAction.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 |
DefaultImageDetailsManager.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AttachmentCountContextProvider.setAttachmentManager(AttachmentManager attachmentManager) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
GeneralAttachmentCopier.destinationAttachmentManager |
protected AttachmentManager |
GeneralAttachmentCopier.sourceAttachmentManager |
Constructor and Description |
---|
GeneralAttachmentCopier(AttachmentManager sourceAttachmentManager,
AttachmentManager destinationAttachmentManager) |
GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager,
AttachmentManager destinationAttachmentManager) |
Constructor and Description |
---|
DefaultBulkAttachmentDelete(PageManager pageManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
PermissionManager permissionManager)
Deprecated.
since 7.17.0
|
DefaultBulkAttachmentDelete(PageManager pageManager,
AttachmentManager attachmentManager,
org.hibernate.SessionFactory sessionFactory,
PermissionManager permissionManager) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
IdListAttachmentIdentifier.attachmentManager |
protected AttachmentManager |
AllLatestVersionAttachmentIdentifier.attachmentManager |
Constructor and Description |
---|
AllLatestVersionAttachmentIdentifier(PageManager pageManager,
AttachmentManager attachmentManager,
long containerId) |
AttachmentRefIdentifier(long containerId,
PageManager pageManager,
AttachmentManager attachmentManager,
List<AttachmentDeleteOptions.AttachmentRef> attachmentRefs) |
IdListAttachmentIdentifier(List<Long> ids,
AttachmentManager attachmentManager) |
LatestVersionWithNameMineTypeAttachmentIdentifier(PageManager pageManager,
AttachmentManager attachmentManager,
long containerId,
List<AttachmentDeleteOptions.AttachmentRef> attachmentRefs) |
Constructor and Description |
---|
DefaultBulkPageCopy(HibernateSessionManager hibernateSessionManager,
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)
Deprecated.
since 7.17.0
|
DefaultBulkPageCopy(HibernateSessionManager hibernateSessionManager,
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)
Deprecated.
since 7.5
|
DefaultBulkPageCopy(org.hibernate.SessionFactory sessionFactory5,
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)
Deprecated.
since 7.19.6
|
DefaultBulkPageCopy(org.hibernate.SessionFactory sessionFactory5,
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,
ContentPropertyService contentPropertyService) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateAttachmentsOnFilesystemOnPageMoveListener.setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.
|
Constructor and Description |
---|
Thumbnails(List<Attachment> attachments,
ImagePathHelper pathHelper,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
Deprecated.
|
Thumbnails(List<Attachment> attachments,
String attachmentsRoot,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
Deprecated.
|
Constructor and Description |
---|
DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber,
AttachmentManager attachmentManager)
Create a DelegatingThumbnailRenderer using an adaptive strategy that take the available memory into account to decide if
we use the higher quality rendering or the lower quality stream based rendering (less memory consumption).
|
DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber,
AttachmentManager attachmentManager,
int rasterSizeThresholdPx)
Create a DelegatingThumbnailRenderer that will use the lower quality stream based rendering if the image exceeds
the
rasterSizeThresholdPx (height or width in px). |
DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber,
AttachmentManager attachmentManager,
com.google.common.base.Predicate<Dimensions> rasterBasedRenderingThreshold)
Deprecated.
since 7.0.1 , use
DelegatingThumbnailRenderer(Thumber, AttachmentManager, Predicate) |
DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber,
AttachmentManager attachmentManager,
Predicate<ImageDimensions> rasterBasedRenderingThreshold)
Create a DelegatingThumbnailRenderer that will use the
rasterBasedRenderingThreshold Predicate to decide
if it's going to use the stream based (lower quality but low memory consumption) or the
raster based renderer (higher quality but high memory consumption). |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDataStorageWhitelistCondition.setAttachmentManager(AttachmentManager attachmentManager) |
void |
HasAttachmentCondition.setAttachmentManager(AttachmentManager attachmentManager) |
Modifier and Type | Method and Description |
---|---|
void |
UploadAction.setAttachmentManager(AttachmentManager attachmentManager) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
AbstractUserProfileAction.attachmentManager |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUserProfileAction.setAttachmentManager(AttachmentManager attachmentManager) |
Constructor and Description |
---|
AttachmentSiteLogoManager(SettingsManager settingsManager,
ContextPathHolder contextPathHolder,
FileUploadManager fileUploadManager,
AttachmentManager attachmentManager,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.cache.CacheManager cacheManager,
ImageScaler imageScaler) |
Constructor and Description |
---|
QuickReloadResource(CommentManager commentManager,
CommentRenderService commentRenderer,
UserAccessor userAccessor,
PageManager pageManager,
PermissionManager permissionManager,
I18NBeanFactory i18NBeanFactory,
QuickReloadCaches caches,
AccessModeService accessModeService,
SettingsManager settingsManager,
LicenseService licenseService,
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 |
---|
DefaultRestAttachmentManager(AttachmentManager attachmentManager,
PermissionManager permissionManager,
SettingsManager settingsManager,
ThumbnailManager thumbnailManager,
DateEntityFactory dateEntityFactory) |
Modifier and Type | Method and Description |
---|---|
void |
PagesSoapService.setAttachmentManager(AttachmentManager attachmentManager) |
void |
UsersSoapService.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) |
Modifier and Type | Method and Description |
---|---|
AttachmentManager |
IndexTaskFactory.getAttachmentManager()
Deprecated.
since 7.17
|
Constructor and Description |
---|
IndexTaskFactory(BatchOperationManager batchOperationManager,
AtlassianDocumentBuilder<com.atlassian.bonnie.Searchable> documentBuilder,
AtlassianDocumentBuilder<com.atlassian.bonnie.Searchable> changeDocumentBuilder,
ContentEntityObjectDao<?> contentEntityObjectDao,
AttachmentManager attachmentManager,
PersonalInformationManager personalInformationManager,
GroupResolver groupResolver,
GroupMembershipAccessor groupMembershipAccessor,
PersonalInformationDao personalInformationDao,
SpaceDao spaceDao,
PageDaoInternal pageDao,
Map<SearchIndex,SearchIndexAccessor> searchIndexAccessorBySearchIndex,
HibernateSessionManager5 hibernateSessionManager,
org.hibernate.SessionFactory sessionFactory) |
RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable,
ContentEntityObjectDao contentEntityObjectDao,
AttachmentManager attachmentManager,
IndexTaskFactory indexTaskFactory,
HibernateSessionManager5 hibernateSessionManager,
org.hibernate.SessionFactory sessionFactory)
Constructs a rebuild change document index task.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachmentPermissionsDelegate.setAttachmentManager(AttachmentManager attachmentManager) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentUrlParser.setAttachmentManager(AttachmentManager attachmentManager) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSpaceManager.setAttachmentManager(AttachmentManager attachmentManager) |
Constructor and Description |
---|
DefaultSpaceDescriptionManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
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)
Deprecated.
|
Constructor and Description |
---|
AttachmentToCeoConversionUpgradeTask(org.hibernate.SessionFactory sessionFactory,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
int preUpgradeBuildNumber,
DdlExecutor ddlExecutor,
ThumbnailManager thumbnailManager,
ConfluenceIndexer confluenceIndexer,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
AttachmentManager attachmentManager,
SynchronizationManager synchronizationManager,
HierarchicalMultiStreamAttachmentDataFileSystem attachmentFileSystem)
Deprecated.
since 7.12
|
AttachmentToCeoConversionUpgradeTask(org.hibernate.SessionFactory sessionFactory,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
int preUpgradeBuildNumber,
DdlExecutor ddlExecutor,
ThumbnailManagerInternal thumbnailManager,
ConfluenceIndexer confluenceIndexer,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
AttachmentManager attachmentManager,
SynchronizationManager synchronizationManager,
AttachmentDataFileSystemInternals attachmentFileSystem) |
Constructor and Description |
---|
DefaultPersonalInformationManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
PersonalInformationDao personalInformationDao,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor,
SpacePermissionManagerInternal spacePermissionManager,
ContentEntityManager contentEntityManager,
NotificationManager notificationManager,
PersonalInformationManager personalInformationManager,
UserChecker userChecker,
AttachmentManager attachmentManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPermissionManager contentPermissionManager,
PermissionManager permissionManager,
FollowManager followManager,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
DisabledUserManager disabledUserManager,
HibernateSessionManager sessionManager,
ConfluenceUserDao confluenceUserDao,
com.atlassian.user.UserManager backingUserManager,
SettingsManager settingsManager,
AvatarProviderAccessor avatarProviderAccessor,
ResourceAccessor resourceAccessor,
org.springframework.transaction.PlatformTransactionManager transactionManager,
UserMentionsContentReindexer userMentionsContentReindexer,
CrowdUserDirectoryHelper crowdUserDirectoryHelper,
SynchronizationManager synchronizationManager)
Deprecated.
since 7.18.2
|
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor,
SpacePermissionManagerInternal spacePermissionManager,
ContentEntityManager contentEntityManager,
NotificationManager notificationManager,
PersonalInformationManager personalInformationManager,
UserChecker userChecker,
AttachmentManager attachmentManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentPermissionManager contentPermissionManager,
PermissionManager permissionManager,
FollowManager followManager,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
DisabledUserManager disabledUserManager,
HibernateSessionManager sessionManager,
ConfluenceUserDao confluenceUserDao,
com.atlassian.user.UserManager backingUserManager,
SettingsManager settingsManager,
AvatarProviderAccessor avatarProviderAccessor,
ResourceAccessor resourceAccessor,
org.springframework.transaction.PlatformTransactionManager transactionManager,
UserMentionsContentReindexer userMentionsContentReindexer,
CrowdUserDirectoryHelper crowdUserDirectoryHelper,
SynchronizationManager synchronizationManager,
UserVerificationTokenManager userVerificationTokenManager) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
AbstractUserProfileAction.attachmentManager |
Modifier and Type | Method and Description |
---|---|
void |
DeleteUserProfilePictureAction.setAttachmentManager(AttachmentManager attachmentManager) |
void |
AbstractUserProfileAction.setAttachmentManager(AttachmentManager attachmentManager) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences