Class AttachmentServiceImpl
java.lang.Object
org.kuali.rice.kew.notes.service.impl.AttachmentServiceImpl
- All Implemented Interfaces:
AttachmentService
- Direct Known Subclasses:
S3AttachmentServiceImpl
Implementation of the
AttachmentService.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAttachedFile(Attachment attachment) byte[]findAttachedFile(Attachment attachment) voidvoidsetAttachmentDir(String attachmentDir)
-
Field Details
-
LOG
protected final org.apache.logging.log4j.Logger LOG
-
-
Constructor Details
-
AttachmentServiceImpl
public AttachmentServiceImpl()
-
-
Method Details
-
persistAttachedFileAndSetAttachmentBusinessObjectValue
public void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) throws Exception - Specified by:
persistAttachedFileAndSetAttachmentBusinessObjectValuein interfaceAttachmentService- Throws:
Exception
-
findAttachedFile
- Specified by:
findAttachedFilein interfaceAttachmentService- Throws:
Exception
-
deleteAttachedFile
- Specified by:
deleteAttachedFilein interfaceAttachmentService- Throws:
Exception
-
getAttachmentDir
-
setAttachmentDir
-