org.kuali.rice.kew.notes.service
Interface AttachmentService
- All Known Implementing Classes:
- AttachmentServiceImpl
public interface AttachmentService
A service providing access for attachments.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
Attachment
persistAttachedFileAndSetAttachmentBusinessObjectValue
void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment)
throws Exception
- Throws:
Exception
findAttachedFile
File findAttachedFile(Attachment attachment)
throws Exception
- Throws:
Exception
deleteAttachedFile
void deleteAttachedFile(Attachment attachment)
throws Exception
- Throws:
Exception
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.