public interface AttachmentService
Attachment| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttachedFile(Attachment attachment) |
File |
findAttachedFile(Attachment attachment)
Deprecated.
use
findAttachedResource(Attachment) instead |
org.springframework.core.io.Resource |
findAttachedResource(Attachment attachment) |
void |
persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) |
void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) throws Exception
Exception@Deprecated File findAttachedFile(Attachment attachment) throws Exception
findAttachedResource(Attachment) insteadExceptionorg.springframework.core.io.Resource findAttachedResource(Attachment attachment)
void deleteAttachedFile(Attachment attachment) throws Exception
ExceptionCopyright © 2005–2017 The Kuali Foundation. All rights reserved.