Class S3AttachmentServiceImpl
java.lang.Object
org.kuali.rice.kew.notes.service.impl.AttachmentServiceImpl
co.kuali.rice.kew.notes.service.impl.S3AttachmentServiceImpl
- All Implemented Interfaces:
AttachmentService
-
Field Summary
Fields inherited from class org.kuali.rice.kew.notes.service.impl.AttachmentServiceImpl
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAttachedFile(Attachment attachment) byte[]findAttachedFile(Attachment attachment) protected booleanprotected booleanprotected booleanvoidvoidsetParameterService(ParameterService parameterService) voidsetRiceS3FileService(S3FileService riceS3FileService) Methods inherited from class org.kuali.rice.kew.notes.service.impl.AttachmentServiceImpl
getAttachmentDir, setAttachmentDir
-
Constructor Details
-
S3AttachmentServiceImpl
public S3AttachmentServiceImpl()
-
-
Method Details
-
persistAttachedFileAndSetAttachmentBusinessObjectValue
public void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) throws Exception - Specified by:
persistAttachedFileAndSetAttachmentBusinessObjectValuein interfaceAttachmentService- Overrides:
persistAttachedFileAndSetAttachmentBusinessObjectValuein classAttachmentServiceImpl- Throws:
Exception
-
findAttachedFile
- Specified by:
findAttachedFilein interfaceAttachmentService- Overrides:
findAttachedFilein classAttachmentServiceImpl- Throws:
Exception
-
deleteAttachedFile
- Specified by:
deleteAttachedFilein interfaceAttachmentService- Overrides:
deleteAttachedFilein classAttachmentServiceImpl- Throws:
Exception
-
isS3IntegrationEnabled
protected boolean isS3IntegrationEnabled() -
isS3DualSaveEnabled
protected boolean isS3DualSaveEnabled() -
isS3DualRetrieveEnabled
protected boolean isS3DualRetrieveEnabled() -
getRiceS3FileService
-
setRiceS3FileService
-
getParameterService
-
setParameterService
-