public class AttachmentManager extends Object
Modifier and Type | Method and Description |
---|---|
static XmlAttachment |
create(Attachment attachment,
Long logId) |
static XmlAttachments |
findAll(Long logId) |
static List<Long> |
findAll(String searchTerm) |
static Attachment |
findAttachment(String filePath,
String fileName) |
static void |
remove(String fileName,
Long logId) |
public static List<Long> findAll(String searchTerm) throws OlogException
OlogException
public static XmlAttachments findAll(Long logId) throws OlogException
OlogException
public static Attachment findAttachment(String filePath, String fileName) throws OlogException
OlogException
public static XmlAttachment create(Attachment attachment, Long logId) throws OlogException
OlogException
public static void remove(String fileName, Long logId) throws OlogException
OlogException
Copyright © 2010-2014 Michigan State University. All Rights Reserved.