Uses of Interface
com.atlassian.confluence.pages.FileUploadManager
-
-
Uses of FileUploadManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type FileUploadManager Constructor Description AttachmentServiceImpl(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, ContentFactory contentFactory, AttachmentContentTypeApiSupport binding, FinderProxyFactory finderProxyFactory, ContentTrashService trashService)
-
Uses of FileUploadManager in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement FileUploadManager Modifier and Type Class Description class
DefaultFileUploadManager
-
Uses of FileUploadManager in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type FileUploadManager Modifier and Type Method Description void
AbstractViewAttachmentsAction. setFileUploadManager(FileUploadManager fileUploadManager)
void
AttachFileAction. setFileUploadManager(FileUploadManager fileUploadManager)
-
Uses of FileUploadManager in com.atlassian.confluence.pages.actions.beans
Methods in com.atlassian.confluence.pages.actions.beans with parameters of type FileUploadManager Modifier and Type Method Description void
AttachmentStorer. setFileUploadManager(FileUploadManager fileUploadManager)
-
Uses of FileUploadManager in com.atlassian.confluence.plugins.dragdrop
Methods in com.atlassian.confluence.plugins.dragdrop with parameters of type FileUploadManager Modifier and Type Method Description void
UploadAction. setFileUploadManager(FileUploadManager fileUploadManager)
-
Uses of FileUploadManager in com.atlassian.confluence.plugins.lookandfeel
Constructors in com.atlassian.confluence.plugins.lookandfeel with parameters of type FileUploadManager Constructor Description AttachmentSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, 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)
-
Uses of FileUploadManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type FileUploadManager Modifier and Type Method Description void
AttachmentsSoapService. setFileUploadManager(FileUploadManager fileUploadManager)
-
Uses of FileUploadManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as FileUploadManager Modifier and Type Field Description protected FileUploadManager
AbstractLogoAction. fileUploadManager
Methods in com.atlassian.confluence.spaces.actions with parameters of type FileUploadManager Modifier and Type Method Description void
AbstractLogoAction. setFileUploadManager(FileUploadManager fileUploadManager)
-