public class AttachmentStorer
extends java.lang.Object
Constructor and Description |
---|
AttachmentStorer(AttachFileHelper aFHelper) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attachment> |
attachFiles(ContentEntityObject contentEntityObject) |
java.util.List<java.lang.String> |
getGetFilenamesSuccessfullyAttached() |
void |
setAttachmentManager(AttachmentManager attachmentManager) |
void |
setFileUploadManager(FileUploadManager fileUploadManager) |
public AttachmentStorer(AttachFileHelper aFHelper)
public void setAttachmentManager(AttachmentManager attachmentManager)
public void setFileUploadManager(FileUploadManager fileUploadManager)
public java.util.List<Attachment> attachFiles(ContentEntityObject contentEntityObject)
public java.util.List<java.lang.String> getGetFilenamesSuccessfullyAttached()
Copyright © 2003-2014 Atlassian. All Rights Reserved.