|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.importexport.xmlimport |
---|
Fields in com.atlassian.confluence.importexport.xmlimport declared as AttachmentManager | |
---|---|
protected AttachmentManager |
BackupImporter.attachmentManager
|
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type AttachmentManager | |
---|---|
void |
BackupImporter.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 |
---|
Methods in com.atlassian.confluence.pages.thumbnail with parameters of type AttachmentManager | |
---|---|
void |
DefaultThumbnailManager.setAttachmentManager(AttachmentManager attachmentManager)
|
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.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 |
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()
|
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 |
PurgeThumbnailsUpgradeTask.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 |
---|
Methods in com.atlassian.confluence.user with parameters of type AttachmentManager | |
---|---|
void |
DefaultUserAccessor.setAttachmentManager(AttachmentManager attachmentManager)
|
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)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |