Class AttachmentStorer

java.lang.Object
com.atlassian.confluence.pages.actions.beans.AttachmentStorer

@Deprecated(forRemoval=true) public class AttachmentStorer extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4, use AttachmentUploadHelper instead.
  • Constructor Details

    • AttachmentStorer

      public AttachmentStorer(AttachFileHelper aFHelper)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setAttachmentManager

      public void setAttachmentManager(AttachmentManager attachmentManager)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFileUploadManager

      public void setFileUploadManager(FileUploadManager fileUploadManager)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • attachFiles

      public List<Attachment> attachFiles(ContentEntityObject contentEntityObject)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getGetFilenamesSuccessfullyAttached

      public List<String> getGetFilenamesSuccessfullyAttached()
      Deprecated, for removal: This API element is subject to removal in a future version.