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) org.kuali.rice.coreservice.framework.parameter.ParameterServiceco.kuali.rice.coreservice.api.attachment.S3FileServiceprotected booleanprotected booleanprotected booleanvoidvoidsetParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) voidsetRiceS3FileService(co.kuali.rice.coreservice.api.attachment.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
public co.kuali.rice.coreservice.api.attachment.S3FileService getRiceS3FileService() -
setRiceS3FileService
public void setRiceS3FileService(co.kuali.rice.coreservice.api.attachment.S3FileService riceS3FileService) -
getParameterService
public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService() -
setParameterService
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
-