Package co.kuali.coeus.s3.conv
Class ConversionServiceImpl
java.lang.Object
co.kuali.coeus.s3.conv.ConversionServiceImpl
- All Implemented Interfaces:
ConversionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(ConversionInfo info)Moves binary data from a table to S3 while adding an S3_ID column to the target table and removing the binary data from the target table.intco.kuali.coeus.s3.api.S3FileServicegetUrl()getUser()voidsetMaxSkip(int maxSkip)voidsetPassword(String password)voidsetS3FileService(co.kuali.coeus.s3.api.S3FileService s3FileService)voidvoid
-
Constructor Details
-
ConversionServiceImpl
public ConversionServiceImpl()
-
-
Method Details
-
convert
Description copied from interface:ConversionServiceMoves binary data from a table to S3 while adding an S3_ID column to the target table and removing the binary data from the target table. As each record is processed, the db transaction will be committed- Specified by:
convertin interfaceConversionService- Parameters:
info- the information related to the source table to be converted. SeeConversionInfofor more information about which fields are required or optional. Cannot be null.
-
getUrl
-
setUrl
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getS3FileService
public co.kuali.coeus.s3.api.S3FileService getS3FileService() -
setS3FileService
public void setS3FileService(co.kuali.coeus.s3.api.S3FileService s3FileService) -
getMaxSkip
public int getMaxSkip() -
setMaxSkip
public void setMaxSkip(int maxSkip)
-