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

Packages that use AttachmentManager
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.importexport.resource   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.mail.actions   
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.plugins.macros.core   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.rpc.soap.services   
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.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)
           
 

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.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.actions
 

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

Uses of AttachmentManager in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement AttachmentManager
 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()
           
 

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 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 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)
           
 

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 AbstractFileAttachmentAction.attachmentManager
          Deprecated.  
protected  AttachmentManager AbstractCreatePageAction.attachmentManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type AttachmentManager
 void RemoveAttachedFileAction.setAttachmentManager(AttachmentManager 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 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(java.util.List<Attachment> attachments, ImagePathHelper pathHelper, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)
          Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager)
Thumbnails(java.util.List<Attachment> attachments, java.lang.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.plugins.macros.core
 

Constructors in com.atlassian.confluence.plugins.macros.core with parameters of type AttachmentManager
MultimediaMacro(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, DateEntityHelper 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 AttachmentsSoapService.setAttachmentManager(AttachmentManager attachmentManager)
           
 void UsersSoapService.setAttachmentManager(AttachmentManager attachmentManager)
           
 void PagesSoapService.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()
           
 

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
 

Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type AttachmentManager
 void ResizeProfileImagesUpgradeTask.setAttachmentManager(AttachmentManager attachmentManager)
           
 void MoveNonPictureProfileAttachmentsUpgradeTask.setAttachmentManager(AttachmentManager attachmentManager)
           
 void AttachmentsFileSizeUpgradeTask.setAttachmentManager(AttachmentManager attachmentManager)
           
 

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)
           
 

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, java.lang.String fileName)
           
SetProfilePictureFromFilenameCommand(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User targetUser, java.lang.String imageFileName, java.util.Set<java.lang.String> buildInProfilePics)
           
SetProfilePictureFromImageCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, java.io.InputStream imageData, java.lang.String imageFileName)
           
SetProfilePictureFromImageCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, java.io.InputStream imageData, java.lang.String imageFileName, int topLeftX, int topLeftY, int width)
           
SetProfilePictureFromImageCommandImpl(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User user, java.io.InputStream imageData, java.lang.String imageFileName, com.atlassian.confluence.user.service.SetProfilePictureFromImageCommandImpl.Selection cropSelection)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.