public interface IWithAttachments<F,A> extends IBasicFileSystem<F>
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalAttachmentProperties(A a) |
String |
getAttachmentContentType(A a) |
String |
getAttachmentFileName(A a) |
String |
getAttachmentName(A a) |
long |
getAttachmentSize(A a) |
F |
getFileFromAttachment(A a) |
Iterator<A> |
listAttachments(F f) |
Message |
readAttachment(A a) |
close, configure, copyFile, createFolder, deleteFile, exists, folderExists, getAdditionalFileProperties, getCanonicalName, getFileSize, getModificationTime, getName, getNumberOfFilesInFolder, getParentFolder, isOpen, listFiles, moveFile, open, readFile, removeFolder, toFile, toFile
getDomain, getPhysicalDestinationName
Iterator<A> listAttachments(F f) throws FileSystemException
FileSystemException
String getAttachmentName(A a) throws FileSystemException
FileSystemException
Message readAttachment(A a) throws FileSystemException, IOException
FileSystemException
IOException
long getAttachmentSize(A a) throws FileSystemException
FileSystemException
String getAttachmentContentType(A a) throws FileSystemException
FileSystemException
String getAttachmentFileName(A a) throws FileSystemException
FileSystemException
F getFileFromAttachment(A a) throws FileSystemException
FileSystemException
Map<String,Object> getAdditionalAttachmentProperties(A a) throws FileSystemException
FileSystemException
Copyright © 2023 Frank!Framework. All rights reserved.