Class RiceAttachmentDataToS3ConversionImpl
java.lang.Object
co.kuali.rice.kew.notes.service.impl.RiceAttachmentDataToS3ConversionImpl
- All Implemented Interfaces:
RiceAttachmentDataToS3Conversion
@DisallowConcurrentExecution
public class RiceAttachmentDataToS3ConversionImpl
extends Object
implements RiceAttachmentDataToS3Conversion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()protected byte[]getBytesFromS3File(Object s3File) protected booleanprotected booleanprotected booleanprotected booleanvoidsetDataObjectService(DataObjectService dataObjectService) voidsetParameterService(ParameterService parameterService) voidsetRiceS3FileService(S3FileService riceS3FileService)
-
Constructor Details
-
RiceAttachmentDataToS3ConversionImpl
public RiceAttachmentDataToS3ConversionImpl()
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfaceRiceAttachmentDataToS3Conversion
-
getBytesFromS3File
protected byte[] getBytesFromS3File(Object s3File) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException -
processRecords
protected boolean processRecords() -
isS3IntegrationEnabled
protected boolean isS3IntegrationEnabled() -
isS3DualSaveEnabled
protected boolean isS3DualSaveEnabled() -
isDeleteFromFileSystem
protected boolean isDeleteFromFileSystem() -
getRiceS3FileService
-
setRiceS3FileService
-
getParameterService
-
setParameterService
-
getDataObjectService
-
setDataObjectService
-