Class AttachmentStorer
- java.lang.Object
-
- com.atlassian.confluence.pages.actions.beans.AttachmentStorer
-
public class AttachmentStorer extends Object
-
-
Constructor Summary
Constructors Constructor Description AttachmentStorer(AttachFileHelper aFHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attachment>attachFiles(ContentEntityObject contentEntityObject)List<String>getGetFilenamesSuccessfullyAttached()voidsetAttachmentManager(AttachmentManager attachmentManager)voidsetFileUploadManager(FileUploadManager fileUploadManager)
-
-
-
Constructor Detail
-
AttachmentStorer
public AttachmentStorer(AttachFileHelper aFHelper)
-
-
Method Detail
-
setAttachmentManager
public void setAttachmentManager(AttachmentManager attachmentManager)
-
setFileUploadManager
public void setFileUploadManager(FileUploadManager fileUploadManager)
-
attachFiles
public List<Attachment> attachFiles(ContentEntityObject contentEntityObject)
-
-