com.atlassian.confluence.pages.actions.beans
Class AttachmentStorer

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

public class AttachmentStorer
extends Object


Constructor Summary
AttachmentStorer(AttachFileHelper aFHelper)
           
 
Method Summary
 List<Attachment> attachFiles(ContentEntityObject contentEntityObject)
           
 List<String> getGetFilenamesSuccessfullyAttached()
           
 void setAttachmentManager(AttachmentManager attachmentManager)
           
 void setFileUploadManager(FileUploadManager fileUploadManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

getGetFilenamesSuccessfullyAttached

public List<String> getGetFilenamesSuccessfullyAttached()


Copyright © 2003–2015 Atlassian. All rights reserved.