Uses of Interface
com.atlassian.confluence.pages.AttachmentManager

Packages that use AttachmentManager
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.importexport.resource   
com.atlassian.confluence.labels.service   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.mail.archive.actions   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.actions.beans   
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.thumbnail   
com.atlassian.confluence.pages.thumbnail.renderer   
com.atlassian.confluence.plugin.descriptor.web.conditions   
com.atlassian.confluence.plugins.avatar   
com.atlassian.confluence.plugins.emailgateway.converter   
com.atlassian.confluence.plugins.lookandfeel   
com.atlassian.confluence.plugins.macros.core   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.rss   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.lucene.tasks   
com.atlassian.confluence.servlet.download   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.service   
 

Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentManager
AttachmentResourceIdentifierResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver, AttachmentManager attachmentManager)
           
IdAndTypeResourceIdentifierResolver(AttachmentManager attachmentManager, SpaceManager spaceManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type AttachmentManager
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<Link> notPermittedLinkMarshaller, ResourceIdentifierContextUtility ricu, ModelToRenderedClassMapper mapper)
           
 

Uses of AttachmentManager in com.atlassian.confluence.content.service
 

Constructors in com.atlassian.confluence.content.service with parameters of type AttachmentManager
DefaultBlogPostService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of AttachmentManager in com.atlassian.confluence.content.service.blogpost
 

Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type AttachmentManager
CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 

Uses of AttachmentManager in com.atlassian.confluence.content.service.page
 

Fields in com.atlassian.confluence.content.service.page declared as AttachmentManager
protected  AttachmentManager CreateAbstractPageCommandImpl.attachmentManager
           
 

Constructors in com.atlassian.confluence.content.service.page with parameters of type AttachmentManager
CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, DraftManager draftManager, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 

Uses of AttachmentManager in com.atlassian.confluence.core
 

Fields in com.atlassian.confluence.core declared as AttachmentManager
protected  AttachmentManager DefaultContentEntityManager.attachmentManager
           
 

Methods in com.atlassian.confluence.core that return AttachmentManager
 AttachmentManager DefaultContentPermissionManager.getAttachmentManager()
           
 

Methods in com.atlassian.confluence.core with parameters of type AttachmentManager
 void DefaultContentEntityManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Constructors in com.atlassian.confluence.core with parameters of type AttachmentManager
DefaultDataSourceFactory(UserAccessor userAccessor, AttachmentManager attachmentManager, ContentEntityObjectDao contentEntityObjectDao, MimetypesFileTypeMap mimetypesFileTypeMap, ThumbnailManager thumbnailManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.importexport.impl
 

Fields in com.atlassian.confluence.importexport.impl declared as AttachmentManager
protected  AttachmentManager FileXmlExporter.attachmentManager
           
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentManager
 void FileXmlExporter.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.importexport.resource
 

Methods in com.atlassian.confluence.importexport.resource with parameters of type AttachmentManager
 void AttachmentDownloadResourceManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.labels.service
 

Constructors in com.atlassian.confluence.labels.service with parameters of type AttachmentManager
AbstractLabelsCommand(com.atlassian.user.User user, long entityId, String entityType, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
AddLabelsCommandImpl(String labelsString, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
DefaultLabelsService(LabelManager labelManager, PageManager pageManager, PermissionManager permissionManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
RemoveLabelCommandImpl(Label label, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
RemoveLabelCommandImpl(Label label, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
RemoveLabelCommandImpl(long labelId, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
RemoveLabelCommandImpl(long labelId, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
RemoveLabelCommandImpl(String labelsString, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, PageManager pageManager, SpaceManager spaceManager, AttachmentManager attachmentManager, PageTemplateManager pageTemplateManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type AttachmentManager
 void ConfluenceLinkResolver.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Constructors in com.atlassian.confluence.links with parameters of type AttachmentManager
DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, Draft draft, AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.links.linktypes
 

Constructors in com.atlassian.confluence.links.linktypes with parameters of type AttachmentManager
AttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, AbstractPageLink abstractPageLink, AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.mail.archive.actions
 

Methods in com.atlassian.confluence.mail.archive.actions with parameters of type AttachmentManager
 void ViewMailAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.mail.archive.content
 

Constructors in com.atlassian.confluence.mail.archive.content with parameters of type AttachmentManager
DefaultMailContentManager(CustomContentManager customContentManager, AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement AttachmentManager
 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
 class WebDavAttachmentManager
          Deprecated. since 2.7 WebDav attachment storage is no longer supported We still need to keep the infrastructure around to support migrating WebDAV attachments back to Confluence, though so we can't remove it entirely?
 

Methods in com.atlassian.confluence.pages that return AttachmentManager
 AttachmentManager PageManager.getAttachmentManager()
           
 AttachmentManager DelegatorAttachmentManager.getAttachmentManager()
           
 AttachmentManager DelegatingAttachmentManager.getAttachmentManager()
          Return the AttachmentManager implementation that the delegator wraps
 AttachmentManager DefaultPageManager.getAttachmentManager()
           
 AttachmentManager CachingAttachmentManager.getAttachmentManager()
           
 

Methods in com.atlassian.confluence.pages with parameters of type AttachmentManager
 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.
 void PageManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 void FileUploadManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 void DefaultFileUploadManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 void DefaultDraftManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 void DelegatorAttachmentManager.setClusterAttachmentManager(AttachmentManager clusterAttachmentManager)
           
 void DelegatorAttachmentManager.setDatabaseAttachmentManager(AttachmentManager databaseAttachmentManager)
           
 void DelegatorAttachmentManager.setDefaultAttachmentManager(AttachmentManager defaultAttachmentManager)
           
 void DelegatorAttachmentManager.setWebDavAttachmentManager(AttachmentManager webDavAttachmentManager)
           
 

Constructors in com.atlassian.confluence.pages with parameters of type AttachmentManager
CachingAttachmentManager(AttachmentManager delegate, AttachmentDownloadPathCache pathCache)
           
 

Uses of AttachmentManager in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as AttachmentManager
protected  AttachmentManager AbstractViewAttachmentsAction.attachmentManager
           
protected  AttachmentManager AbstractRemoveAttachmentAction.attachmentManager
           
protected  AttachmentManager AbstractFileAttachmentAction.attachmentManager
          Deprecated.  
protected  AttachmentManager AbstractCreatePageAction.attachmentManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type AttachmentManager
 void MoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void DownloadAllAttachmentsOnPageAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AttachedImagesAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AttachFileAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AbstractViewAttachmentsAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AbstractRemoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AbstractFileAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager)
          Deprecated.  
 void AbstractCreatePageAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.pages.actions.beans
 

Methods in com.atlassian.confluence.pages.actions.beans with parameters of type AttachmentManager
 Attachment AttachmentBean.retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
           
 void AttachmentStorer.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.pages.attachments
 

Methods in com.atlassian.confluence.pages.attachments with parameters of type AttachmentManager
 void DefaultImageDetailsManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao
 

Fields in com.atlassian.confluence.pages.persistence.dao declared as AttachmentManager
protected  AttachmentManager GeneralAttachmentCopier.destinationAttachmentManager
           
protected  AttachmentManager GeneralAttachmentCopier.sourceAttachmentManager
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentManager
 void UpdateAttachmentsOnFilesystemOnPageMoveListener.setAttachmentManager(AttachmentManager attachmentManager)
           
 void UpdateAttachmentsOnFilesystemOnPageMoveListener.setDefaultAttachmentManager(AttachmentManager defaultAttachmentManager)
          The default attachment manager is set here so that the logic from the delegating attachment manager does not need to be reproduced here.
 

Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentManager
GeneralAttachmentCopier(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)
           
GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.pages.thumbnail
 

Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type AttachmentManager
Thumbnails(List<Attachment> attachments, ImagePathHelper pathHelper, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)
          Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager)
Thumbnails(List<Attachment> attachments, String attachmentsRoot, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)
          Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager)
 

Uses of AttachmentManager in com.atlassian.confluence.pages.thumbnail.renderer
 

Constructors in com.atlassian.confluence.pages.thumbnail.renderer with parameters of type AttachmentManager
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)
          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).
 

Uses of AttachmentManager in com.atlassian.confluence.plugin.descriptor.web.conditions
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type AttachmentManager
 void AttachmentDataStorageWhitelistCondition.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.plugins.avatar
 

Constructors in com.atlassian.confluence.plugins.avatar with parameters of type AttachmentManager
GlobalDescriptionAttachmentsBackedAvatarManager(SettingsManager settingsManager, AttachmentManager attachmentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 

Uses of AttachmentManager in com.atlassian.confluence.plugins.emailgateway.converter
 

Constructors in com.atlassian.confluence.plugins.emailgateway.converter with parameters of type AttachmentManager
DefaultEmailToPageConverter(UserAccessor userAccessor, UsersByEmailService usersByEmailService, PageService pageService, SpaceManager spaceManager, EmailContentParser emailContentParser, ContentPropertyManager contentPropertyManager, PageManager pageManager, PermissionManager permissionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, AttachmentManager attachmentManager, FileUploadManager fileUploadManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.plugins.lookandfeel
 

Constructors in com.atlassian.confluence.plugins.lookandfeel with parameters of type AttachmentManager
AttachmentSiteLogoManager(SettingsManager settingsManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, ImageScaler imageScaler)
           
 

Uses of AttachmentManager in com.atlassian.confluence.plugins.macros.core
 

Constructors in com.atlassian.confluence.plugins.macros.core with parameters of type AttachmentManager
MultimediaMacro(EmbeddedResourceRendererManager embeddedResourceRendererManager, PageManager pageManager, AttachmentManager attachmentManager)
           
OldMultimediaMacro(EmbeddedResourceRendererManager embeddedResourceRendererManager, PageManager pageManager, AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.plugins.rest.manager
 

Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type AttachmentManager
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.
 

Uses of AttachmentManager in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type AttachmentManager
 void UsersSoapService.setAttachmentManager(AttachmentManager attachmentManager)
           
 void PagesSoapService.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AttachmentsSoapService.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.rss
 

Methods in com.atlassian.confluence.rss with parameters of type AttachmentManager
 void AttachmentRenderSupport.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions with parameters of type AttachmentManager
 void DraftAttachmentSearchAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AttachmentSearchAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.search.lucene.tasks
 

Methods in com.atlassian.confluence.search.lucene.tasks that return AttachmentManager
 AttachmentManager IndexTaskFactory.getAttachmentManager()
           
 

Constructors in com.atlassian.confluence.search.lucene.tasks with parameters of type AttachmentManager
RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable, ContentEntityObjectDao contentEntityObjectDao, AttachmentManager attachmentManager, IndexTaskFactory indexTaskFactory)
          Constructs a rebuild change document index task.
 

Uses of AttachmentManager in com.atlassian.confluence.servlet.download
 

Methods in com.atlassian.confluence.servlet.download with parameters of type AttachmentManager
 void AttachmentUrlParser.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces that return AttachmentManager
 AttachmentManager DefaultSpaceManager.getAttachmentManager()
          Deprecated. since 4.2.13. Get AttachmentManager injected directly to your objects instead.
 

Methods in com.atlassian.confluence.spaces with parameters of type AttachmentManager
 void DefaultSpaceManager.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.spaces.actions
 

Fields in com.atlassian.confluence.spaces.actions declared as AttachmentManager
protected  AttachmentManager AbstractLogoAction.attachmentManager
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type AttachmentManager
 void AbstractLogoAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type AttachmentManager
 void FuncTestRpcHandlerImpl.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type AttachmentManager
HierarchicalFileSystemAttachmentUpgradeTask(FileLocationResolver attachmentsDirectoryResolver, AttachmentManager attachmentManager, net.sf.hibernate.SessionFactory sessionFactory, HierarchicalFileSystemAttachmentDataDao dataDao, IdMultiPartHashGenerator multiPartHashGenerator)
           
 

Uses of AttachmentManager in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type AttachmentManager
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManager spacePermissionManager, ContentEntityManager contentEntityManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, SettingsManager settingsManager, com.atlassian.event.EventManager eventManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, UserStatusManager userStatusManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, HibernateSessionManager sessionManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.user.actions
 

Fields in com.atlassian.confluence.user.actions declared as AttachmentManager
protected  AttachmentManager AbstractUserProfileAction.attachmentManager
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type AttachmentManager
 void AbstractUserProfileAction.setAttachmentManager(AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.confluence.user.service
 

Constructors in com.atlassian.confluence.user.service with parameters of type AttachmentManager
DefaultUserProfileService(PermissionManager permissionManager, UserAccessor userAccessor, AttachmentManager attachmentManager, PersonalInformationManager personalInformationManager, UserProfilePictureManager userProfilePictureManager)
           
DeleteProfilePictureCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, String fileName)
           
SetProfilePictureFromFilenameCommand(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User targetUser, String imageFileName, Set<String> buildInProfilePics)
           
SetProfilePictureFromImageCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, InputStream imageData, String imageFileName)
           
SetProfilePictureFromImageCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, InputStream imageData, String imageFileName, int topLeftX, int topLeftY, int width)
           
SetProfilePictureFromImageCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, InputStream imageData, String imageFileName, com.atlassian.confluence.user.service.SetProfilePictureFromImageCommandImpl.Selection cropSelection)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.